mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 15:15:46 +02:00
19 lines
830 B
Markdown
19 lines
830 B
Markdown
### [CVE-2007-1376](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1376)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The shmop functions in PHP before 4.4.5, and before 5.2.1 in the 5.x series, do not verify that their arguments correspond to a shmop resource, which allows context-dependent attackers to read and write arbitrary memory locations via arguments associated with an inappropriate resource, as demonstrated by a GD Image resource.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/3426
|
|
- https://www.exploit-db.com/exploits/3427
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|