Lucene search
+L

862 matches found

OSV
OSV
added 2022/07/07 12:0 a.m.35 views

CVE-2022-32206

curl 7.84.0 supports "chained" HTTP compression algorithms, meaning that a serverresponse can be compressed multiple times and potentially with different algorithms. The number of acceptable "links" in this "decompression chain" was unbounded, allowing a malicious server to insert a virtually...

6.5CVSS8AI score0.3216EPSS
SaveExploits1References13
CVE
CVE
added 2022/07/07 12:0 a.m.339 views

CVE-2022-32206

CVE-2022-32206 affects curl

6.5CVSS7.9AI score0.3216EPSS
SaveExploits1References11Affected Software1
Tenable Nessus
Tenable Nessus
added 2022/06/28 12:0 a.m.57 views

Slackware Linux 14.0 / 14.1 / 14.2 / 15.0 / current curl Multiple Vulnerabilities (SSA:2022-179-01)

The version of curl installed on the remote host is prior to 7.84.0. It is, therefore, affected by multiple vulnerabilities as referenced in the SSA:2022-179-01 advisory. - When curl 7.84.0 saves cookies, alt-svc and hsts data to local files, it makes the operation atomic by finalizing the...

9.8CVSS6.9AI score0.3216EPSS
SaveExploits4References4
Hacker One
Hacker One
added 2022/06/27 7:3 a.m.81 views

Internet Bug Bounty: CVE-2022-32206: HTTP compression denial of service

curl supports "chained" HTTP compression algorithms, meaning that a server response can be compressed multiple times and potentially with different algorithms. The number of acceptable "links" in this "decompression chain" was unbounded, allowing a malicious server to insert a virtually unlimited...

4.3CVSS8.1AI score0.3216EPSS
SaveExploits1
UbuntuCve
UbuntuCve
added 2022/06/27 12:0 a.m.62 views

CVE-2022-32206

curl 7.84.0 supports "chained" HTTP compression algorithms, meaning that a serverresponse can be compressed multiple times and potentially with different algorithms. The number of acceptable "links" in this "decompression chain" was unbounded, allowing a malicious server to insert a virtually...

6.5CVSS6.8AI score0.3216EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2022/06/27 12:0 a.m.41 views

FreeBSD : cURL -- Multiple vulnerabilities (ae5722a6-f5f0-11ec-856e-d4c9ef517024)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the ae5722a6-f5f0-11ec-856e-d4c9ef517024 advisory. - When curl 7.84.0 saves cookies, alt-svc and hsts data to local files, it makes the operation...

9.8CVSS6.9AI score0.3216EPSS
SaveExploits4References6
Huntr
Huntr
added 2022/06/16 5:35 a.m.44 views

Out-of-bounds write in function vim_regsub_both

Description Out-of-bounds write in function vimregsubboth at regexp.c:1973 vim version git log commit 83497f875881973df772cc4cc593766345df6c4a HEAD - master, tag: v8.2.5105, origin/master, origin/HEAD POC root@fuzz-vm0-187:/home/fuzz/fuzz/vim/afl/src ./vim -u NONE -i NONE -n -m -X -Z -e -s -S...

6.8CVSS7.6AI score0.01363EPSS
SaveExploits1
Prion
Prion
added 2022/05/09 5:15 p.m.37 views

Integer overflow

There is a vulnerability in htmldoc 1.9.16. In imageloadjpeg function image.cxx when it calls malloc,'img-width' and 'img-height' they are large enough to cause an integer overflow. So, the malloc function may return a heap blosmaller than the expected size, and it will cause a buffer...

4.3CVSS5.5AI score0.00948EPSS
SaveExploits1References3Affected Software2
Debian CVE
Debian CVE
added 2022/05/09 4:52 p.m.105 views

CVE-2022-27114

There is a vulnerability in htmldoc 1.9.16. In imageloadjpeg function image.cxx when it calls malloc,'img-width' and 'img-height' they are large enough to cause an integer overflow. So, the malloc function may return a heap blosmaller than the expected size, and it will cause a buffer...

5.5CVSS5.8AI score0.00948EPSS
SaveExploits1
OSV
OSV
added 2022/05/03 9:15 p.m.30 views

CVE-2021-27419

