Cyber Resilience

CVE-2021-29425

MediumPublic PoC

Published: 13 April 2021

Published
13 April 2021
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 4.8 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0061 70.1th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2021-29425 is a medium-severity Improper Input Validation (CWE-20) vulnerability in Oracle Banking Apis. Its CVSS base score is 4.8 (Medium).

Operationally, ranked in the top 29.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability details

In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like "//../foo", or "\\..\foo", the result would be the same value, thus possibly providing access to files in the parent directory, but not further…

more

above (thus "limited" path traversal), if the calling code would use the result to construct a path value.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

apache
commons io
2.2, 2.3, 2.4, 2.5, 2.6
debian
debian linux
9.0
oracle
access manager
11.1.2.3.0, 12.2.1.3.0, 12.2.1.4.0
oracle
agile engineering data management
6.2.1.0
oracle
agile plm
9.3.6
oracle
application performance management
13.4.1.0, 13.5.1.0
oracle
application testing suite
13.3.0.1
oracle
banking apis
18.1, 18.2, 18.3, 19.1, 19.2
oracle
banking digital experience
17.2, 18.1, 18.3, 19.1, 19.2
oracle
banking enterprise default management
2.10.0, 2.12.0, 2.6.2, 2.7.0, 2.7.1
+50 more product configuration(s) — see NVD for full list

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-20 CWE-22

Directly implements checks on information inputs to reject invalid data before processing.

addresses: CWE-20

Security testing and developer training directly verify and enforce proper input validation, reducing exploitability of injection and malformed-data weaknesses.

addresses: CWE-20

Security testing and evaluation at multiple SDLC stages directly detects missing or flawed input validation, with the required remediation process ensuring fixes are applied.

addresses: CWE-20

Spam protection mechanisms perform filtering and detection on inbound/outbound messages, directly compensating for missing or weak input validation of unsolicited content.

References