CVE-2012-1023
Description
Open redirect vulnerability in admin/index.php in 4images 1.7.10 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the redirect parameter.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
4Images 1.7.10 - '/admin/index.php?redirect' Arbitrary Site Redirect
source: https://www.securityfocus.com/bid/51774/info
4images is prone to multiple input-validation vulnerabilities including:
1. A cross-site scripting vulnerability.
2. An open-redirection vulnerability.
3. An SQL-injection vulnerability.
An attacker may leverage these issues to perform spoofing and phishing attacks, to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database and execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site.
4images 1.7.10 is vulnerable; other versions may also be affected.
http://www.example.com/admin/index.php?__csrf=931086345abbb83f9a70c87dc4719248& action=login&redirect=http://google.com&loginusername=admin&loginpassword=pass
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| 4homepages | 4images | 1.7.10 | |
References
- http://osvdb.org/78779
- http://packetstormsecurity.org/files/109290/4images-xss.txt
- http://www.securityfocus.com/bid/51774
- https://exchange.xforce.ibmcloud.com/vulnerabilities/72925
- http://osvdb.org/78779
- http://packetstormsecurity.org/files/109290/4images-xss.txt
- http://www.securityfocus.com/bid/51774
- https://exchange.xforce.ibmcloud.com/vulnerabilities/72925
CWEs
CWE-20
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.