LiveActive security incident?Get immediate response
CVE Record

CVE-2010-3300: It was found that all OWASP ESAPI for Java up to version 2.0 RC2 are vulnerable to padding oracle attacks.

It was found that all OWASP ESAPI for Java up to version 2.0 RC2 are vulnerable to padding oracle attacks.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

Older OWASP ESAPI for Java releases, up to 2.0 RC2, were reported vulnerable to padding oracle attacks. In business terms, applications relying on this library for encrypted values may not provide the confidentiality expected if an attacker can interact with the affected encryption workflow.

Executive priority

Treat this as a targeted legacy dependency risk. It is most urgent where old ESAPI Java code protects sensitive data in public-facing workflows, but available source evidence is incomplete on severity and exploitation.

Technical view

The CVE describes a padding oracle weakness in OWASP ESAPI for Java through 2.0 RC2. Padding oracle flaws can reveal whether modified ciphertext decrypts with valid padding, potentially weakening protected data depending on application design and exposure.

Likely exposure

Exposure is limited to Java applications using OWASP ESAPI for Java up to version 2.0 RC2. Priority review should focus on internet-facing applications or APIs that process ESAPI-protected encrypted values.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The referenced research and oss-sec discussion support that the weakness class and affected ESAPI versions were publicly known.

Researcher notes

The source bundle names affected versions but provides no CVSS, patch version, or product-specific deployment patterns. Validate exposure through dependency evidence and ESAPI usage, not product assumptions.

Mitigation direction

  • Inventory applications for OWASP ESAPI for Java up to 2.0 RC2.
  • Check OWASP ESAPI guidance for supported upgrade or migration direction.
  • Prioritize exposed applications that process encrypted tokens, cookies, or parameters.
  • Review whether protected data or tokens require rotation after assessment.

Validation and detection

  • Confirm the exact ESAPI Java version in each application dependency tree.
  • Identify where applications use ESAPI encryption or decryption routines.
  • Map externally reachable inputs that carry ESAPI-protected encrypted values.
  • Review logs for unusual repeated failures around encrypted value handling.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-649: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2010-3300 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aOWASP ESAPIOWASP ESAPI for Java up to version 2.0 RC2Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-649 · source CWE mapping

Reliance on Obfuscation or Encryption of Security-Relevant Inputs without Integrity Checking

Reliance on Obfuscation or Encryption of Security-Relevant Inputs without Integrity Checking represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.