mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
20 lines
776 B
Markdown
20 lines
776 B
Markdown
### [CVE-2016-10707](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10707)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
jQuery 3.0.0-rc.1 is vulnerable to Denial of Service (DoS) due to removing a logic that lowercased attribute names. Any attribute getter using a mixed-cased name for boolean attributes goes into an infinite recursion, exceeding the stack call limit.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/HansUXdev/OneArizona
|
|
- https://github.com/flyher/sheep
|
|
|