CVE-2013-5960
OWASP Enterprise Security API 2.0-2.1.0 - Authenticated Encryption Bypass via Ciphertext Tampering
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2013-5960. PoCs published by dawetmaster, andikahilmy.
AI-analyzed exploit summary This repository contains a vulnerable version of OWASP ESAPI Java (legacy) with examples demonstrating the CVE-2013-5960 vulnerability, which involves insecure cryptographic operations in the EncryptedProperties class. The provided code includes functional examples that can be used to exploit the vulnerability.
Description
The authenticated-encryption feature in the symmetric-encryption implementation in the OWASP Enterprise Security API (ESAPI) for Java 2.x before 2.1.0.1 does not properly resist tampering with serialized ciphertext, which makes it easier for remote attackers to bypass intended cryptographic protection mechanisms via an attack against the intended cipher mode in a non-default configuration, a different vulnerability than CVE-2013-5679.
Exploits (2)
This repository contains a vulnerable version of OWASP ESAPI Java (legacy) with examples demonstrating the CVE-2013-5960 vulnerability, which involves insecure cryptographic operations in the EncryptedProperties class. The provided code includes functional examples that can be used to exploit the vulnerability.
This repository contains a vulnerable version of OWASP ESAPI Java (legacy) that demonstrates CVE-2013-5960, a cryptographic vulnerability in the EncryptedProperties class. The provided examples and scripts allow users to interact with the flawed encryption mechanisms, showcasing how encrypted properties can be mishandled.