We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf1579 commit 87248f3Copy full SHA for 87248f3
yara/expl_cups_sep24.yar
@@ -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