-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZCS-13605 : Upgrade ClamAV to 1.0.1 #190
Conversation
Please upgrade clamav to 1.0.3 ASAP. 1.0.2 and 1.0.3 fix critical vulnerabilities. 1.0.3 Upgrade the bundled UnRAR library (libclamunrar) to version 6.2.10. 1.0.2 CVE-2023-20197 Fixed a possible denial of service vulnerability in the HFS+ file parser. This issue affects versions 1.1.0, 1.0.1 through 1.0.0, 0.105.2 through 0.105.0, 0.104.4 through 0.104.0, and 0.103.8 through 0.103.0. Thank you to Steve Smith for reporting this issue. |
Micro-Learning Topic: Denial of service (Detected by phrase)Matched on "denial of service"The Denial of Service (DoS) attack is focused on making a resource (site, application, server) unavailable for the purpose it was designed. There are many ways to make a service unavailable for legitimate users by manipulating network packets, programming, logical, or resources handling vulnerabilities, among others. Source: https://www.owasp.org/index.php/Denial_of_Service Try a challenge in Secure Code Warrior |
Please look at upgrading bundled clamav. Security fixes below. ClamAV 1.2.2 and ClamAV 1.0.5 are critical patch versions with the following fixes: CVE-2024-20290: Fixed a possible heap overflow read bug in the OLE2 file parser that could cause a denial-of-service (DoS) condition. Thank you to OSS-Fuzz for identifying this issue. Affected versions: To fix this issue, we disabled the '%f' format string parameter. ClamD administrators may continue to use the Thank you to Amit Schendel for identifying this issue. Affected versions: |
Clamav has been updated to fix vulnerabilities. ClamAV 1.3.1, 1.2.3, 1.0.6 patch versions published The release files for the patch versions are available for download on the ClamAV downloads page, on the GitHub Release page, and through Docker Hub. The images on Docker Hub may not be immediately available on release day. Continue reading to learn what changed in each version. 1.3.1 CVE-2024-20380: Fixed a possible crash in the HTML file parser that could cause a denial-of-service (DoS) condition. This issue affects version 1.3.0 only and does not affect prior versions. Thank you to Błażej Pawłowski for identifying this issue. GitHub pull request GitHub pull request GitHub pull request GitHub pull request GitHub pull request GitHub pull request Patch courtesy of Neil Wilson. 1.2.3 Updated select Rust dependencies to the latest versions. This resolved Cargo audit complaints and included PNG parser bug fixes. GitHub pull request GitHub pull request GitHub pull request GitHub pull request GitHub pull request 1.0.6 Updated select Rust dependencies to the latest versions. This resolved Cargo audit complaints and included PNG parser bug fixes. GitHub pull request GitHub pull request GitHub pull request GitHub pull request GitHub pull request |
This PR has been created on the top of OpenSSL-3.0.9 Upgrade PR (#189) because Clamav needs to compile with OpenSSL-3.0.9.