Security News > 2022 > September > Coding session: Introduction to JavaScript fuzzing

Coding session: Introduction to JavaScript fuzzing
2022-09-08 07:29

JavaScript is widely used in backend and frontend applications that rely on trust and good user experience, including e-commerce platforms, and consumer-apps.

Fuzz testing helps secure these applications against bugs and vulnerabilities that cause downtime and other security issues, such as crashes, DoS and uncaught exceptions.

Use cases and common challenges of fuzzing JavaScript applications.

How to detect DoS vulnerabilities and uncaught exceptions with Jazzer.

Js, a coverage-guided fuzzer for Node.JS and the whole JavaScript ecosystem.

All code examples and tools we use are open-source and easily accessible via GitHub and npmjs.


News URL

https://www.helpnetsecurity.com/2022/09/08/introduction-to-javascript-fuzzing/