mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 22:53:11 +00:00
18 lines
743 B
Markdown
18 lines
743 B
Markdown
### [CVE-2000-0703](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2000-0703)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
suidperl (aka sperl) does not properly cleanse the escape sequence "~!" before calling /bin/mail to send an error report, which allows local users to gain privileges by setting the "interactive" environmental variable and calling suidperl with a filename that contains the escape sequence.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/c-skills/CVEs
|
|
|