Lucene search
+L

793 matches found

Github Security Blog
Github Security Blog
added 2024/12/04 6:26 p.m.14 views

linkme fails to ensure slice elements match the slice's declared type

Affected versions allow populating a DistributedSlice of T with elements of an arbitrary other type that coerces to T. For example, elements of type &&str could end up in a slice of type &str, since &&str coerces to &str via a deref coercion. The flaw was corrected by implementing typechecking fo...

7AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/12/02 10:15 p.m.5 views

CVE-2018-9423

In ihevcdparsesliceheader of ihevcdparsesliceheader.c there is a possible out of bound read due to missing bounds check. This could lead to denial of service with no additional execution privileges needed. User interaction is needed for exploitation...

6.5CVSS5.9AI score0.00156EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/11/27 12:0 a.m.10 views

Google Android 安全漏洞

Google Android is a Linux-based open source operating system from Google. A denial of service vulnerability exists in Google Android, which stems from a lack of bounds checking in the ihevcdparseslicedata function in the ihevcdparseslice.c file, which can be exploited by an attacker to cause a...

6.5CVSS6.6AI score0.00296EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:0 a.m.5 views

In x/text in Go before v0.3.5 a "slice bounds out of range" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag. (x/text/language is supposed to be able to parse an HTTP Accept-Language header.)

...

7.5CVSS7AI score0.01707EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2024/09/03 8:0 p.m.4 views

gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization

A flaw was found in the gorilla/schema package. Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of schema.Decoder.Decode on a struct with arrays ...

7.5CVSS7.3AI score0.01105EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/08/12 2:39 a.m.40 views

Important: Red Hat Security Advisory: container-tools:rhel8 security update

An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.8 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity...

7.5CVSS6.7AI score0.01105EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/08/12 2:39 a.m.8 views

gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization

A flaw was found in the gorilla/schema package. Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of schema.Decoder.Decode on a struct with arrays ...

7.5CVSS7.3AI score0.01105EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/08/07 1:32 p.m.4 views

gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization

A flaw was found in the gorilla/schema package. Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of schema.Decoder.Decode on a struct with arrays ...

7.5CVSS7.3AI score0.01105EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/07/25 2:32 p.m.6 views

gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization

A flaw was found in the gorilla/schema package. Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of schema.Decoder.Decode on a struct with arrays ...

7.5CVSS7.3AI score0.01105EPSS
SaveExploits0References7
OSV
OSV
added 2024/07/21 12:0 p.m.26 views

RUSTSEC-2024-0357 `MemBio::get_buf` has undefined behavior with empty buffers

Previously, MemBio::getbuf called slice::fromrawparts with a null-pointer, which violates the functions invariants, leading to undefined behavior. In debug builds this would produce an assertion failure. This is now fixed...

7AI score
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2024/07/19 7:0 a.m.6 views

Potential memory exhaustion attack due to sparse slice deserialization

...

7.5CVSS6.9AI score0.01105EPSS
SaveExploits0
OSV
OSV
added 2024/07/02 7:19 p.m.32 views

GO-2024-2958 Potential memory exhaustion attack due to sparse slice deserialization in github.com/gorilla/schema

Potential memory exhaustion attack due to sparse slice deserialization in github.com/gorilla/schema...

7.5CVSS7.5AI score0.01105EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2024/07/01 8:35 p.m.30 views

Potential memory exhaustion attack due to sparse slice deserialization

Details Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. For instance, in the Proof of Concept written below, someone can specify to set a field of the...

7.5CVSS7.2AI score0.01105EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/07/01 8:35 p.m.22 views

GHSA-3669-72X9-R9P3 Potential memory exhaustion attack due to sparse slice deserialization

Details Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. For instance, in the Proof of Concept written below, someone can specify to set a field of the...

7.5CVSS7.3AI score0.01105EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/01 7:15 p.m.17 views

UBUNTU-CVE-2024-37298

gorilla/schema converts structs to and from form values. Prior to version 1.4.1 Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of...

7.5CVSS6.7AI score0.01105EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/01 6:27 p.m.32 views

CVE-2024-37298 Potential memory exhaustion attack due to sparse slice deserialization

gorilla/schema converts structs to and from form values. Prior to version 1.4.1 Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of...

7.5CVSS0.01105EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/07/01 6:27 p.m.22 views

CVE-2024-37298 Potential memory exhaustion attack due to sparse slice deserialization

gorilla/schema converts structs to and from form values. Prior to version 1.4.1 Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of...

7.5CVSS6.6AI score0.01105EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/07/01 12:0 a.m.11 views

MongoDB Server Security Vulnerability

MongoDB Server is a set of open source NoSQL databases from the American company MongoDB. The database provides collection-oriented storage, dynamic querying, data replication, and automatic failover. A security vulnerability exists in MongoDB Server that stems from a lack of authorization checki...

6.5CVSS6.7AI score0.00377EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/06/24 11:15 p.m.8 views

SUSE CVE-2024-38606

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - validate slices count returned by FW The function adfsendadmintlstart enables the telemetry TL feature on a QAT device by sending the ICPQATFWTLSTART message to the firmware. This triggers the FW to start writing TL...

5.5CVSS6.7AI score0.00217EPSS
SaveExploits0References15
OSV
OSV
added 2024/06/19 2:15 p.m.5 views

DEBIAN-CVE-2024-38606

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - validate slices count returned by FW The function adfsendadmintlstart enables the telemetry TL feature on a QAT device by sending the ICPQATFWTLSTART message to the firmware. This triggers the FW to start writing TL...

7.1CVSS5.9AI score0.00217EPSS
SaveExploits0References1
Rows per page
Query Builder