Lucene search
+L

11839 matches found

RedHat Linux
RedHat Linux
added 2023/06/21 2:51 p.m.11 views

libvirt: Memory leak in virPCIVirtualFunctionList cleanup

A vulnerability was found in libvirt. This security flaw occurs due to repeatedly querying an SR-IOV PCI device's capabilities that exposes a memory leak caused by a failure to free the virPCIVirtualFunction array within the parent struct's gautoptr cleanup...

5.5CVSS6.4AI score0.00253EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/06/19 4:32 p.m.15 views

jettison: Uncontrolled Recursion in JSONArray

A flaw was found in Jettison. Infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This issue leads to a StackOverflowError exception being thrown...

7.5CVSS7AI score0.01009EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2023/06/19 10:15 a.m.15 views

jettison: Uncontrolled Recursion in JSONArray

A flaw was found in Jettison. Infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This issue leads to a StackOverflowError exception being thrown...

7.5CVSS7AI score0.01009EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2023/06/15 7:14 p.m.28 views

CVE-2023-3138

A vulnerability was found in libX11. The security flaw occurs because the functions in src/InitExt.c in libX11 do not check that the values provided for the Request, Event, or Error IDs are within the bounds of the arrays that those functions write to, using those IDs as array indexes. They trust...

7.3CVSS7.5AI score0.01656EPSS
SaveExploits0References6
OSV
OSV
added 2023/06/15 5:15 p.m.9 views

GHSA-QCWQ-55HX-V3VH snappy-java's unchecked chunk length leads to DoS

Summary Due to use of an unchecked chunk length, an unrecoverable fatal error can occur. Impact Denial of Service Description The code in the function hasNextChunk in the file SnappyInputStream.java checks if a given stream has more chunks to read. It does that by attempting to read 4 bytes. If i...

7.5CVSS7AI score0.01762EPSS
SaveExploits1References7
Prion
Prion
added 2023/06/15 5:15 p.m.31 views

Integer overflow

snappy-java is a fast compressor/decompressor for Java. Due to unchecked multiplications, an integer overflow may occur in versions prior to 1.1.10.1, causing an unrecoverable fatal error. The function compresschar input in the file Snappy.java receives an array of characters and compresses it. I...

5CVSS7.4AI score0.01469EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2023/06/15 5:15 p.m.21 views

UBUNTU-CVE-2023-34453

snappy-java is a fast compressor/decompressor for Java. Due to unchecked multiplications, an integer overflow may occur in versions prior to 1.1.10.1, causing a fatal error. The function shuffleint input in the file BitShuffle.java receives an array of integers and applies a bit shuffle on it. It...

7.5CVSS6.9AI score0.01707EPSS
SaveExploits1References6
Vulnrichment
Vulnrichment
added 2023/06/15 5:15 p.m.14 views

CVE-2023-34455 snappy-java's unchecked chunk length leads to DoS

snappy-java is a fast compressor/decompressor for Java. Due to use of an unchecked chunk length, an unrecoverable fatal error can occur in versions prior to 1.1.10.1. The code in the function hasNextChunk in the fileSnappyInputStream.java checks if a given stream has more chunks to read. It does...

7.5CVSS7.4AI score0.01762EPSS
SaveExploits1References5
Prion
Prion
added 2023/06/15 5:15 p.m.29 views

Integer overflow

snappy-java is a fast compressor/decompressor for Java. Due to unchecked multiplications, an integer overflow may occur in versions prior to 1.1.10.1, causing a fatal error. The function shuffleint input in the file BitShuffle.java receives an array of integers and applies a bit shuffle on it. It...

5CVSS7.5AI score0.01707EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2023/06/15 4:28 p.m.12 views

GHSA-FJPJ-2G6W-X25R snappy-java's Integer Overflow vulnerability in compress leads to DoS

Summary Due to unchecked multiplications, an integer overflow may occur, causing an unrecoverable fatal error. Impact Denial of Service Description The function compresschar...

5.9CVSS6.6AI score0.01469EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2023/06/15 4:27 p.m.42 views

CVE-2023-34454 snappy-java's Integer Overflow vulnerability in compress leads to DoS

