1c959d22c6
- Update to 0.102.3 * CVE-2020-3327: Fix a vulnerability in the ARJ archive parsing module in ClamAV 0.102.2 that could cause a Denial-of-Service (DoS) condition. Improper bounds checking of an unsigned variable results in an out-of-bounds read which causes a crash. * CVE-2020-3341: Fix a vulnerability in the PDF parsing module in ClamAV 0.101 - 0.102.2 that could cause a Denial-of-Service (DoS) condition. Improper size checking of a buffer used to initialize AES decryption routines results in an out-of-bounds read which may cause a crash. * Fix "Attempt to allocate 0 bytes" error when parsing some PDF documents. * Fix a couple of minor memory leaks. * Updated libclamunrar to UnRAR 5.9.2. OBS-URL: https://build.opensuse.org/request/show/803374 OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=205
17 lines
295 B
Plaintext
17 lines
295 B
Plaintext
[Unit]
|
|
Description=Clamav antivirus Deamon
|
|
After=network.target freshclam.service
|
|
Requires=freshclam.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/clamd
|
|
TimeoutStartSec=5min
|
|
ExecReload=/bin/kill -USR2 $MAINPID
|
|
;User=vscan
|
|
;Group=vscan
|
|
;PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|