ArchLinux: 201502-1: privoxy: denial of service
Summary
- CVE-2015-1380 (denial of service)
Denial of service issue was found in case of client requests with
incorrect chunk-encoded body. When compiled with assertions enabled (the
default) they could previously cause Privoxy to abort().
- CVE-2015-1381 (segmentation fault)
Multiple segmentation faults and memory leaks were found in the pcrs
code. This fix also increases the chances that an invalid pcrs command
is rejected as such. Previously some invalid commands would be loaded
without error. Note that privoxy's pcrs sources (action and filter
files) are considered trustworthy input and should not be writable by
untrusted third-parties.
- CVE-2015-1382 (denial of service)
A 'invalid read' bug was found which could at least theoretically cause
privoxy to crash.
Resolution
Upgrade to 3.0.23-1.
# pacman -Syu "privoxy>=3.0.23-1"
The problems have been fixed upstream in version 3.0.23.
References
https://seclists.org/oss-sec/2015/q1/285 https://access.redhat.com/security/cve/CVE-2015-1380 https://access.redhat.com/security/cve/CVE-2015-1381 https://access.redhat.com/security/cve/CVE-2015-1382
Workaround
None.