Files
CVEs-PoC/2008/CVE-2008-3521.md
T
2024-06-18 02:51:15 +02:00

19 lines
967 B
Markdown

### [CVE-2008-3521](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3521)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Race condition in the jas_stream_tmpfile function in libjasper/base/jas_stream.c in JasPer 1.900.1 allows local users to cause a denial of service (program exit) by creating the appropriate tmp.XXXXXXXXXX temporary file, which causes Jasper to exit. NOTE: this was originally reported as a symlink issue, but this was incorrect. NOTE: some vendors dispute the severity of this issue, but it satisfies CVE's requirements for inclusion.
### POC
#### Reference
- http://bugs.gentoo.org/attachment.cgi?id=163282&action=view
- http://www.ubuntu.com/usn/USN-742-1
#### Github
No PoCs found on GitHub currently.