mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 05:59:31 +02:00
19 lines
823 B
Markdown
19 lines
823 B
Markdown
### [CVE-2020-7226](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7226)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
CiphertextHeader.java in Cryptacular 1.2.3, as used in Apereo CAS and other products, allows attackers to trigger excessive memory allocation during a decode operation, because the nonce array length associated with "new byte" may depend on untrusted input within the header of encoded data.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.oracle.com/security-alerts/cpuapr2022.html
|
|
- https://www.oracle.com/security-alerts/cpuoct2021.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|