What is Prototype Pollution? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is Prototype Pollution?

I am trying to learn about prototype pollution: how it happens and how to find vulnerable code, but it's tough going finding good examples. Can anyone give me a concrete example and/or a good explanation of how and why it happens and what the effects are?

29th Sep 2019, 10:51 AM
Peter David Carter
Peter David Carter - avatar
4 Answers
0
In jQuery?
29th Sep 2019, 11:21 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Ярослав Вернигора (Yaroslav Vernigora) In JavaScript in general, but I'd be happy with a JQuery specific answer
29th Sep 2019, 11:27 AM
Peter David Carter
Peter David Carter - avatar
0
I just read an article about it, advise to just update the version of this library to the newest one to ver. 3.4.0
29th Sep 2019, 11:29 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Ярослав Вернигора (Yaroslav Vernigora) I don't use JQuery myself, except by-proxy through Angular. What I'm interested in understanding is when my own and other people's code may be vulnerable...
29th Sep 2019, 11:31 AM
Peter David Carter
Peter David Carter - avatar