Lucene search
+L

16399 matches found

RedhatCVE
RedhatCVE
added 2020/06/19 3:56 p.m.41 views

CVE-2020-13902

ImageMagick 7.0.9-27 through 7.0.10-17 has a heap-based buffer over-read in BlobToStringInfo in MagickCore/string.c during TIFF image decoding...

5.8CVSS2.3AI score0.00965EPSS
SaveExploits0References3
OSV
OSV
added 2020/06/19 10:25 a.m.13 views

MGASA-2020-0267 Updated libjpeg packages fix security vulnerability

Updated libjpeg packages fix security vulnerability: libjpeg-turbo 2.0.4 has a heap-based buffer over-read in getrgbrow in rdppm.c via a malformed PPM input file CVE-2020-13790...

8.1CVSS8.1AI score0.03205EPSS
SaveExploits1References3
Mageia
Mageia
added 2020/06/19 10:25 a.m.61 views

Updated libjpeg packages fix security vulnerability

Updated libjpeg packages fix security vulnerability: libjpeg-turbo 2.0.4 has a heap-based buffer over-read in getrgbrow in rdppm.c via a malformed PPM input file CVE-2020-13790...

8.1CVSS3.6AI score0.03205EPSS
SaveExploits1References2
OSV
OSV
added 2020/06/19 7:54 a.m.9 views

SUSE-SU-2020:1687-1 Security update for libgxps

This update for libgxps fixes the following issues: - CVE-2018-10733: Fixed a heap-based buffer over-read issue in ftfontfacehash bsc1092125...

6.5CVSS6.8AI score0.02263EPSS
SaveExploits1References3
NVD
NVD
added 2020/06/18 7:15 p.m.27 views

CVE-2020-12886

A buffer over-read was discovered in the CoAP library in Arm Mbed OS 5.15.3. The CoAP parser is responsible for parsing received CoAP packets. The function sncoapparseroptionsparse parses the CoAP packet header starting from the message token. The length of the token in the received message is...

9.1CVSS0.01352EPSS
SaveExploits0References2
NVD
NVD
added 2020/06/18 7:15 p.m.21 views

CVE-2020-12883

Buffer over-reads were discovered in the CoAP library in Arm Mbed OS 5.15.3. The CoAP parser is responsible for parsing received CoAP packets. The function sncoapparseroptionsparse parses CoAP input linearly using a while loop. Once an option is parsed in a loop, the current point packetdatapptr ...

9.1CVSS0.01783EPSS
SaveExploits0References4
NVD
NVD
added 2020/06/18 7:15 p.m.23 views

CVE-2020-12884

A buffer over-read was discovered in the CoAP library in Arm Mbed OS 5.15.3. The CoAP parser is responsible for parsing received CoAP packets. The function sncoapparseroptionsparsemultipleoptions parses CoAP options that may occur multiple consecutive times in a single packet. While processing th...

9.1CVSS0.01352EPSS
SaveExploits0References2
Prion
Prion
added 2020/06/18 7:15 p.m.27 views

Out-of-bounds

A buffer over-read was discovered in the CoAP library in Arm Mbed OS 5.15.3. The CoAP parser is responsible for parsing received CoAP packets. The function sncoapparseroptionsparsemultipleoptions parses CoAP options that may occur multiple consecutive times in a single packet. While processing th...

6.4CVSS9.2AI score0.01352EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2020/06/18 7:15 p.m.26 views

Heap overflow

Buffer over-reads were discovered in the CoAP library in Arm Mbed OS 5.15.3. The CoAP parser is responsible for parsing received CoAP packets. The function sncoapparseroptionsparse parses CoAP input linearly using a while loop. Once an option is parsed in a loop, the current point packetdatapptr ...

6.4CVSS8.9AI score0.01783EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2020/06/18 6:24 p.m.65 views

CVE-2020-12883

CVE-2020-12883 affects the CoAP library in ARM Mbed OS 5.15.3. The vulnerability arises in sn_coap_parser_options_parse(), which parses CoAP input linearly but fails to verify the input length against bytes read when processing extended option delta/length, and computes message_left incorrectly f...

