mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 11:05:39 +02:00
18 lines
922 B
Markdown
18 lines
922 B
Markdown
### [CVE-2007-3799](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3799)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The session_start function in ext/session in PHP 4.x up to 4.4.7 and 5.x up to 5.2.3 allows remote attackers to insert arbitrary attributes into the session cookie via special characters in a cookie that is obtained from (1) PATH_INFO, (2) the session_id function, and (3) the session_start function, which are not encoded or filtered when the new session cookie is generated, a related issue to CVE-2006-0207.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9792
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|