mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-29 09:41:05 +00:00
20 lines
893 B
Markdown
20 lines
893 B
Markdown
![]() |
### [CVE-2019-17362](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17362)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
In LibTomCrypt through 1.18.2, the der_decode_utf8_string function (in der_decode_utf8_string.c) does not properly detect certain invalid UTF-8 sequences. This allows context-dependent attackers to cause a denial of service (out-of-bounds read and crash) or read information from other memory locations via carefully crafted DER-encoded data.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
- https://github.com/libtom/libtomcrypt/issues/507
|
||
|
- https://github.com/libtom/libtomcrypt/pull/508
|
||
|
- https://vuldb.com/?id.142995
|
||
|
|
||
|
#### Github
|
||
|
No PoCs found on GitHub currently.
|
||
|
|