Essays about: "Dynamic Taint Analysis"

Found 3 essays containing the words Dynamic Taint Analysis.

  1. 1. Dasty : Revealing Real-World Prototype Pollution Consequences with Dynamic Taint Analysis

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Paul Moosbrugger; [2023]
    Keywords : Prototype Pollution Gadgets; Dynamic Taint Analysis; Forced Branch Execution; NodeProf Instrumentation; Truffle GraalJS;

    Abstract : Prototype pollution is a vulnerability in JavaScript and other prototype-based languages that allows malicious actors to inject a property into an object’s prototype. The injected property can subsequently trigger gadgets - source code sections that use the properties in sensitive locations. READ MORE

  2. 2. The future of grey-box fuzzing

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Isak Hjelt; [2017]
    Keywords : ;

    Abstract : Society are becoming more dependent on software, and more artifacts are being connected to the Internet each day [31]. This makes the work of tracking down vulnerabilities in software a moral obligation for software developers. READ MORE

  3. 3. Development of a prototype taint tracing tool for security and other purposes

    University essay from Institutionen för datavetenskap; Tekniska högskolan

    Author : Ulf Kargén; [2012]
    Keywords : dynamic taint tracing; dynamic taint analysis; security; binary analysis; Valgrind; dynamic binary instrumentation;

    Abstract : In recent years there has been an increasing interest in dynamic taint tracing of compiled software as a powerful analysis method for security and other purposes. Most existing approaches are highly application specific and tends to sacrifice precision in favor of performance. READ MORE