vendor:
N/A
by:
Security Researcher
7.5
CVSS
HIGH
Integer Overflow
190
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: Yes
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: N/A
2020
HTMLFrameElementBase.cpp & NodeRareData.h & Page.h Vulnerability
The vulnerability exists in the HTMLFrameElementBase.cpp, NodeRareData.h, and Page.h files. The vulnerability is an integer overflow in the m_connectedFrameCount member of the NodeRareData class, which is used to store the number of child frames currently attached to the subtree. This can lead to an attacker being able to bypass the Page::maxNumberOfFrames limit, which is set to 1000, and cause a denial of service attack.
Mitigation:
The best way to mitigate this vulnerability is to ensure that the m_connectedFrameCount member of the NodeRareData class is properly validated and that the Page::maxNumberOfFrames limit is enforced.