CVE-2003-0838
published 2003-11-17CVE-2003-0838: Internet Explorer allows remote attackers to bypass zone restrictions to inject and execute arbitrary programs by creating a popup window and inserting ActiveX…
PriorityP335high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
35.29%
98.3th percentile
Internet Explorer allows remote attackers to bypass zone restrictions to inject and execute arbitrary programs by creating a popup window and inserting ActiveX object code with a "data" tag pointing to the malicious code, which Internet Explorer treats as HTML or Javascript, but later executes as an HTA application, a different vulnerability than CVE-2003-0532, and as exploited using the QHosts Trojan horse (aka Trojan.Qhosts, QHosts-1, VBS.QHOSTS, or aolfix.exe).
Affected
4 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| microsoft | ie | — | — |
| microsoft | internet_explorer | — | — |
| microsoft | internet_explorer | — | — |
| microsoft | internet_explorer | — | — |
Detection & IOCsextracted from sources · hover to see the quote
commandvar oPopup = window.createPopup();
function showPopup() {
oPopup.document.body.innerHTML = "";
oPopup.show(0,0,1,1,document.body);
}
showPopup()↗
- →Detect use of window.createPopup() combined with an object tag using a 'data' attribute in HTML/JS content — this is the exploit primitive for CVE-2003-0838 ↗
- →Monitor for HTA (HTML Application) execution spawned from Internet Explorer child processes, particularly when preceded by popup window creation via window.createPopup() ↗
- →Alert on presence or execution of aolfix.exe, the known QHosts Trojan dropper associated with in-the-wild exploitation of this CVE ↗
- →Inspect HTTP responses for object tags with 'data' attributes served to IE clients — the vulnerability triggers when IE fails to validate the object type in the HTTP response to a popup window ↗
- ·Affects Internet Explorer 5 and 6 only; modern IE versions and other browsers are not affected by this specific zone-bypass via createPopup()/object data tag technique ↗
- ·This is a distinct vulnerability from CVE-2003-0532 despite similar zone-bypass impact; detection rules should not conflate the two ↗
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.
No writeups or analysis indexed.
http://lists.grok.org.uk/pipermail/full-disclosure/2003-September/009639.htmlhttp://marc.info/?l=bugtraq&m=106304733121753&w=2http://marc.info/?l=bugtraq&m=106304876523459&w=2http://marc.info/?l=ntbugtraq&m=106302799428500&w=2http://securityresponse.symantec.com/avcenter/venc/data/trojan.qhosts.htmlhttp://www.ntbugtraq.com/default.asp?pid=36&sid=1&A2=ind0310&L=ntbugtraq&F=P&S=&P=2169http://www.osvdb.org/7872http://www.securityfocus.com/bid/8556https://docs.microsoft.com/en-us/security-updates/securitybulletins/2003/ms03-040https://exchange.xforce.ibmcloud.com/vulnerabilities/13314https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A204http://lists.grok.org.uk/pipermail/full-disclosure/2003-September/009639.htmlhttp://marc.info/?l=bugtraq&m=106304733121753&w=2http://marc.info/?l=bugtraq&m=106304876523459&w=2http://marc.info/?l=ntbugtraq&m=106302799428500&w=2http://securityresponse.symantec.com/avcenter/venc/data/trojan.qhosts.htmlhttp://www.ntbugtraq.com/default.asp?pid=36&sid=1&A2=ind0310&L=ntbugtraq&F=P&S=&P=2169http://www.osvdb.org/7872http://www.securityfocus.com/bid/8556https://docs.microsoft.com/en-us/security-updates/securitybulletins/2003/ms03-040https://exchange.xforce.ibmcloud.com/vulnerabilities/13314https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A204
2003-11-17
Published