2023-04-24 12:24:31 +02:00
{
"id" : "CVE-2003-0838" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2003-11-17T05:00:00.000" ,
"lastModified" : "2021-07-23T12:55:03.667" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-04-24 12:24:31 +02:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "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)."
} ,
{
"lang" : "es" ,
"value" : "Internet Explorer permite a atacantes remotos saltarse restricciones de zona para inyectar y ejecutar programas arbitrarios creando una ventana emergente e insertando un objeto ActiveX con una etiqueta \"data\" apuntando al c\u00f3digo maliciosos, que Internet Explorer trata como HTML o JavaScript, pero luego ejecuta como una aplicaci\u00f3n .HTA; una vulnerabilidad diferente de CAN-2003-0532, y explotada por el virus QHosts."
}
] ,
"metrics" : {
"cvssMetricV2" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "2.0" ,
"vectorString" : "AV:N/AC:L/Au:N/C:P/I:P/A:P" ,
"accessVector" : "NETWORK" ,
"accessComplexity" : "LOW" ,
"authentication" : "NONE" ,
"confidentialityImpact" : "PARTIAL" ,
"integrityImpact" : "PARTIAL" ,
"availabilityImpact" : "PARTIAL" ,
"baseScore" : 7.5
} ,
"baseSeverity" : "HIGH" ,
"exploitabilityScore" : 10.0 ,
"impactScore" : 6.4 ,
"acInsufInfo" : false ,
"obtainAllPrivilege" : false ,
"obtainUserPrivilege" : false ,
"obtainOtherPrivilege" : true ,
"userInteractionRequired" : false
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "NVD-CWE-Other"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:microsoft:ie:6.0:sp1:*:*:*:*:*:*" ,
"matchCriteriaId" : "24DF2AB3-DEAB-4D70-986E-FFBB7E64B96A"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:microsoft:internet_explorer:5.0.1:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "3A04FEA6-37B0-44B0-844F-55652ABA1F85"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:microsoft:internet_explorer:5.0.1:sp1:*:*:*:*:*:*" ,
"matchCriteriaId" : "4D56FB8E-2553-47C1-82A2-9E59023780CE"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:microsoft:internet_explorer:5.0.1:sp2:*:*:*:*:*:*" ,
"matchCriteriaId" : "8541EEED-94F4-42F8-9719-57F3EC85D52B"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:microsoft:internet_explorer:5.0.1:sp3:*:*:*:*:*:*" ,
"matchCriteriaId" : "40372520-08CF-4F64-A7AC-7E0AE0964138"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:microsoft:internet_explorer:5.5:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "40F8042F-C621-45AE-9F8C-70469579643A"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:microsoft:internet_explorer:5.5:sp1:*:*:*:*:*:*" ,
"matchCriteriaId" : "2CD04E07-3664-4D4F-BF3E-6B33AF0F2D12"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:microsoft:internet_explorer:5.5:sp2:*:*:*:*:*:*" ,
"matchCriteriaId" : "D05ED9D0-CF78-4FAD-9371-6FB3D5825148"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:microsoft:internet_explorer:6.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "A19F6133-25D1-44A5-B6B9-354703436783"
}
]
}
]
}
] ,
"references" : [
{
"url" : "http://lists.grok.org.uk/pipermail/full-disclosure/2003-September/009639.html" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "http://marc.info/?l=bugtraq&m=106304733121753&w=2" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "http://marc.info/?l=bugtraq&m=106304876523459&w=2" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "http://marc.info/?l=ntbugtraq&m=106302799428500&w=2" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "http://securityresponse.symantec.com/avcenter/venc/data/trojan.qhosts.html" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "http://www.ntbugtraq.com/default.asp?pid=36&sid=1&A2=ind0310&L=ntbugtraq&F=P&S=&P=2169" ,
"source" : "cve@mitre.org"
} ,
2024-04-04 08:46:00 +00:00
{
"url" : "http://www.osvdb.org/7872" ,
"source" : "cve@mitre.org"
} ,
2023-04-24 12:24:31 +02:00
{
"url" : "http://www.securityfocus.com/bid/8556" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "https://docs.microsoft.com/en-us/security-updates/securitybulletins/2003/ms03-040" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/13314" ,
"source" : "cve@mitre.org"
} ,
{
"url" : "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A204" ,
"source" : "cve@mitre.org"
}
]
}