Lucene search
+L

23501 matches found

OSV
OSV
added 2024/05/24 11:07 a.m.10 views

OESA-2024-1642 containers-common security update

This package contains common configuration files and documentation for container tools ecosystem, such as Podman, Buildah and Skopeo. Security Fixes: Uncontrolled recursion in the Parse functions in go/parser before Go 1.17.12 and Go 1.18.4 allow an attacker to cause a panic due to stack exhausti...

5.5CVSS6.9AI score0.00906EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2024/05/23 10:45 p.m.28 views

JSON-java: parser confusion leads to OOM

A flaw was found in the org.json package. A bug in the parser exists, and an input string may lead to undefined usage of memory, leading to an out-of-memory error, causing a denial of service DoS...

7.5CVSS6.7AI score0.01449EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2024/05/23 3:28 p.m.16 views

golang: html/template: improper handling of special tags within script contexts

A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of " contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped...

6.1CVSS7AI score0.00918EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/05/23 2:02 p.m.24 views

CVE-2021-47243

In the Linux kernel, the following vulnerability has been resolved: schcake: Fix out of bounds when parsing TCP options and header The TCP option parser in cake qdisc cakegettcpopt and caketcphmaydrop could read one byte out of bounds. When the length is 1, the execution flow gets into the loop,...

5.5CVSS6.3AI score0.00259EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/05/22 10:28 a.m.24 views

gstreamer-plugins-base: heap overwrite in subtitle parsing

A heap-based buffer overflow was found in the subparse subtitle parser of GStreamer when processing specific SRT subtitle files. This issue could allow a malicious third party to crash the application and execute code through manipulation of the heap...

8.8CVSS6.1AI score0.02052EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/05/22 9:26 a.m.36 views

Moderate: Red Hat Security Advisory: gstreamer1-plugins-bad-free security update

An update for gstreamer1-plugins-bad-free is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

8.8CVSS6.8AI score0.02009EPSS
SaveExploits0References5
Veracode
Veracode
added 2024/05/22 8:23 a.m.21 views

Prototype Pollution

@apidevtools/json-schema-ref-parser is vulnerable to Prototype Pollution. The vulnerability is due to inadequate input validation in the bundle, parse, resolve, and dereference functions, allowing a remote attacker to execute arbitrary code...

8.1CVSS7.5AI score0.00799EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/05/22 12:00 a.m.32 views

ALSA-2024:3060 Moderate: gstreamer1-plugins-bad-free security update

GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-bad-free package contains a collection of plug-ins for GStreamer. Security Fixes: gstreamer-plugins-bad: Integer overflow leading to heap overwrite in MXF file handling with...

8.8CVSS7.7AI score0.02009EPSS
SaveExploits0References8
AlmaLinux
AlmaLinux
added 2024/05/22 12:00 a.m.52 views

Moderate: gstreamer1-plugins-bad-free security update

GStreamer is a streaming media framework based on graphs of filters which operate on media data. The gstreamer1-plugins-bad-free package contains a collection of plug-ins for GStreamer. Security Fixes: gstreamer-plugins-bad: Integer overflow leading to heap overwrite in MXF file handling with...

8.8CVSS7AI score0.02009EPSS
SaveExploits0References8
Mageia
Mageia
added 2024/05/21 11:17 p.m.51 views

Updated python-pymongo packages fix security vulnerability

Versions of the package pymongo before 4.6.3 are vulnerable to Out-of-bounds Read in the bson module. Using the crafted payload the attacker could force the parser to deserialize unmanaged memory. The parser tries to interpret bytes next to buffer and throws an exception with string. If the...

7.3AI score
SaveExploits0References2
NVD
NVD
added 2024/05/21 3:15 p.m.26 views

CVE-2021-47244

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix out of bounds when parsing TCP options The TCP option parser in mptcp mptcpgetoptions could read one byte out of bounds. When the length is 1, the execution flow gets into the loop, reads one byte of the opcode, and if...