9.1CVSS8.9AI score0.01783EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2020/06/18 6:24 p.m.30 views

CVE-2020-12883

Buffer over-reads were discovered in the CoAP library in Arm Mbed OS 5.15.3. The CoAP parser is responsible for parsing received CoAP packets. The function sncoapparseroptionsparse parses CoAP input linearly using a while loop. Once an option is parsed in a loop, the current point packetdatapptr ...

9.1AI score0.01783EPSS
SaveExploits0References4
CVE
CVE
added 2020/06/18 6:24 p.m.68 views

CVE-2020-12884

CVE-2020-12884 affects Arm Mbed OS 5.15.3 CoAP library. The CoAP parser option handling (sn_coap_parser_options_parse_multiple_options) can read past the packet boundary: packet_data_pptr is advanced by option_len without a prior out-of-bounds check, while temp_parsed_uri_query_ptr validation use...

9.1CVSS9.2AI score0.01352EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2020/06/18 6:24 p.m.34 views

CVE-2020-12884

A buffer over-read was discovered in the CoAP library in Arm Mbed OS 5.15.3. The CoAP parser is responsible for parsing received CoAP packets. The function sncoapparseroptionsparsemultipleoptions parses CoAP options that may occur multiple consecutive times in a single packet. While processing th...

9.3AI score0.01352EPSS
SaveExploits0References2
CVE
CVE
added 2020/06/18 6:24 p.m.70 views

CVE-2020-12886

The CVE affects Arm Mbed OS CoAP library (mbed-coap) in version 5.15.3. The root cause is in sn_coap_parser_options_parse(): the length of the token is read from the message but not validated against the input buffer before accessing the token, enabling a memory access outside the buffer (buffer ...

9.1CVSS9.2AI score0.01352EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2020/06/18 6:24 p.m.38 views

CVE-2020-12886

A buffer over-read was discovered in the CoAP library in Arm Mbed OS 5.15.3. The CoAP parser is responsible for parsing received CoAP packets. The function sncoapparseroptionsparse parses the CoAP packet header starting from the message token. The length of the token in the received message is...

9.3AI score0.01352EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2020/06/18 3:55 p.m.53 views

CVE-2020-11767

Istio through 1.5.1 and Envoy through 1.14.1 have a data-leak issue. If there is a TCP connection negotiated with SNI over HTTPS to .example.com, a request for a domain concurrently configured explicitly e.g., abc.example.com is sent to the servers listening behind .example.com. The outcome shoul...

2.6CVSS1AI score0.01818EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2020/06/18 11:55 a.m.81 views

CVE-2019-20838

libpcre in PCRE before 8.43 allows a subject buffer over-read in JIT when UTF is disabled, and \X or \R has more than one fixed quantifier, a related issue to CVE-2019-20454. Mitigation Do not use more than one fixed quantifier with \R or \X with UTF disabled in PCRE or PCRE2, as these are the...

5CVSS8.7AI score0.0277EPSS
SaveExploits1References3
Hacker One
Hacker One
added 2020/06/17 11:59 a.m.22 views

Open-Xchange: Buffer over read from `smtp_command_parse_parameters`

Function smtpcommandparseparameters calls uniutf8getcharn with length parameter sizetp - parser-endwhen the parameter should be sizetparser-end - p To reproduce, send as input to the smtp server 8191 spaces followed by the beginning of one unicode character printf ' %8190s\xdc' " " | nc localhost...

6.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2020/06/17 12:00 a.m.33 views

RHEL 7 : libexif (RHSA-2020:2549)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2020:2549 advisory. The libexif packages provide a library for extracting extra information from image files. Security Fixes: libexif: several buffer over-reads in EXIF...

9.1CVSS7.8AI score0.02684EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2020/06/17 12:00 a.m.52 views

EulerOS 2.0 SP2 : tcpdump (EulerOS-SA-2020-1623)

According to the versions of the tcpdump package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - tcpdump before 4.9.3 mishandles the printing of SMB data issue 1 of 2.CVE-2018-10103 - tcpdump before 4.9.3 mishandles the printing of SMB data...

9.8CVSS6.2AI score0.04986EPSS
SaveExploits0References6
Rows per page
Query Builder