VendorsDebiandebian_linux9.0
Vulnerabilities

Debian Debian Linux 9.0

Ranked by severity, then by exploit likelihood. Click a CVE ID for its full record.

3996CVEs
CVE-2018-18313
Perl before 5.26.3 has a buffer over-read via a crafted regular expression that triggers disclosure of sensitive information from process memory.
Published 2018-12-07 · Modified
9.1EPSS 0.095
CVE-2018-1000122
A buffer over-read exists in curl 7.20.0 to and including curl 7.58.0 in the RTSP+RTP handling code that allows an attacker to cause a denial of service or information leakage
Published 2018-03-14 · Modified
9.1EPSS 0.090
CVE-2019-20444
HttpObjectDecoder.java in Netty before 4.1.44 allows an HTTP header that lacks a colon, which might be interpreted as a separate header with an incorrect syntax, or might be interpreted as an "invalid fold."
Published 2020-01-29 · Modified
9.1EPSS 0.089
CVE-2019-11036
Heap over-read in PHP EXIF extension
Published 2019-05-03 · Modified
9.1EPSS 0.070
CVE-2019-3859
An out of bounds read flaw was discovered in libssh2 before 1.8.1 in the _libssh2_packet_require and _libssh2_packet_requirev functions. A remote attacker who compromises a SSH server may be able to cause a Denial of Service or read data in the client memory.
Published 2019-03-20 · Modified
9.1EPSS 0.063
CVE-2017-1000257
An IMAP FETCH response line indicates the size of the returned data, in number of bytes. When that response says the data is zero bytes, libcurl would pass on that (non-existing) data with a pointer and the size (zero) to the deliver-data function. libcurl's deliver-data function treats zero as a magic number and invokes strlen() on the data to figure out the length. The strlen() is called on a heap based buffer that might not be zero terminated so libcurl might read beyond the end of it into whatever memory lies after (or just crash) and then deliver that to the application as if it was actually downloaded.
Published 2017-10-31 · Modified
9.1EPSS 0.062
CVE-2021-23926
XMLBeans XML Entity Expansion
Published 2021-01-14 · Modified
9.1EPSS 0.062
CVE-2018-1000301
curl version curl 7.20.0 to and including curl 7.59.0 contains a CWE-126: Buffer Over-read vulnerability in denial of service that can result in curl can be tricked into reading data beyond the end of a heap based buffer used to store downloaded RTSP content.. This vulnerability appears to have been fixed in curl < 7.20.0 and curl >= 7.60.0.
Published 2018-05-24 · Modified
9.1EPSS 0.060
CVE-2021-3144
In SaltStack Salt before 3002.5, eauth tokens can be used once after expiration. (They might be used to run command against the salt master or minions.)
Published 2021-02-27 · Modified
9.1EPSS 0.052
CVE-2018-1000005
libcurl 7.49.0 to and including 7.57.0 contains an out bounds read in code handling HTTP/2 trailers. It was reported (https://github.com/curl/curl/pull/2231) that reading an HTTP/2 trailer could mess up future trailers since the stored size was one byte less than required. The problem is that the code that creates HTTP/1-like headers from the HTTP/2 trailer data once appended a string like `:` to the target buffer, while this was recently changed to `: ` (a space was added after the colon) but the following math wasn't updated correspondingly. When accessed, the data is read out of bounds and causes either a crash or that the (too large) data gets passed to client write. This could lead to a denial-of-service situation or an information disclosure if someone has a service that echoes back or uses the trailers for something.
Published 2018-01-24 · Modified
9.1EPSS 0.046
CVE-2022-21723
Out-of-bounds read in multipart parsing in PJSIP
Published 2022-01-27 · Modified
9.1EPSS 0.045
CVE-2019-11035
Heap over-read in PHP EXIF extension
Published 2019-04-18 · Modified
9.1EPSS 0.044
CVE-2019-12523
An issue was discovered in Squid before 4.9. When handling a URN request, a corresponding HTTP request is made. This HTTP request doesn't go through the access checks that incoming HTTP requests go through. This causes all access checks to be bypassed and allows access to restricted HTTP servers, e.g., an attacker can connect to HTTP servers that only listen on localhost.
Published 2019-11-26 · Modified
9.1EPSS 0.043
CVE-2020-28039
is_protected_meta in wp-includes/meta.php in WordPress before 5.5.2 allows arbitrary file deletion because it does not properly determine whether a meta key is considered protected.
Published 2020-10-31 · Modified
9.1EPSS 0.041
CVE-2019-11034
Heap over-read in PHP EXIF extension
Published 2019-04-18 · Modified
9.1EPSS 0.041
CVE-2017-8807
vbf_stp_error in bin/varnishd/cache/cache_fetch.c in Varnish HTTP Cache 4.1.x before 4.1.9 and 5.x before 5.2.1 allows remote attackers to obtain sensitive information from process memory because a VFP_GetStorage buffer is larger than intended in certain circumstances involving -sfile Stevedore transient objects.
Published 2017-11-16 · Modified
9.1EPSS 0.041
CVE-2019-11040
Heap buffer overflow in EXIF extension
Published 2019-06-18 · Modified
9.1EPSS 0.041
CVE-2018-19857
The CAF demuxer in modules/demux/caf.c in VideoLAN VLC media player 3.0.4 may read memory from an uninitialized pointer when processing magic cookies in CAF files, because a ReadKukiChunk() cast converts a return value to an unsigned int even if that value is negative. This could result in a denial of service and/or a potential infoleak.
Published 2018-12-05 · Modified
9.1EPSS 0.039
CVE-2021-43845
Prevent out-of-bounds read in PJSIP
Published 2021-12-27 · Modified
9.1EPSS 0.037
CVE-2017-7753
An out-of-bounds read occurs when applying style rules to pseudo-elements, such as ::first-line, using cached style data. This vulnerability affects Thunderbird < 52.3, Firefox ESR < 52.3, and Firefox < 55.
Published 2018-06-11 · Modified
9.1EPSS 0.031
CVE-2019-11039
Out-of-bounds read in iconv.c
Published 2019-06-18 · Modified
9.1EPSS 0.031
CVE-2017-7758
An out-of-bounds read vulnerability with the Opus encoder when the number of channels in an audio stream changes while the encoder is in use. This vulnerability affects Firefox < 54, Firefox ESR < 52.2, and Thunderbird < 52.2.
Published 2018-06-11 · Modified
9.1EPSS 0.031
CVE-2022-23806
Curve.IsOnCurve in crypto/elliptic in Go before 1.16.14 and 1.17.x before 1.17.7 can incorrectly return true in situations with a big.Int value that is not a valid field element.
Published 2022-02-11 · Modified
9.1EPSS 0.031
CVE-2019-19949
In ImageMagick 7.0.8-43 Q16, there is a heap-based buffer over-read in the function WritePNGImage of coders/png.c, related to Magick_png_write_raw_profile and LocaleNCompare.
Published 2019-12-24 · Modified
9.1EPSS 0.029
CVE-2019-20367
nlist.c in libbsd before 0.10.0 has an out-of-bounds read during a comparison for a symbol name from the string table (strtab).
Published 2020-01-08 · Modified
9.1EPSS 0.028
CVE-2019-19953
In GraphicsMagick 1.4 snapshot-20191208 Q8, there is a heap-based buffer over-read in the function EncodeImage of coders/pict.c.
Published 2019-12-24 · Modified
9.1EPSS 0.028
CVE-2021-45079
In strongSwan before 5.9.5, a malicious responder can send an EAP-Success message too early without actually authenticating the client and (in the case of EAP methods with mutual authentication and EAP-only authentication for IKEv2) even without server authentication.
Published 2022-01-31 · Modified
9.1EPSS 0.028
CVE-2018-6596
webhooks/base.py in Anymail (aka django-anymail) before 1.2.1 is prone to a timing attack vulnerability on the WEBHOOK_AUTHORIZATION secret, which allows remote attackers to post arbitrary e-mail tracking events.
Published 2018-02-03 · Modified
9.1EPSS 0.026
CVE-2022-23096
An issue was discovered in the DNS proxy in Connman through 1.40. The TCP server reply implementation lacks a check for the presence of sufficient Header Data, leading to an out-of-bounds read.
Published 2022-01-28 · Modified
9.1EPSS 0.026
CVE-2022-21722
Potential out-of-bound read during RTP/RTCP parsing in PJSIP
Published 2022-01-27 · Modified
9.1EPSS 0.024
CVE-2022-23097
An issue was discovered in the DNS proxy in Connman through 1.40. forward_dns_reply mishandles a strnlen call, leading to an out-of-bounds read.
Published 2022-01-28 · Modified
9.1EPSS 0.024
CVE-2020-36331
A flaw was found in libwebp in versions before 1.0.1. An out-of-bounds read was found in function ChunkAssignData. The highest threat from this vulnerability is to data confidentiality and to the service availability.
Published 2021-05-21 · Modified
9.1EPSS 0.023
CVE-2020-36330
A flaw was found in libwebp in versions before 1.0.1. An out-of-bounds read was found in function ChunkVerifyAndAssign. The highest threat from this vulnerability is to data confidentiality and to the service availability.
Published 2021-05-21 · Modified
9.1EPSS 0.022
CVE-2021-43302
Read out-of-bounds in PJSUA API when calling pjsua_recorder_create. An attacker-controlled 'filename' argument may cause an out-of-bounds read when the filename is shorter than 4 characters.
Published 2022-02-16 · Modified
9.1EPSS 0.022
CVE-2021-3850
Authentication Bypass by Primary Weakness in adodb/adodb
Published 2022-01-25 · Modified
9.1EPSS 0.022
CVE-2021-33293
Panorama Tools libpano13 v2.9.20 was discovered to contain an out-of-bounds read in the function panoParserFindOLine() in parser.c.
Published 2022-03-10 · Modified
9.1EPSS 0.021
CVE-2018-16842
Curl versions 7.14.1 through 7.61.1 are vulnerable to a heap-based buffer over-read in the tool_msgs.c:voutf() function that may result in information exposure and denial of service.
Published 2018-10-31 · Modified
9.1EPSS 0.021
CVE-2019-14462
An issue was discovered in libmodbus before 3.0.7 and 3.1.x before 3.1.5. There is an out-of-bounds read for the MODBUS_FC_WRITE_MULTIPLE_COILS case, aka VD-1302.
Published 2019-07-31 · Modified
9.1EPSS 0.020
CVE-2022-23959
In Varnish Cache before 6.6.2 and 7.x before 7.0.2, Varnish Cache 6.0 LTS before 6.0.10, and and Varnish Enterprise (Cache Plus) 4.1.x before 4.1.11r6 and 6.0.x before 6.0.9r4, request smuggling can occur for HTTP/1 connections.
Published 2022-01-26 · Modified
9.1EPSS 0.020
CVE-2019-14463
An issue was discovered in libmodbus before 3.0.7 and 3.1.x before 3.1.5. There is an out-of-bounds read for the MODBUS_FC_WRITE_MULTIPLE_REGISTERS case, aka VD-1301.
Published 2019-07-31 · Modified
9.1EPSS 0.019
← Prev15 / 100Next →