mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [master] 2 pages modified
This commit is contained in:
parent
51917c1a7c
commit
6d5bcdd21f
2 changed files with 5 additions and 2 deletions
|
@ -121,8 +121,7 @@ To be simple Intent can be used:
|
|||
* To access data via ContentProviders
|
||||
* As callbacks to handle events
|
||||
|
||||
Improper implementation could result in data leakage, restricted functions being called and program flow being manipulated.
|
||||
[**Learn more about intents reading here.**]()\*\*\*\*
|
||||
Improper implementation could result in data leakage, restricted functions being called and program flow being manipulated.
|
||||
|
||||
### Intent-Filter
|
||||
|
||||
|
|
|
@ -270,6 +270,10 @@ These errors can affect a lot of Javascript projects, especially NodeJS projects
|
|||
|
||||
This bug affects all versions of Lodash, already fixed in version 4.17.11.
|
||||
|
||||
### Another tutorial with CVEs
|
||||
|
||||
{% embed url="https://infosecwriteups.com/javascript-prototype-pollution-practice-of-finding-and-exploitation-f97284333b2" %}
|
||||
|
||||
## AST Prototype Pollution
|
||||
|
||||
In NodeJS, AST is used in JS really often, as template engines and typescript etc.
|
||||
|
|
Loading…
Reference in a new issue