Lucene search
+L

2824 matches found

CNNVD
CNNVD
added 2023/06/27 12:00 a.m.11 views

M-Files Server 安全漏洞

M-Files Server is a server for the M-Files system from M-Files, Inc. A security vulnerability exists in M-Files Server version 23.6.12695.3 and earlier, which stems from unchecked parameter values that allow anonymous users to cause a denial of service...

7.5CVSS7.3AI score0.00845EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2023/06/23 12:00 a.m.20 views

GetStandardDenom at CreatePool might panic on unchecked nil

Lines of code Vulnerability details Impact A panic might occur when calling CreatePool and stop the app Proof of Concept here we can see CreatePool is creating new struct pool which call k,GetStandardDenom as value for StandardDenom key. now lets check GetStandardDenom body: func k Keeper...

6.8AI score
SaveExploits0
CNNVD
CNNVD
added 2023/06/22 12:00 a.m.5 views

Netty 资源管理错误漏洞

Netty is a non-blocking I/O client-server framework from the Netty community that is primarily used to develop Java web applications such as protocol servers and clients. A resource management error vulnerability exists in versions prior to Netty 4.1.94.Final, which stems from not checking the si...

6.5CVSS7.1AI score0.02459EPSS
SaveExploits1References10
OSV
OSV
added 2023/06/20 8:15 p.m.8 views

AZL-27271 CVE-2023-3220 affecting package kernel for versions less than 5.15.118.1-2

An issue was discovered in the Linux kernel through 6.1-rc8. dpucrtcatomiccheck in drivers/gpu/drm/msm/disp/dpu1/dpucrtc.c lacks check of the return value of kzalloc and will cause the NULL Pointer Dereference...

5.5CVSS6.5AI score0.00218EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2023/06/19 10:15 a.m.12 views

jackson-databind: deep wrapper array nesting wrt UNWRAP_SINGLE_VALUE_ARRAYS

A flaw was found in FasterXML jackson-databind. This issue could allow an attacker to benefit from resource exhaustion when the UNWRAPSINGLEVALUEARRAYS feature is enabled due to unchecked primitive value deserializers to avoid deep wrapper array nesting...

7.5CVSS6.7AI score0.02766EPSS
SaveExploits2References4
BDU FSTEC
BDU FSTEC
added 2023/06/16 12:00 a.m.13 views

The vulnerability of the FixMapCfgRpm component (/userRpm/FixMapCfgRpm.htm) in the microprogramming software for TP-Link routers such as TL-WR940N, TL-WR841N, and TL-WR740N allows a hacker to gain unauthorized access to protected information or cause service failures.

The vulnerability of the FixMapCfgRpm component /userRpm/FixMapCfgRpm.htm of the TP-Link routers TL-WR940N, TL-WR841N, and TL-WR740N lies in the copying of buffers without checking the size of the input data during the processing of the Changed parameter. Exploiting this vulnerability can allow a...

8.6CVSS7.4AI score0.00903EPSS
SaveExploits1References3
BDU FSTEC
BDU FSTEC
added 2023/06/16 12:00 a.m.10 views

The vulnerability of the fbcon_set_font() function in the drivers/video/fbdev/core/fbcon.c file of the Linux kernel allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the fbconsetfont function in the drivers/video/fbdev/core/fbcon.c file of the Linux kernel is related to integer overflow due to the lack of control over valid boundaries. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and...

7.8CVSS6.5AI score0.00206EPSS
SaveExploits0References17Affected Software4
NVD
NVD
added 2023/06/15 6:15 p.m.31 views

CVE-2023-34455

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
UbuntuCve
UbuntuCve
added 2023/06/15 6:15 p.m.206 views

CVE-2023-34455

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.5CVSS6.9AI score0.01762EPSS
SaveExploits1References5
Prion
Prion
added 2023/06/15 6:15 p.m.30 views

Design/Logic Flaw

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...

5CVSS7.3AI score0.01762EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/15 5:15 p.m.29 views

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.5CVSS6.9AI score0.01762EPSS
SaveExploits1References7Affected Software1
Cvelist
Cvelist
added 2023/06/15 5:15 p.m.43 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.7AI score0.01762EPSS
SaveExploits1References5
OSV
OSV
added 2023/06/15 5:15 p.m.35 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.5CVSS6.7AI score
SaveExploits0References7
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 5:15 p.m.9 views

UBUNTU-CVE-2023-34454

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...

7.5CVSS6.8AI score0.01469EPSS
SaveExploits0References7
CVE
CVE
added 2023/06/15 5:15 p.m.1002 views

CVE-2023-34455

CVE-2023-34455 concerns snappy-java. The issue arises from an unchecked chunk length in SnappyInputStream.hasNextChunk, which can allocate a negative or excessively large array when handling untrusted input, potentially causing a java.lang.NegativeArraySizeException or java.lang.OutOfMemoryError....

7.5CVSS6.5AI score0.01762EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/15 4:28 p.m.49 views

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...

7.5CVSS7AI score0.01469EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2023/06/15 4:27 p.m.16 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
Cvelist
Cvelist
added 2023/06/15 4:12 p.m.41 views

CVE-2023-34453 snappy-java's Integer Overflow vulnerability in shuffle 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 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...

5.9CVSS7.9AI score0.01707EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2023/06/15 12:00 a.m.7 views

Snappy 输入验证错误漏洞

Snappy is a PHP library from KNP Labs Individual Developers that allows thumbnails, snapshots, or PDFs to be generated from url or html pages. Snappy An input validation error vulnerability exists in versions prior to snappy-java 1.1.10.1, which stems from an unchecked multiplication operation th...

7.5CVSS6.9AI score0.01762EPSS
SaveExploits1References10
Rows per page
Query Builder