Cyber Security Brasilby Igor Deungaro

What a CIS Benchmark for MCP Would Need to Contain

What a CIS Benchmark for MCP Would Need to Contain

The MCP ecosystem produced more than 40 CVEs between January and April 2026 — a cadence of roughly one every four days. The NSA published design-considerations guidance in May 2026. OWASP maintains a dedicated Top 10. What still does not exist is the piece that made cloud security operational: a baseline of verifiable items, each with a check command and an expected value.

As an exercise, this is the skeleton I would write.

Section 1 — Exposure and transport

  • HTTP-transport servers MUST NOT listen on 0.0.0.0 without authentication. Check: bind address and presence of token validation.
  • stdio servers MUST NOT receive configuration parameters concatenated into a shell. That is precisely the pattern OX Security identified in the official SDKs in April 2026, affecting Python, TypeScript, Java and Rust.
  • Processes accepting untrusted input MUST NOT be able to reach the cloud metadata endpoint.

Section 2 — Authentication and identity

  • Every remote server MUST publish Protected Resource Metadata (RFC 9728) and validate token audience. The specification requires it; practice lags badly — an Astrix audit of more than 5,200 servers found only 8.5% using OAuth, against 53% relying on static keys or personal access tokens.
  • Credentials MUST NOT be passed through environment variables. The same audit found 79% doing exactly that.
  • Each server MUST have its own identity, not one shared across the fleet.

Section 3 — Tool surface

  • Command-executing tools MUST use an allowlist of commands, not input filtering. Ad hoc filtering is insufficient when the design permits subprocess execution.
  • Tool descriptions MUST be treated as untrusted data and pinned to a known hash, so silent changes are detectable.
  • Write tools MUST require human approval when the action is irreversible.

Section 4 — Observability

  • Every invocation MUST emit an event carrying identity, tool name, arguments and outcome, delivered to the corporate SIEM.
  • Authorization denials MUST be logged with the same priority as successes.

Why the form matters more than the content

None of this is intellectually hard. The hard part was always turning recommendation into proof. A CIS benchmark is not valuable because it contains wisdom — it is valuable because each item becomes an automated check, a number in a report and a concrete conversation with audit.

A recommendation without a matching check is not a control. It is well-formatted opinion.

Until that document exists, write your own. One page with fifteen verifiable items, applied to the servers you inventoried, beats waiting for market consensus.

Este blog publica em português e inglês. / This blog publishes in Portuguese and English. EN · PT

Denunciar abuso

As inseguranças do sucesso da segurança cibernética

As inseguranças do sucesso da segurança cibernética. Tornar-se um grande profissional não precisa custar sua felicidade, mas a cultura da moagem torna isso provável. Nos últimos anos, a questão da saúde mental no setor de segurança cibernética ganhou destaque. Uma  pesquisa de 2019  revelou que 1 em cada 6 CISOs admitiu se  automedicar  para lidar com o estresse de seu trabalho. A tensão passa pelo escritório do CISO e permeia todo o setor. Um perfil que está crescendo  mais rápido que o orçamento  e uma sofisticação cada vez maior e  o impacto financeiro  dos ataques se combinam para transformar o que antes era um canto do departamento de TI em uma panela de pressão. John Hammond  , pesquisador de segurança cibernética da Huntress, falou sobre “ Hard Truths and Unexpected Realities: Lamentations in Producing Cybersecurity Content ” na  Intigriti 1337UP Live  , uma conferência online sobre bugs, em março de 2022. Seus...

DICA: comandos para pentest e segurança ofensiva

Fala galera, blz ? Segue uma lista de comandos maravilhosa, voltada para teste de vulnerabilidades. Observação Pertinente: Os TIPOS de COMANDOS e as INSTRUÇÕES estão em INGLÊS! NÂO ME RESPONSABILIZO POR USO INDEVIDO. Pré-requisitos: ✔️  Python 3.5 ✔️  OS que suporte Python (eu utilizei Kali) Reconnaissance / Enumeration Extracting Live IPs from Nmap Scan nmap 10.1.1.1 --open -oG scan-results; cat scan-results | grep "/open" | cut -d " " -f 2 > exposed-services-ips Simple Port Knocking for x in 7000 8000 9000; do nmap -Pn –host_timeout 201 –max-retries 0 -p $x 1.1.1.1; done DNS lookups, Zone Transfers & Brute-Force whois domain.com dig {a|txt|ns|mx} domain.com dig {a|txt|ns|mx} domain.com @ns1.domain.com host -t {a|txt|ns|mx} megacorpone.com host -a megacorpone.com host -l megacorpone.com ns1.megacorpone.com dnsrecon -d megacorpone.com -t axfr @ns2.megacorpone.com dnsenum domain.com nslookup -> set type=any -> ls -d domain.com for ...

Atacantes precisam de menos de 10 horas para encontrar fraquezas

Atacantes precisam de menos de 10 horas para encontrar fraquezas. Configurações vulneráveis, falhas de software e serviços da Web expostos permitem que hackers encontrem pontos fracos exploráveis ​​nos perímetros das empresas em apenas algumas horas, não em dias. O hacker ético médio pode encontrar uma vulnerabilidade que permite a violação do perímetro da rede e, em seguida, explorar o ambiente em menos de 10 horas, com testadores de penetração focados na segurança da nuvem obtendo acesso mais rapidamente aos ativos direcionados. Além disso, uma vez que uma vulnerabilidade ou fraqueza é encontrada, cerca de 58% dos hackers éticos podem invadir um ambiente em menos de cinco horas. Isso está de acordo com uma pesquisa com 300 especialistas do SANS Institute e patrocinada pela empresa de serviços de segurança cibernética Bishop Fox, que também descobriu que as fraquezas mais comuns exploradas pelos hackers incluem configurações vulneráveis, falhas de software e serviços da Web expost...

Quem sou eu

Minha foto
Igor Deungaro
Bem Vindo ao Cyber Security Brasil, espero que goste !!!
Ver meu perfil completo

Cyber Security

Marcadores