cve/2016/CVE-2016-9296.md

20 lines
980 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2016-9296](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9296)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
A null pointer dereference bug affects the 16.02 and many old versions of p7zip. A lack of null pointer check for the variable folders.PackPositions in function CInArchive::ReadAndDecodePackedStreams in CPP/7zip/Archive/7z/7zIn.cpp, as used in the 7z.so library and in 7z applications, will cause a crash and a denial of service when decoding malformed 7z files.
### POC
#### Reference
- https://github.com/yangke/7zip-null-pointer-dereference
- https://sourceforge.net/p/p7zip/discussion/383043/thread/648d34db/
#### Github
- https://github.com/andir/nixos-issue-db-example
2024-06-22 09:37:59 +00:00
- https://github.com/yangke/7zip-null-pointer-dereference
2024-05-26 14:27:05 +02:00