VYPR
Vendor

Tiny C Compiler

Products
3
CVEs
6
Across products
13
Status
Private

Products

3

Recent CVEs

6
  • CVE-2019-12495MedMay 31, 2019
    risk 0.36cvss 5.5epss 0.01

    An issue was discovered in Tiny C Compiler (aka TinyCC or TCC) 0.9.27. Compiling a crafted source file leads to a one-byte out-of-bounds write in the gsym_addr function in x86_64-gen.c. This occurs because tccasm.c mishandles section switches.

  • CVE-2019-9754MedMar 13, 2019
    risk 0.36cvss 5.5epss 0.01

    An issue was discovered in Tiny C Compiler (aka TinyCC or TCC) 0.9.27. Compiling a crafted source file leads to an 1 byte out of bounds write in the end_macro function in tccpp.c.

  • CVE-2018-20376MedDec 23, 2018
    risk 0.36cvss 5.5epss 0.01

    An issue was discovered in Tiny C Compiler (aka TinyCC or TCC) 0.9.27. Compiling a crafted source file leads to an 8 byte out of bounds write in the asm_parse_directive function in tccasm.c.

  • CVE-2018-20375MedDec 23, 2018
    risk 0.36cvss 5.5epss 0.01

    An issue was discovered in Tiny C Compiler (aka TinyCC or TCC) 0.9.27. Compiling a crafted source file leads to an 8 byte out of bounds write in the sym_pop function in tccgen.c.

  • CVE-2018-20374MedDec 23, 2018
    risk 0.36cvss 5.5epss 0.01

    An issue was discovered in Tiny C Compiler (aka TinyCC or TCC) 0.9.27. Compiling a crafted source file leads to an 8 byte out of bounds write in the use_section1 function in tccasm.c.

  • CVE-2006-0635Feb 10, 2006
    risk 0.00cvss epss 0.00

    Tiny C Compiler (TCC) 0.9.23 (aka TinyCC) evaluates the "i>sizeof(int)" expression to false when i equals -1, which might introduce integer overflow vulnerabilities into applications that could be exploited by context-dependent attackers.