DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Node.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Node.js
What makes prototype pollution a distinctly JavaScript-flavored vulnerability?
A
It only affects TypeScript projects
B
JS objects inherit from Object.prototype by default, and __proto__ is a live accessor — polluting it affects every plain object in the process
C
It's specific to the fs module
D
It only occurs in browser environments, not Node
Check Answer