Skip to content

Commit 87248f3

Browse files
committed
Create expl_cups_sep24.yar
1 parent dcf1579 commit 87248f3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

yara/expl_cups_sep24.yar

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
rule EXPL_LNX_CUPS_CVE_2024_47177_Sep24 {
3+
meta:
4+
description = "Detects exploit code for CUPS CVE-2024-47177"
5+
author = "Florian Roth"
6+
reference = "https://github.com/OpenPrinting/cups-browsed/security/advisories/GHSA-rj88-6mr5-rcw8"
7+
date = "2024-09-27"
8+
score = 75
9+
strings:
10+
$s1 = "FoomaticRIPCommandLine: " ascii
11+
$s2 = "cupsFilter2 : " ascii
12+
condition:
13+
filesize < 400KB and all of them
14+
}

0 commit comments

Comments
 (0)