8.2CVSS6.6AI score0.00713EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.30 views

CVE-2021-47244

In the Linux kernel, the following vulnerability has been resolved: mptcp: Fix out of bounds when parsing TCP options The TCP option parser in mptcp mptcpgetoptions could read one byte out of bounds. When the length is 1, the execution flow gets into the loop, reads one byte of the opcode, and if...

8.2CVSS6.2AI score0.00713EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.24 views

CVE-2021-47245 netfilter: synproxy: Fix out of bounds when parsing TCP options

In the Linux kernel, the following vulnerability has been resolved: netfilter: synproxy: Fix out of bounds when parsing TCP options The TCP option parser in synproxy synproxyparseoptions could read one byte out of bounds. When the length is 1, the execution flow gets into the loop, reads one byte...

8.2CVSS6.8AI score0.00777EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/21 2:19 p.m.101 views

CVE-2021-47245

CVE-2021-47245 affects the Linux kernel netfilter synproxy TCP option parser. The vulnerability arises from an out-of-bounds read in synproxy_parse_options when parsing TCP options; if length equals 1, the loop reads an opcode byte and, if it is not TCPOPT_EOL or TCPOPT_NOP, reads one more byte, ...

8.2CVSS6.7AI score0.00777EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 2:19 p.m.69 views

CVE-2021-47243

In the Linux kernel, the following vulnerability has been resolved: schcake: Fix out of bounds when parsing TCP options and header The TCP option parser in cake qdisc cakegettcpopt and caketcphmaydrop could read one byte out of bounds. When the length is 1, the execution flow gets into the loop,...

7.1CVSS5.9AI score0.00259EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.53 views

CVE-2021-47243 sch_cake: Fix out of bounds when parsing TCP options and header

In the Linux kernel, the following vulnerability has been resolved: schcake: Fix out of bounds when parsing TCP options and header The TCP option parser in cake qdisc cakegettcpopt and caketcphmaydrop could read one byte out of bounds. When the length is 1, the execution flow gets into the loop,...

7.1CVSS6.5AI score0.00259EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/05/21 12:00 a.m.28 views

openSUSE 15 Security Update : python-Pillow (SUSE-SU-2024:1673-1)

The remote openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:1673-1 advisory. - Fixed ImagePath.Path array handling bsc1194552, CVE-2022-22815, bsc1194551, CVE-2022-22816 - Use snprintf instead of sprintf bsc1188574,...

9.8CVSS6.9AI score0.04851EPSS
SaveExploits1References37
vulnersOsv
vulnersOsv
added 2024/05/20 6:31 p.m.4 views

@aipmorg/lint (1.23.4), @arietta-studio/lint (>=1.0.0, <=1.2.0) +29 more potentially affected by CVE-2024-29651 via @apidevtools/json-schema-ref-parser (11.1.0)

@apidevtools/json-schema-ref-parser NPM version 11.1.0 is affected by a known vulnerability. The following packages have a transitive dependency on @apidevtools/json-schema-ref-parser and may be impacted: - @aipmorg/lint 1.23.4 - @arietta-studio/lint =1.0.0, =0.0.0-alpha.7, =0.0.0-alpha.7,...

8.1CVSS6.7AI score0.00799EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/20 5:15 p.m.15 views

CVE-2024-29651

A Prototype Pollution issue in API Dev Tools json-schema-ref-parser v.11.0.0 and v.11.1.0 allows a remote attacker to execute arbitrary code via the bundle, parse, resolve, dereference functions...

7.8AI score0.00799EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/05/20 5:15 p.m.58 views

CVE-2024-29651

A Prototype Pollution issue in API Dev Tools json-schema-ref-parser v.11.0.0 and v.11.1.0 allows a remote attacker to execute arbitrary code via the bundle, parse, resolve, dereference functions...

7.4AI score0.00799EPSS
SaveExploits0References1
Rows per page
Query Builder