snappy-java is a fast compressor/decompressor for Java. Due to unchecked multiplications, an integer overflow may occur in versions prior to 1.1.10.1, causing an unrecoverable fatal error. The function compresschar input in the file Snappy.java receives an array of characters and compresses it. I...

5.9CVSS7.8AI score0.01469EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2023/06/15 4:27 p.m.15 views

CVE-2023-34454 snappy-java's Integer Overflow vulnerability in compress leads to DoS

snappy-java is a fast compressor/decompressor for Java. Due to unchecked multiplications, an integer overflow may occur in versions prior to 1.1.10.1, causing an unrecoverable fatal error. The function compresschar input in the file Snappy.java receives an array of characters and compresses it. I...

5.9CVSS6.8AI score0.01469EPSS
SaveExploits0References5
OSV
OSV
added 2023/06/15 4:13 p.m.15 views

GHSA-PQR6-CMR2-H8HF snappy-java's Integer Overflow vulnerability in shuffle leads to DoS

Summary Due to unchecked multiplications, an integer overflow may occur, causing a fatal error. Impact Denial of Service Description The function shuffleint inputhttps://github.com/xerial/snappy-java/blob/05c39b2ca9b5b7b39611529cc302d3d796329611/src/main/java/org/xerial/snappy/BitShuffle.javaL107...

5.9CVSS6.9AI score0.01707EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2023/06/15 12:00 a.m.7 views

PT-2023-4869

Name of the Vulnerable Software and Affected Versions snappy-java versions prior to 1.1.10.1 Description The issue is related to an integer overflow in the compresschar input function of the snappy-java library, which can cause an unrecoverable fatal error. This occurs when the length of the inpu...

7.8CVSS6.8AI score0.01469EPSS
SaveExploits0References218
Positive Technologies
Positive Technologies
added 2023/06/15 12:00 a.m.7 views

PT-2023-4870

Name of the Vulnerable Software and Affected Versions snappy-java versions prior to 1.1.10.1 Description The issue is related to the use of an unchecked chunk length in the hasNextChunk function of the SnappyInputStream class, which can lead to an unrecoverable fatal error. This error occurs when...

7.8CVSS6.8AI score0.01762EPSS
SaveExploits1References216
Prion
Prion
added 2023/06/14 8:15 a.m.17 views

Input validation

A CWE-129: Improper Validation of Array Index vulnerability exists that could cause local denial-of-service, and potentially kernel execution when a malicious actor with local user access crafts a script/program using an unpredictable index to an IOCTL call in the Foxboro.sys driver...

4.3CVSS7.3AI score0.0016EPSS
SaveExploits0References1
CVE
CVE
added 2023/06/14 7:52 a.m.52 views

CVE-2023-2570

CVE-2023-2570 involves an Improper Validation of Array Index in the Foxboro.sys driver IOCTL handling, leading to local denial-of-service and potential kernel execution. Root cause: incorrect validation of an array index. Affected product context appears to be Schneider Electric EcoStruxure Foxbo...

7.8CVSS7.3AI score0.0016EPSS
SaveExploits0References1Affected Software1
Code423n4
Code423n4
added 2023/06/14 12:00 a.m.13 views

Transaction failed to deploy strategies

Lines of code Vulnerability details deployStrategies function in LlamaCore.sol takes the argument of array, It should put an upper bound on the length of the input, otherwise the transaction will run out of gas due to too much loop runs. Assessed type DoS --- The text was updated successfully, bu...

6.9AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2023/06/14 12:00 a.m.11 views

PT-2023-24776 · Grav · Grav

Name of the Vulnerable Software and Affected Versions: Grav versions prior to 1.7.42 Description: Grav is a flat-file content management system with a logic flaw in the GravExtension.filterFilter function. This flaw allows validation against a denylist of unsafe functions to be skipped when an...

8.8CVSS8.1AI score0.02074EPSS
SaveExploits1References13
Positive Technologies
Positive Technologies
added 2023/06/14 12:00 a.m.17 views

PT-2025-40717

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the iwlwifi mvm module that could lead to an array out of bounds access. This issue is related to the handling of IWL SEC WEP KEY OFFSET during key...

7.1CVSS7.1AI score0.0013EPSS
SaveExploits0
Rows per page
Query Builder