Home/CVE-2023-43641/YARA rules
YARA

YARA rules for CVE-2023-43641

1 rules · scoped to cve · back to CVE-2023-43641
YARA rules whose family, name, or description matches this cve or its tooling. Use these for binary-pattern hunts.

YARA rules

1 of 1
direct LIBCUE
SUSP_EXPL_LIBCUE_CVE_2023_43641_Oct23_1
Detects a suspicious .cue file that could be an exploitation attempt of libcue vulnerability CVE-2023-43641
author Florian Roth license see source repo
view YARA rule
rule SUSP_EXPL_LIBCUE_CVE_2023_43641_Oct23_1 {
   meta:
      author = "Florian Roth"
      description = "Detects a suspicious .cue file that could be an exploitation attempt of libcue vulnerability CVE-2023-43641"
      reference = "https://github.com/github/securitylab/blob/main/SecurityExploits/libcue/track_set_index_CVE-2023-43641/README.md"
      date = "2023-10-27"
      score = 70
      id = "34fcf80c-adcd-55c0-9fb4-261d20f61fa6"
   strings:
      $a1 = "TRACK "
      $a2 = "FILE "

      $s1 = "INDEX 4294"
   condition:
      filesize < 100KB and all of them
}
Showing 1-1 of 1
Vulnerabilities
CISA KEV catalog
CWE weaknesses
CAPEC attack patterns
Package vulnerabilities
Threat intelligence
Threat actors
Tools & malware
ATT&CK techniques
IOCs
Detection & defense
Sigma rules
YARA rules
Atomic Red Team tests
D3FEND countermeasures
Compliance
NIST 800-53
ISO 27001:2022
SOC 2 TSC
PCI-DSS v4.0
CIS Controls v8.1
About
All capabilities
Live statistics
Data sources
Privacy policy
Terms of service
threatengine.sh  ·  Open-source threat intelligence platform  ·  100+ authoritative sources  ·  Every fact traces to its origin