Harshavardhana

#3168de 53,638
80.2CVSS total
Vulnerabilidades · 10
Média
1
Alta
7
Crítica
2
PT-2026-34234
8.8
2026-04-14
Minio · Minio · CVE-2026-41145
**Name of the Vulnerable Software and Affected Versions** MinIO versões RELEASE.2023-05-18T00-05-36Z até RELEASE.2026-04-11T03-20-12Z **Description** Existe um bypass de autenticação no caminho de código `STREAMING-UNSIGNED-PAYLOAD-TRAILER`. Um invasor que possua uma chave de acesso válida pode gravar objetos arbitrários em qualquer bucket sem a chave secreta ou uma assinatura criptográfica válida. O problema ocorre porque `PutObjectHandler` e `PutObjectPartHandler` utilizam `newUnsignedV4ChunkedReader` com um portão de verificação de assinatura que depende apenas do cabeçalho `Authorization`. Simultaneamente, `isPutActionAllowed` aceita credenciais do cabeçalho `Authorization` ou do parâmetro de consulta `X-Amz-Credential`. Ao omitir o cabeçalho `Authorization` e fornecer credenciais via string de consulta, o portão de assinatura é ignorado e a solicitação é processada usando as permissões da chave de acesso impersonada. Isso afeta caminhos de bucket padrão e de tabelas/warehouse, bem como uploads de múltiplas partes. **Recommendations** Atualizar para a versão MinIO AIStor RELEASE.2026-04-11T03-20-12Z ou posterior. Bloquear solicitações de trailer não assinado no balanceador de carga, rejeitando qualquer solicitação que contenha `X-Amz-Content-Sha256: STREAMING-UNSIGNED-PAYLOAD-TRAILER` na camada de proxy reverso ou WAF. Restringir as concessões de `s3:PutObject` a principais confiáveis para limitar as permissões de gravação (WRITE).
PT-2026-26758
9.1
2026-03-20
Minio · Minio Aistor · CVE-2026-33419
**Name of the Vulnerable Software and Affected Versions** MinIO versions prior to RELEASE.2026-03-17T21-25-16Z **Description** The MinIO AIStor Security Token Service (STS) `AssumeRoleWithLDAPIdentity` endpoint is susceptible to LDAP credential brute-forcing. This is due to a combination of distinguishable error responses that allow for username enumeration and the absence of rate limiting on authentication attempts. An unauthenticated network attacker can enumerate valid LDAP usernames and then attempt unlimited password guesses to obtain temporary AWS-style STS credentials, potentially gaining access to the victim's S3 buckets and objects. The issue involves two weaknesses: user enumeration via distinguishable error messages and missing rate limiting on STS authentication endpoints. Exploitation allows an attacker to enumerate valid LDAP usernames, perform high-speed password brute-force attacks, and, upon success, obtain temporary AWS-style STS credentials with full access to the victim user's S3 resources. The API endpoint `/Action=AssumeRoleWithLDAPIdentity` is involved in this issue. **Recommendations** Upgrade to MinIO AIStor RELEASE.2026-03-17T21-25-16Z or later. If upgrading is not immediately possible, implement network-level rate limiting on requests to the `/Action=AssumeRoleWithLDAPIdentity` endpoint. If upgrading is not immediately possible, restrict access to the STS endpoint to trusted networks/IP ranges only. If upgrading is not immediately possible, configure account lockout policies on the LDAP server.