SUSP_EXPL_LIBCUE_CVE_2023_43641_Oct23_1


Description

Detects a suspicious .cue file that could be an exploitation attempt of libcue vulnerability CVE-2023-43641

Query · yara

strings:
      $a1 = "TRACK "
      $a2 = "FILE "

      $s1 = "INDEX 4294"
   condition:
      filesize < 100KB and all of them
Raw source SUSP_EXPL_LIBCUE_CVE_2023_43641_Oct23_1 · YARA
Esc
Published by Neo23x0/signature-base ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
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
}

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.