uClibc-ng versions prior to 1.0.37 are vulnerable to integer wrap-around in functions malloc-simple. This improper memory assignment can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash or a remote code injection/execution...

9.8CVSS7.5AI score
SaveExploits0References2
OSV
OSV
added 2022/05/03 9:15 p.m.6 views

CVE-2021-27435

ARM mbed product Version 6.3.0 is vulnerable to integer wrap-around in mallocwrapper function, which can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash or a remote code injection/execution...

9.8CVSS7.6AI score0.01741EPSS
SaveExploits1References2
OSV
OSV
added 2022/05/03 9:15 p.m.6 views

DEBIAN-CVE-2021-27419

uClibc-ng versions prior to 1.0.37 are vulnerable to integer wrap-around in functions malloc-simple. This improper memory assignment can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash or a remote code injection/execution...

9.8CVSS9.1AI score0.01618EPSS
SaveExploits0References1
CVE
CVE
added 2022/05/03 8:24 p.m.108 views

CVE-2021-27421

CVE-2021-27421 affects NXP MCUXpresso SDK versions prior to 2.8.2. The root cause is an integer overflow in the SDK_Malloc function, which can allow memory accesses outside the bounds of a specified array, leading to behavior such as segmentation faults when allocating memory from the heap via ma...

9.8CVSS8.6AI score0.00838EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2022/05/03 8:20 p.m.56 views

CVE-2021-27419

uClibc-ng versions prior to 1.0.37 are vulnerable to integer wrap-around in functions malloc-simple. This improper memory assignment can lead to arbitrary memory allocation, resulting in unexpected behavior such as a crash or a remote code injection/execution...

9.8CVSS9.7AI score0.01618EPSS
SaveExploits0
Huntr
Huntr
added 2022/04/28 3:47 a.m.36 views

Heap-based Buffer Overflow in function cmdline_erase_chars

Description Heap-based Buffer Overflow in function cmdlineerasechars at exgetln.c:1085 POC ./vim -u NONE -X -Z -e -s -S ./poch1.dat -c :qa! ================================================================= ==3840814==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60b00000087f at pc...

6.8CVSS6.9AI score0.02565EPSS
SaveExploits1
OpenVAS
OpenVAS
added 2022/01/28 12:0 a.m.26 views

Mageia: Security Advisory (MGASA-2014-0314)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS7.1AI score0.03922EPSS
SaveExploits3References6
UbuntuCve
UbuntuCve
added 2022/01/26 9:15 p.m.32 views

CVE-2022-23967

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2019-15679. Reason: This candidate is a duplicate of CVE-2019-15679. Notes: All CVE users should reference CVE-2019-15679 instead of this candidate. All references and descriptions in this candidate have been removed to prevent...

5.9AI score
SaveExploits0References3
OSV
OSV
added 2022/01/18 6:15 p.m.3 views

CVE-2021-34405

NVIDIA Linux distributions contain a vulnerability in TrustZone’s TEEMalloc function, where an unchecked return value causing a null pointer dereference may lead to denial of service...

5.5CVSS6.1AI score
SaveExploits0References1
Huntr
Huntr
added 2022/01/18 7:23 a.m.51 views

Heap-based Buffer Overflow in vim/vim

Description Heap-buffer-overflow in vim Proof of Concept ./vim -u NONE -X -Z -e -s -S poc3 -c :qa! POC3 is here. Bt ==728741==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x621000025500 at pc 0x0000008961b2 bp 0x7ffca76ad0b0 sp 0x7ffca76ad0a8 READ of size 1 at 0x621000025500 thread T0...

7.5CVSS8AI score0.02086EPSS
SaveExploits1
OSV
OSV
added 2022/01/11 12:27 p.m.11 views

CLSA-2022-1641904053 Fix of 14 CVEs

CVE-2018-9138: Fix stack exhaustion - CVE-2018-12641: Fix stack exhaustion - CVE-2018-12697: Fix NULL pointer dereference - CVE-2018-12698: Fix memory consumption - CVE-2018-12699: Fix heap-based buffer overflow - CVE-2018-12700: Fix infinite recursion - CVE-2018-17794: Fix NULL pointer...

9.8CVSS6AI score0.0669EPSS
SaveExploits10References1
Rows per page
Query Builder