Virustotal Yara vulnerabilities
20 known vulnerabilities affecting virustotal/yara.
Total CVEs
20
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
CRITICAL1HIGH13MEDIUM6
Vulnerabilities
Page 1 of 1
CVE-2023-40857HIGHCVSS 8.8v4.3.22023-08-28
CVE-2023-40857 [HIGH] CWE-787 CVE-2023-40857: Buffer Overflow vulnerability in VirusTotal yara v.4.3.2 allows a remote attacker to execute arbtira
Buffer Overflow vulnerability in VirusTotal yara v.4.3.2 allows a remote attacker to execute arbtirary code via the yr_execute_cod function in the exe.c component.
nvd
CVE-2021-45429MEDIUMCVSS 5.5≤ 4.1.32022-02-04
CVE-2021-45429 [MEDIUM] CWE-120 CVE-2021-45429: A Buffer Overflow vulnerablity exists in VirusTotal YARA git commit: 605b2edf07ed8eb9a2c61ba22eb2e7c
A Buffer Overflow vulnerablity exists in VirusTotal YARA git commit: 605b2edf07ed8eb9a2c61ba22eb2e7c362f47ba7 via yr_set_configuration in yara/libyara/libyara.c, which could cause a Denial of Service.
nvdosv
CVE-2021-3402CRITICALCVSS 9.1fixed in 4.0.42021-05-14
CVE-2021-3402 [CRITICAL] CWE-190 CVE-2021-3402: An integer overflow and several buffer overflow reads in libyara/modules/macho/macho.c in YARA v4.0.
An integer overflow and several buffer overflow reads in libyara/modules/macho/macho.c in YARA v4.0.3 and earlier could allow an attacker to either cause denial of service or information disclosure via a malicious Mach-O file. Affects all versions before libyara 4.0.4
nvdosv
CVE-2019-19648HIGHCVSS 7.8v3.11.02019-12-09
CVE-2019-19648 [HIGH] CWE-125 CVE-2019-19648: In the macho_parse_file functionality in macho/macho.c of YARA 3.11.0, command_size may be inconsist
In the macho_parse_file functionality in macho/macho.c of YARA 3.11.0, command_size may be inconsistent with the real size. A specially crafted MachO file can cause an out-of-bounds memory access, resulting in Denial of Service (application crash) or potential code execution.
nvd
CVE-2019-5020MEDIUMCVSS 5.5v3.8.12019-07-31
CVE-2019-5020 [MEDIUM] CWE-617 CVE-2019-5020: An exploitable denial of service vulnerability exists in the object lookup functionality of Yara 3.8
An exploitable denial of service vulnerability exists in the object lookup functionality of Yara 3.8.1. A specially crafted binary file can cause a negative value to be read to satisfy an assert, resulting in Denial of Service. An attacker can create a malicious binary to trigger this vulnerability.
nvdosv
CVE-2018-19975MEDIUMCVSS 5.5v3.8.12018-12-17
CVE-2018-19975 [MEDIUM] CWE-125 CVE-2018-19975: In YARA 3.8.1, bytecode in a specially crafted compiled rule can read data from any arbitrary addres
In YARA 3.8.1, bytecode in a specially crafted compiled rule can read data from any arbitrary address in memory, in libyara/exec.c. Specifically, OP_COUNT can read a DWORD.
nvdosv
CVE-2018-19976MEDIUMCVSS 5.5v3.8.12018-12-17
CVE-2018-19976 [MEDIUM] CWE-200 CVE-2018-19976: In YARA 3.8.1, bytecode in a specially crafted compiled rule is exposed to information about its env
In YARA 3.8.1, bytecode in a specially crafted compiled rule is exposed to information about its environment, in libyara/exec.c. This is a consequence of the design of the YARA virtual machine.
nvdosv
CVE-2018-19974MEDIUMCVSS 5.5v3.8.12018-12-17
CVE-2018-19974 [MEDIUM] CWE-908 CVE-2018-19974: In YARA 3.8.1, bytecode in a specially crafted compiled rule can read uninitialized data from VM scr
In YARA 3.8.1, bytecode in a specially crafted compiled rule can read uninitialized data from VM scratch memory in libyara/exec.c. This can allow attackers to discover addresses in the real stack (not the YARA virtual stack).
nvdosv
CVE-2018-12035HIGHCVSS 7.8≤ 3.7.12018-06-15
CVE-2018-12035 [HIGH] CWE-787 CVE-2018-12035: In YARA 3.7.1 and prior, parsing a specially crafted compiled rule file can cause an out of bounds w
In YARA 3.7.1 and prior, parsing a specially crafted compiled rule file can cause an out of bounds write vulnerability in yr_execute_code in libyara/exec.c.
nvdosv
CVE-2018-12034HIGHCVSS 7.8≤ 3.7.12018-06-15
CVE-2018-12034 [HIGH] CWE-125 CVE-2018-12034: In YARA 3.7.1 and prior, parsing a specially crafted compiled rule file can cause an out of bounds r
In YARA 3.7.1 and prior, parsing a specially crafted compiled rule file can cause an out of bounds read vulnerability in yr_execute_code in libyara/exec.c.
nvdosv
CVE-2017-11328MEDIUMCVSS 5.5v3.0.0v3.1.0+8 more2017-07-17
CVE-2017-11328 [MEDIUM] CWE-119 CVE-2017-11328: Heap buffer overflow in the yr_object_array_set_item() function in object.c in YARA 3.x allows a den
Heap buffer overflow in the yr_object_array_set_item() function in object.c in YARA 3.x allows a denial-of-service attack by scanning a crafted .NET file.
nvdosv
CVE-2017-9465HIGHCVSS 7.1v3.6.12017-06-06
CVE-2017-9465 [HIGH] CWE-125 CVE-2017-9465: The yr_arena_write_data function in YARA 3.6.1 allows remote attackers to cause a denial of service
The yr_arena_write_data function in YARA 3.6.1 allows remote attackers to cause a denial of service (buffer over-read and application crash) or obtain sensitive information from process memory via a crafted file that is mishandled in the yr_re_fast_exec function in libyara/re.c and the _yr_scan_match_callback function in libyara/scan.c.
nvdosv
CVE-2017-9438HIGHCVSS 7.5v3.5.02017-06-05
CVE-2017-9438 [HIGH] CVE-2017-9438: libyara/re.c in the regexp module in YARA 3.5.0 allows remote attackers to cause a denial of service
libyara/re.c in the regexp module in YARA 3.5.0 allows remote attackers to cause a denial of service (stack consumption) via a crafted rule (involving hex strings) that is mishandled in the _yr_re_emit function, a different vulnerability than CVE-2017-9304.
nvdosv
CVE-2017-9304HIGHCVSS 7.5v3.5.02017-05-31
CVE-2017-9304 [HIGH] CWE-674 CVE-2017-9304: libyara/re.c in the regexp module in YARA 3.5.0 allows remote attackers to cause a denial of service
libyara/re.c in the regexp module in YARA 3.5.0 allows remote attackers to cause a denial of service (stack consumption) via a crafted rule that is mishandled in the _yr_re_emit function.
nvdosv
CVE-2017-8929HIGHCVSS 7.5v3.5.02017-05-14
CVE-2017-8929 [HIGH] CWE-416 CVE-2017-8929: The sized_string_cmp function in libyara/sizedstr.c in YARA 3.5.0 allows remote attackers to cause a
The sized_string_cmp function in libyara/sizedstr.c in YARA 3.5.0 allows remote attackers to cause a denial of service (use-after-free and application crash) via a crafted rule.
nvdosv
CVE-2017-8294HIGHCVSS 7.5v3.5.02017-04-27
CVE-2017-8294 [HIGH] CWE-125 CVE-2017-8294: libyara/re.c in the regex component in YARA 3.5.0 allows remote attackers to cause a denial of servi
libyara/re.c in the regex component in YARA 3.5.0 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted rule that is mishandled in the yr_re_exec function.
nvdosv
CVE-2016-10211HIGHCVSS 7.5v3.5.02017-04-03
CVE-2016-10211 [HIGH] CWE-416 CVE-2016-10211: libyara/grammar.y in YARA 3.5.0 allows remote attackers to cause a denial of service (use-after-free
libyara/grammar.y in YARA 3.5.0 allows remote attackers to cause a denial of service (use-after-free and application crash) via a crafted rule that is mishandled in the yr_parser_lookup_loop_variable function.
nvdosv
CVE-2017-5923HIGHCVSS 7.5v3.5.02017-04-03
CVE-2017-5923 [HIGH] CWE-125 CVE-2017-5923: libyara/grammar.y in YARA 3.5.0 allows remote attackers to cause a denial of service (heap-based out
libyara/grammar.y in YARA 3.5.0 allows remote attackers to cause a denial of service (heap-based out-of-bounds read and application crash) via a crafted rule that is mishandled in the yara_yyparse function.
nvdosv
CVE-2017-5924HIGHCVSS 7.5v3.5.02017-04-03
CVE-2017-5924 [HIGH] CWE-416 CVE-2017-5924: libyara/grammar.y in YARA 3.5.0 allows remote attackers to cause a denial of service (use-after-free
libyara/grammar.y in YARA 3.5.0 allows remote attackers to cause a denial of service (use-after-free and application crash) via a crafted rule that is mishandled in the yr_compiler_destroy function.
nvdosv
CVE-2016-10210HIGHCVSS 7.5v3.5.02017-04-03
CVE-2016-10210 [HIGH] CWE-476 CVE-2016-10210: libyara/lexer.l in YARA 3.5.0 allows remote attackers to cause a denial of service (NULL pointer der
libyara/lexer.l in YARA 3.5.0 allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted rule that is mishandled in the yy_get_next_buffer function.
nvdosv