Lucene search
+L

3995 matches found

Positive Technologies
Positive Technologies
added 2022/11/11 12:00 a.m.10 views

PT-2022-36762 · Git +1 · Mruby

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: The issue is related to a crash caused by a negative-size-param, which occurs in the mrb str format function, followed by mrb f sprintf and mrb vm exec. ...

6.9AI score
SaveExploits0References2
OSV
OSV
added 2022/11/01 1:15 p.m.7 views

DEBIAN-CVE-2022-42324

Oxenstored 32-31 bit integer truncation issues Integers in Ocaml are 63 or 31 bits of signed precision. The Ocaml Xenbus library takes a C uint32t out of the ring and casts it directly to an Ocaml integer. In 64-bit Ocaml builds this is fine, but in 32-bit builds, it truncates off the most...

5.5CVSS5.6AI score0.00282EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2022/10/28 12:00 a.m.43 views

EulerOS 2.0 SP3 : ImageMagick (EulerOS-SA-2022-2615)

According to the versions of the ImageMagick packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - A vulnerability was found in ImageMagick, causing an outside the range of representable values of type 'unsigned char' at coders/psd.c, whe...

7.8CVSS6.5AI score0.01401EPSS
SaveExploits0References4
OSV
OSV
added 2022/10/13 5:08 p.m.13 views

CLSA-2022-1665680932 Fix CVE(s): CVE-2022-3296, CVE-2022-3324

SECURITY UPDATE: Buffer underflow with unexpected :finally - debian/patches/CVE-2022-3296.patch: Check CSFTRY can be found - CVE-2022-3296 SECURITY UPDATE: Using negative array index with negative width window - debian/patches/CVE-2022-3324.patch: Make sure the window width does not become negati...

7.8CVSS7.1AI score0.00539EPSS
SaveExploits2References1
CloudLinux
CloudLinux
added 2022/10/13 4:56 p.m.67 views

Fixed CVEs in vim: CVE-2022-3296, CVE-2022-3324

CVE-2022-3296: check CSFTRY can be found - CVE-2022-3324: make sure the window width does not become negative...

7.8CVSS2.3AI score0.00539EPSS
SaveExploits2References1
OSV
OSV
added 2022/10/13 4:56 p.m.10 views

CLSA-2022-1665680212 Fixed CVEs in vim: CVE-2022-3296, CVE-2022-3324

CVE-2022-3296: check CSFTRY can be found - CVE-2022-3324: make sure the window width does not become negative...

7.8CVSS7.1AI score0.00539EPSS
SaveExploits2References1
BDU FSTEC
BDU FSTEC
added 2022/10/10 12:00 a.m.11 views

The vulnerability of the win_redr_ruler() function in the Vim text editor allows a hacker to trigger a service failure or execute arbitrary code.

The vulnerability of the winredrruler function in the Vim text editor is related to the issue of the operation going beyond the buffer boundaries when using an index for negative arrays with a negative width window. Exploiting this vulnerability can allow an attacker to cause a service failure or...

7.8CVSS7.3AI score0.00516EPSS
SaveExploits1References10Affected Software5
Positive Technologies
Positive Technologies
added 2022/10/06 12:00 a.m.7 views

PT-2022-28228 · Etcd · Etcd

Name of the Vulnerable Software and Affected Versions: etcd affected versions not specified Description: The issue occurs when an etcd instance attempts to perform service discovery and a cluster size is provided as a negative value, causing the etcd instance to panic without recovery...

6.9AI score
SaveExploits0References3
Fedora
Fedora
added 2022/10/05 1:05 a.m.55 views

[SECURITY] Fedora 35 Update: squid-5.7-1.fc35

Squid is a high-performance proxy caching server for Web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DN...

8.6CVSS7.9AI score0.0282EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/09/30 12:00 a.m.10 views

PT-2025-53128

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the fs/ntfs3 component. A UBSAN Undefined Behavior Sanitizer error can occur in the true sectors per clst function, specifically due to a...

4.7CVSS6.3AI score0.00243EPSS
SaveExploits0References34
BDU FSTEC
BDU FSTEC
added 2022/09/21 12:00 a.m.16 views

