`==================================================================
Vulnerability ID: HTB22545
Reference: http://www.htbridge.ch/advisory/local_file_inclusion_in_cms_source.html
Product: CMS Source
Vendor: Proud Daddy Web Design ( http://www.prouddaddy.net/ )
Vulnerable Version: Current at 28.07.2010 and Probably Prior Versions
Vendor Notification: 28 July 2010
Vulnerability Type: Local File Inclusion
Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response
Risk level: High
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)
Vulnerability Details:
Null-byte (%00) injection and catalog bypass (../) attacks are possible and can lead to arbitrary local file inclusion and execution. An attacker needs to have a possibility to modify or create local files to exploit this vulnerability, or have a malicious file already existing in the system.
The vulnerability exists due to failure in the "index.php" script to properly sanitize user-supplied input in "target" variable. An attacker can compromise the application, execute arbitrary operating system commands, alter file system integrity, access or modify sensitive data.
Attacker can use browser to exploit this vulnerability. The following PoC is available:
http://host/home/demo1/index.php?target=./../../../../../../../../../../../../etc/passwd%00
http://host/home/demo1/index.php?target=./../../../../../../../../../../../../path/to/php_file%00
==================================================================
Vulnerability ID: HTB22546
Reference: http://www.htbridge.ch/advisory/sql_injection_vulnerability_in_cms_source.html
Product: CMS Source
Vendor: Proud Daddy Web Design ( http://www.prouddaddy.net/ )
Vulnerable Version: Current at 28.07.2010 and Probably Prior Versions
Vendor Notification: 28 July 2010
Vulnerability Type: SQL Injection
Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response
Risk level: High
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)
Vulnerability Details:
The vulnerability exists due to failure in the "index.php" script to properly sanitize user-supplied input in "mytitle" variable. Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database.
Attacker can use browser to exploit this vulnerability. The following PoC is available:
http://host/home/demo1/index.php?target=actioncenter&subtarget=petition&mytitle=XX%27+ANY_SQL_CODE+--+
http://host/home/demo1/index.php?target=actioncenter&subtarget=petition&mytitle=XX%27+union+select+1,2,3,user%28%29,5,6,7+--+
==================================================================
Vulnerability ID: HTB22547
Reference: http://www.htbridge.ch/advisory/sql_injection_vulnerability_in_cms_source_1.html
Product: CMS Source
Vendor: Proud Daddy Web Design ( http://www.prouddaddy.net/ )
Vulnerable Version: Current at 28.07.2010 and Probably Prior Versions
Vendor Notification: 28 July 2010
Vulnerability Type: SQL Injection
Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response
Risk level: High
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)
Vulnerability Details:
The vulnerability exists due to failure in the "index.php" script to properly sanitize user-supplied input in "selected" variable. Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database.
Attacker can use browser to exploit this vulnerability. The following PoC is available:
http://host/home/demo1/index.php?target=articles&subtarget=Article_Detail&selected=50+ANY_SQL_CODE+--+
http://host/home/demo1/index.php?target=articles&subtarget=Article_Detail&selected=50+union+select+user%28%29,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24+--+
==================================================================
Vulnerability ID: HTB22548
Reference: http://www.htbridge.ch/advisory/xss_vulnerability_in_cms_source.html
Product: CMS Source
Vendor: Proud Daddy Web Design ( http://www.prouddaddy.net/ )
Vulnerable Version: Current at 28.07.2010 and Probably Prior Versions
Vendor Notification: 28 July 2010
Vulnerability Type: XSS (Cross Site Scripting)
Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response
Risk level: Medium
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)
Vulnerability Details:
User can execute arbitrary JavaScript code within the vulnerable application.
The vulnerability exists due to failure in the "index.php?target=articles" script to properly sanitize user-supplied input in "subtarget" variable. Successful exploitation of this vulnerability could result in a compromise of the application, theft of cookie-based authentication credentials, disclosure or modification of sensitive data.
An attacker can use browser to exploit this vulnerability. The following PoC is available:
http://host/home/demo1/index.php?target=articles&subtarget=X%3Cscript%3Ealert%28document.cookie%29%3C/script%3E
==================================================================
Vulnerability ID: HTB22549
Reference: http://www.htbridge.ch/advisory/xss_vulnerability_in_cms_source_1.html
Product: CMS Source
Vendor: Proud Daddy Web Design ( http://www.prouddaddy.net/ )
Vulnerable Version: Current at 28.07.2010 and Probably Prior Versions
Vendor Notification: 28 July 2010
Vulnerability Type: XSS (Cross Site Scripting)
Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response
Risk level: Medium
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)
Vulnerability Details:
User can execute arbitrary JavaScript code within the vulnerable application.
The vulnerability exists due to failure in the serach sysem to properly sanitize user-supplied input in "searchstring" variable. Successful exploitation of this vulnerability could result in a compromise of the application, theft of cookie-based authentication credentials, disclosure or modification of sensitive data.
An attacker can use browser to exploit this vulnerability. The following PoC is available:
http://host/home/demo1/index.php?target=search&subtarget=top&searchstring=%3Cimg+src=0+onerror=alert%28document.cookie%29%3E
==================================================================
Vulnerability ID: HTB22550
Reference: http://www.htbridge.ch/advisory/sql_injection_vulnerability_in_cms_source_2.html
Product: CMS Source
Vendor: Proud Daddy Web Design ( http://www.prouddaddy.net/ )
Vulnerable Version: Current at 28.07.2010 and Probably Prior Versions
Vendor Notification: 28 July 2010
Vulnerability Type: SQL Injection
Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response
Risk level: High
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)
Vulnerability Details:
The vulnerability exists due to failure in the search system to properly sanitize user-supplied input in "searchstring" variable. Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database.
Attacker can use browser to exploit this vulnerability. The following PoC is available:
http://host/home/demo1/index.php?target=search&subtarget=top&searchstring=%27/**/SQL_CODE
==================================================================
Vulnerability ID: HTB22551
Reference: http://www.htbridge.ch/advisory/xss_vulnerability_in_cms_source_2.html
Product: CMS Source
Vendor: Proud Daddy Web Design ( http://www.prouddaddy.net/ )
Vulnerable Version: Current at 28.07.2010 and Probably Prior Versions
Vendor Notification: 28 July 2010
Vulnerability Type: XSS (Cross Site Scripting)
Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response
Risk level: Medium
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)
Vulnerability Details:
User can execute arbitrary JavaScript code within the vulnerable application.
The vulnerability exists due to failure in the "manage.php" script to properly sanitize user-supplied input in "subtarget" variable. Successful exploitation of this vulnerability could result in a compromise of the application, theft of cookie-based authentication credentials, disclosure or modification of sensitive data.
An attacker can use browser to exploit this vulnerability. The following PoC is available:
http://host/home/demo1/manage.php?target=Home&subtarget=top%27%22%3E%3Cscript%3Ealert%28document.cookie%29%3C/script%3E
==================================================================
Vulnerability ID: HTB22552
Reference: http://www.htbridge.ch/advisory/local_file_inclusion_in_cms_source_1.html
Product: CMS Source
Vendor: Proud Daddy Web Design ( http://www.prouddaddy.net/ )
Vulnerable Version: Current at 28.07.2010 and Probably Prior Versions
Vendor Notification: 28 July 2010
Vulnerability Type: Local File Inclusion
Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response
Risk level: High
Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)
Vulnerability Details:
Null-byte (%00) injection and catalog bypass (../) attacks are possible and can lead to arbitrary local file inclusion and execution. An attacker needs to have a possibility to modify or create local files to exploit this vulnerability, or have a malicious file already existing in the system.
The vulnerability exists due to failure in the "manage.php" script to properly sanitize user-supplied input in "target" variable. An attacker can compromise the application, execute arbitrary operating system commands, alter file system integrity, access or modify sensitive data.
Attacker can use browser to exploit this vulnerability. The following PoC is available:
http://host/home/demo1/manage.php?target=./../../../../../../../../../../../../etc/passwd%00
http://host/home/demo1/manage.php?target=./../../../../../../../../../../../../path/to/php_file%00
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation