bird8693

Results 32 issues of bird8693

``` WARNING | 2022-08-10 23:07:58,046 | cle.backends.java.soot | Method with description {'class_name': 'android.animation.Keyframe', 'name': 'clone', 'params': ()} is ambiguous in class android.animation.Keyframe. *** AttributeError: 'NoneType' object has no attribute 'idx'...

CryptoUtils.h error: "Unknown endianness of the compilation platform, check this header aes_encrypt.h"

# enviroment ubuntu18.04 # requirement compile with asan # command exif poc # poc https://drive.google.com/file/d/1dhAwQLnuUouzrW7QJnbhjWrLlzaYS0E7/view?usp=sharing # output ``` ==32823==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x602000000014 at pc 0x55945eba4ad6 bp 0x7ffe35844400 sp...

# Enviroment ``` operating system: ubuntu18.04 compile: Use Google's ASAN(https://github.com/google/sanitizers) for vulnerability detection. Specifically in Makefile, `add -fsanitize=address` to CFLAGS make test command: ./run_tests poc ``` # poc: ``` {...

# Enviroment ``` operating system: ubuntu18.04 compile command: make test command: ./run_tests poc ``` # poc: ``` https://drive.google.com/open?id=1rn2gi6JArZARCNQIL2EARMLy06a0-i8V ``` # vulnerability description: It is a Null pointer dereference. Here is...

# Enviroment ``` operating system: ubuntu18.04 compile: Use Google's ASAN(https://github.com/google/sanitizers) for vulnerability detection. Specifically in Makefile, `add -fsanitize=address` to CFLAGS make test command: ./run_tests poc ``` # poc: ``` {...

# Enviroment ``` operating system: ubuntu18.04 compile command: make test command: ./run_tests poc ``` # poc: ``` https://drive.google.com/open?id=1jhNSWmb-SeA6K4xDWQCEhaJFts7E3iOa ``` # vulnerability description: CTinyJS :: expression has a problem. On the...

# Enviroment ``` operating system: ubuntu18.04 compile command: make test command: ./run_tests poc ``` # poc: ``` https://drive.google.com/open?id=1SQYrTreCmgZdXTbM6dAvZfMQSG3WYnRV ``` # vulnerability description: It is a problem with CTinyJS :: expression....

# Enviroment ``` operating system: ubuntu18.04 compile command: make test command: ./run_tests poc ``` # poc: ``` https://drive.google.com/open?id=1WRlgq9EXl6Z6aMwZZVt0CmKLxt0IKwOL ``` It is a problem with CTinyJS :: functionCall. On line TinyJS.cpp...

# Enviroment ``` operating system: ubuntu18.04 compile command: make test command: ./run_tests poc ``` # poc: ``` https://drive.google.com/open?id=1Piwkup12nmhGZ3-z_GuNneH43cHnh-7m ``` # vulnerability description: It is CTinyJS :: logic that has a...