The vulnerability of the software used to create 3D computer graphics in Blender, related to integer overflow, allows attackers to access confidential data, compromise its integrity, and cause service failures.

The vulnerability of the software used to create three-dimensional computer graphics in Blender is related to the lack of checks for values less than 0. Exploiting this vulnerability allows a remote attacker to gain access to confidential data, compromise its integrity, and cause service failures...

8.8CVSS7.2AI score0.01174EPSS
SaveExploits0References8Affected Software5
CNVD
CNVD
added 2022/09/20 12:00 a.m.76 views

Google TensorFlow AvgPoolOp Denial of Service Vulnerability

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A denial-of-service vulnerability exists in Google TensorFlow, which stems from the AvgPoolOp function accepting a parameter ksize , which must be positive but is not checked. An attacker could exploit...

7.5CVSS4.1AI score0.006EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2022/09/19 11:30 a.m.111 views

CATS - REST API Fuzzer And Negative Testing Tool For OpenAPI Endpoints

REST API fuzzer and negative testing tool. Run thousands of self-healing API tests within minutes with no coding effort! Comprehensive : tests are generated automatically based on a large number scenarios and cover every field and header Intelligent : tests are generated based on data types and...

6.4AI score
SaveExploits0References24
OSV
OSV
added 2022/09/16 9:18 p.m.18 views

GHSA-MGMH-G2V6-MQW5 TensorFlow vulnerable to `CHECK` failure in `AvgPoolOp`

Impact The AvgPoolOp function takes an argument ksize that must be positive but is not checked. A negative ksize can trigger a CHECK failure and crash the program. python import tensorflow as tf import numpy as np value = np.ones1, 1, 1, 1 ksize = 1, 1e20, 1, 1 strides = 1, 1, 1, 1 padding = 'SAM...

5.9CVSS7AI score0.006EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2022/09/16 7:45 p.m.6 views

CVE-2022-35941 `CHECK` failure in `AvgPoolOp` in Tensorflow

TensorFlow is an open source platform for machine learning. The AvgPoolOp function takes an argument ksize that must be positive but is not checked. A negative ksize can trigger a CHECK failure and crash the program. We have patched the issue in GitHub commit...

5.9CVSS7.5AI score0.006EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2022/09/16 12:00 a.m.12 views

PT-2022-23047

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.10.0 TensorFlow versions 2.9.0 through 2.9.1 TensorFlow versions 2.8.0 through 2.8.1 TensorFlow versions 2.7.0 through 2.7.2 Description The AvgPoolOp function in TensorFlow takes an argument ksize that must be...

7.5CVSS7.1AI score0.006EPSS
SaveExploits0References17
CNNVD
CNNVD
added 2022/09/16 12:00 a.m.13 views

Google TensorFlow 安全漏洞

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A denial-of-service vulnerability exists in Google TensorFlow, which stems from the AvgPoolOp function accepting a parameter ksize , which must be positive but is not checked. An attacker could exploit...

7.5CVSS6.6AI score0.006EPSS
SaveExploits0References4
OSV
OSV
added 2022/09/07 12:19 p.m.23 views

SUSE-SU-2022:3152-1 Security update for java-1_8_0-ibm

This update for java-180-ibm fixes the following issues: Note: the issues listed below were NOT fixed with the previous update 8.0-7.11. - Update to Java 8.0 Service Refresh 7 Fix Pack 15 bsc1202427: - CVE-2022-34169: Fixed an integer truncation issue in the Xalan Java XSLT library that occurred...

7.5CVSS6.8AI score0.81039EPSS
SaveExploits2References10
OSV
OSV
added 2022/09/05 12:00 a.m.13 views

OSV-2022-840 Negative-size-param in wc_Sha3_256_Final

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50953 Crash type: Negative-size-param Crash state: wcSha3256Final wcHash wcRsaPadex...

7.2AI score
SaveExploits0References1
OSV
OSV
added 2022/09/02 12:00 a.m.16 views

OSV-2022-815 Negative-size-param in PackChunkyBytes

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50832 Crash type: Negative-size-param Crash state: PackChunkyBytes PrecalculatedXFORM cmsDoTransform...

7.2AI score
SaveExploits0References1
Rows per page
Query Builder