File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,34 @@ differ slightly from third-party binary packages.
7
7
8
8
ClamAV 1.3.2 is a patch release with the following fixes:
9
9
10
+ - [ CVE-2024 -20506] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-20506 ) :
11
+ Changed the logging module to disable following symlinks on Linux and Unix
12
+ systems so as to prevent an attacker with existing access to the 'clamd' or
13
+ 'freshclam' services from using a symlink to corrupt system files.
14
+
15
+ This issue affects all currently supported versions. It will be fixed in:
16
+ - 1.4.1
17
+ - 1.3.2
18
+ - 1.0.7
19
+ - 0.103.12
20
+
21
+ Thank you to Detlef for identifying this issue.
22
+
23
+ - [ CVE-2024 -20505] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-20505 ) :
24
+ Fixed a possible out-of-bounds read bug in the PDF file parser that could
25
+ cause a denial-of-service (DoS) condition.
26
+
27
+ This issue affects all currently supported versions. It will be fixed in:
28
+ - 1.4.1
29
+ - 1.3.2
30
+ - 1.0.7
31
+ - 0.103.12
32
+
33
+ Thank you to OSS-Fuzz for identifying this issue.
34
+
35
+ - Removed unused Python modules from freshclam tests including deprecated
36
+ 'cgi' module that is expected to cause test failures in Python 3.13.
37
+
10
38
- Fix unit test caused by expiring signing certificate.
11
39
- Backport of [ GitHub pull request] ( https://github.com/Cisco-Talos/clamav/pull/1305 )
12
40
You can’t perform that action at this time.
0 commit comments