Skip to content
#

taint-analysis

Here are 46 public repositories matching this topic...

Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a dynamic taint engine, AST representations of the x86, x86-64, ARM32 and AArch64 Instructions Set Architecture (ISA), SMT simplification passes, an SMT solver interface and, the last but not least, Python bindings.

  • Updated Dec 4, 2020
  • C++
find-sec-bugs
h3xstream
h3xstream commented Oct 5, 2020

Description

BeanUtils is a library that is doing automatic mapping to Java object.
It can cause arm when the attack controls part of the list of properties being sets. BeanUtils does not blacklist properties like class, classloader or other objects that are likely to load arbitrary classes and possibly run code.

Code

import org.apache.commons.beanutils.BeanUtils;

public
RootLUG
RootLUG commented Nov 8, 2020

Aura has currently an experimental cache system that cache all the input data - package/url downloads or copies from offline pypi mirror. However the cache is never cleaned up right now and must be done to do so manually.

This feature adds an automatic cleanup system that would purge old entries from the cache under specific conditions such as:

  • removing entries older than X days
  • removin

Improve this page

Add a description, image, and links to the taint-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the taint-analysis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.