mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 10:09:29 +02:00
19 lines
893 B
Markdown
19 lines
893 B
Markdown
### [CVE-2008-2044](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2044)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
includes/library.php in netOffice Dwins 1.3 p2 compares the demoSession variable to the 'true' string literal instead of the true boolean literal, which allows remote attackers to bypass authentication and execute arbitrary code by setting this variable to 1, as demonstrated by uploading a PHP script via an add action to projects_site/uploadfile.php.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://netofficedwins.sourceforge.net/modules/news/article.php?storyid=47
|
|
- http://securityreason.com/securityalert/3845
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|