JPortal Print.php SQL Injection Vulnerability
BID:10430
Info
JPortal Print.php SQL Injection Vulnerability
| Bugtraq ID: | 10430 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | May 28 2004 12:00AM |
| Updated: | May 28 2004 12:00AM |
| Credit: | Disclosure of this issue is credited to Maciek Wierciski <[email protected]>. |
| Vulnerable: |
JPortal Web Portal 2.2.1 |
| Not Vulnerable: | |
Discussion
JPortal Print.php SQL Injection Vulnerability
JPortal is reportedly affected by a remote SQL injection vulnerability in the print.inc.php script. This issue is due to a failure of the application to properly sanitize user-supplied URI input before using it in an SQL query.
As a result of this a malicious user may influence database queries in order to view or modify sensitive information, potentially compromising the software or the database. It may be possible for an attacker to disclose the administrator password hash by exploiting this issue.
JPortal is reportedly affected by a remote SQL injection vulnerability in the print.inc.php script. This issue is due to a failure of the application to properly sanitize user-supplied URI input before using it in an SQL query.
As a result of this a malicious user may influence database queries in order to view or modify sensitive information, potentially compromising the software or the database. It may be possible for an attacker to disclose the administrator password hash by exploiting this issue.
Exploit / POC
JPortal Print.php SQL Injection Vulnerability
No exploit is required to leverage this issue. The following proof of concept has been provided:
http://www.example.com/print.php?what=article&id=X AND 1=0 UNION SELECT id,id,nick,pass,id,id,id,id,id from admins LIMIT 1
No exploit is required to leverage this issue. The following proof of concept has been provided:
http://www.example.com/print.php?what=article&id=X AND 1=0 UNION SELECT id,id,nick,pass,id,id,id,id,id from admins LIMIT 1
Solution / Fix
JPortal Print.php SQL Injection Vulnerability
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected] <mailto:[email protected]>.
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected] <mailto:[email protected]>.
References
JPortal Print.php SQL Injection Vulnerability
References:
References:
- Project Home Page (JPortal)
- JPortal SQL Injects (Maciek Wierciski
)