Lucene search
+L

89 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2023/11/14 7:45 p.m.35 views

Security Bulletin: IBM Security Guardium is affected by multiple vulnerabilities

Summary IBM Security Guardium has addressed these vulnerabilities in an update. Vulnerability Details CVEID: CVE-2022-46363 DESCRIPTION: Apache CXF could allow a remote attacker to obtain sensitive information, caused by a flaw when the CXFServlet is configured with both the static-resources-list...

7.5CVSS8.5AI score0.20459EPSS
SaveExploits6Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2023/10/09 10:38 a.m.28 views

Security Bulletin: Vulnerability in snappy-java affects IBM Process Mining . CVE-2023-34453

Summary There is a vulnerability in snappy-java that could allow a remote attacker to execute a denial of service. The code is used by IBM Process Mining. This bulletin identifies the security fixes to apply to address the vulnerability. Vulnerability Details CVEID:CVE-2023-34453 DESCRIPTION:...

7.5CVSS7AI score0.01707EPSS
SaveExploits1Affected Software1
RedHat Linux
RedHat Linux
added 2023/09/14 9:51 a.m.21 views

snappy-java: Integer overflow in compress leads to DoS

A flaw was found in Snappy-java's shuffle function, which does not check input sizes before beginning operations. This issue could allow an attacker to send malicious input to trigger an overflow error that crashes the program, resulting in a denial of service...

7.5CVSS7.3AI score0.01469EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/09/14 9:51 a.m.16 views

snappy-java: Integer overflow in shuffle leads to DoS

A flaw was found in Snappy-java's shuffle function, which does not check input sizes before beginning operations. This issue could allow an attacker to send malicious input to trigger an overflow error that crashes the program, resulting in a denial of service...

7.5CVSS7.3AI score0.01707EPSS
SaveExploits1References4
BDU FSTEC
BDU FSTEC
added 2023/09/08 12:00 a.m.14 views

The vulnerability of the shuffle function in the snappy-java fast compression/decompression library allows a hacker to induce a service failure.

The vulnerability of the shuffleint input function in the snappy-java compression/decompression library is related to integer overflow. Exploiting this vulnerability could allow a malicious actor to cause service failures...

7.8CVSS6.9AI score0.01707EPSS
SaveExploits1References7Affected Software3
RedhatCVE
RedhatCVE
added 2023/08/08 5:21 p.m.70 views

CVE-2023-34454

A flaw was found in Snappy-java's shuffle function, which does not check input sizes before beginning operations. This issue could allow an attacker to send malicious input to trigger an overflow error that crashes the program, resulting in a denial of service...

5.9CVSS6.9AI score0.01469EPSS
SaveExploits0References3
NVD
NVD
added 2023/06/15 5:15 p.m.20 views

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.7AI score0.01707EPSS
SaveExploits1References4
OSV
OSV
added 2023/06/15 5:15 p.m.22 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
Github Security Blog
Github Security Blog
added 2023/06/15 4:13 p.m.52 views

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

7.5CVSS7.2AI score0.01707EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2023/06/15 4:13 p.m.16 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
CVE
CVE
added 2023/06/15 4:12 p.m.425 views

CVE-2023-34453

CVE-2023-34453 affects snappy-java (Java port of Snappy). The vulnerability stems from unchecked multiplications in BitShuffle.java (shuffle variants for int, double, float, long, short), where length×multiplier can overflow, producing negative or zero values. This can trigger NegativeArraySizeEx...

7.5CVSS6.7AI score0.01707EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2023/06/15 12:00 a.m.21 views

PT-2023-4871

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 shuffleint input function in the file BitShuffle.java, which can cause a fatal error. This function applies a bit shuffle to an array of...

9.1CVSS6.9AI score0.01707EPSS
SaveExploits2References213
Snyk
Snyk
added 2023/03/26 8:29 a.m.2 views

NULL Pointer Dereference

Overview Affected versions of this package are vulnerable to NULL Pointer Dereference due to a null pointer error in RandomShuffle with XLA enabled. PoC import tensorflow as tf func = tf.rawops.RandomShuffle para = 'value': 1e+20, 'seed': -4294967297, 'seed2': -2147483649...

7.5CVSS6.9AI score0.00394EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2023/03/24 11:13 p.m.9 views

CVE-2023-25674 TensorFlow has Null Pointer Error in RandomShuffle with XLA enable

TensorFlow is an open source machine learning platform. Versions prior to 2.12.0 and 2.11.1 have a null pointer error in RandomShuffle with XLA enabled. A fix is included in TensorFlow 2.12.0 and 2.11.1...

7.5CVSS7.4AI score0.00394EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2023/03/24 11:13 p.m.14 views

CVE-2023-25674

TensorFlow is an open source machine learning platform. Versions prior to 2.12.0 and 2.11.1 have a null pointer error in RandomShuffle with XLA enabled. A fix is included in TensorFlow 2.12.0 and 2.11.1...

7.5CVSS6.9AI score0.00394EPSS
SaveExploits0
OSV
OSV
added 2022/06/28 12:00 a.m.71 views

GHSA-M43H-HFRQ-X8WX SystemDS CPU exhaustion vulnerability

The Security Team noticed that the termination condition of the for loop in the readExternal method is a controllable variable, which, if tampered with, may lead to CPU exhaustion. As a fix, we added an upper bound and termination condition in the read and write logic. We classify it as a...

8.7CVSS7.4AI score0.02199EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2022/06/28 12:00 a.m.26 views

SystemDS CPU exhaustion vulnerability

The Security Team noticed that the termination condition of the for loop in the readExternal method is a controllable variable, which, if tampered with, may lead to CPU exhaustion. As a fix, we added an upper bound and termination condition in the read and write logic. We classify it as a...

7.5CVSS1.3AI score0.02199EPSS
SaveExploits0References5Affected Software2
Gitee
Gitee
added 2022/01/11 4:57 p.m.8 views

kconfig-hardened-check-master

This is a tool for checking Linux kernel Kconfig option lists against security hardening preferences. The tool is called "kconfig-hardened-check" and is written in Python. It is designed to help users ensure that their Linux systems are properly secured by checking the kernel configuration agains...

6.8AI score
SaveExploits0
Kitploit
Kitploit
added 2021/12/24 8:30 p.m.27 views

Spray365 - Makes Spraying Microsoft Accounts (Office 365 / Azure AD) Easy Through Its Customizable Two-Step Password Spraying Approach

Spray365 is a password spraying tool that identifies valid credentials for Microsoft accounts Office 365 / Azure AD. How is Spray365 different from the many other password spraying tools that are already available? Spray365 enables passwords to be sprayed from an "execution plan". While having a...

7.8AI score
SaveExploits0References2
PyPA
PyPA
added 2020/06/25 7:15 p.m.11 views

PYSEC-2020-77

In libImaging/PcxDecode.c in Pillow before 7.1.0, an out-of-bounds read can occur when reading PCX files where state-shuffle is instructed to read beyond state-buffer...

5.5CVSS6.8AI score0.01114EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder