Lucene search
+L

10574 matches found

Positive Technologies
Positive Technologies
added 2026/01/10 12:0 a.m.24 views

PT-2026-2249

Name of the Vulnerable Software and Affected Versions RustCrypto versions 0.14.0-pre.0 through 0.14.0-rc.0 Description The RustCrypto Elliptic Curves library provides general purpose Elliptic Curve Cryptography ECC support. A denial-of-service issue exists in the SM2 PKE decryption path where an...

7.5CVSS6.6AI score0.00382EPSS
SaveExploits1References11
Github Security Blog
Github Security Blog
added 2026/01/09 10:35 p.m.20 views

SM2-PKE has Unchecked AffinePoint Decoding (unwrap) in decrypt()

Summary A denial-of-service vulnerability exists in the SM2 PKE decryption path where an invalid elliptic-curve point C1 is decoded and the resulting value is unwrapped without checking. Specifically, AffinePoint::fromencodedpoint&encodedc1 may return a None/CtOption::None when the supplied...

7.5CVSS7.2AI score0.00382EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/01/09 10:35 p.m.8 views

GHSA-78P6-6878-8MJ6 SM2-PKE has Unchecked AffinePoint Decoding (unwrap) in decrypt()

Summary A denial-of-service vulnerability exists in the SM2 PKE decryption path where an invalid elliptic-curve point C1 is decoded and the resulting value is unwrapped without checking. Specifically, AffinePoint::fromencodedpoint&encodedc1 may return a None/CtOption::None when the supplied...

7.5CVSS7AI score0.00382EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2026/01/09 11:25 a.m.7 views

CVE-2021-28028

An issue was discovered in the toodee crate before 0.3.0 for Rust. Row insertion can cause a double free upon an iterator panic...

9.8CVSS7AI score0.01167EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 10:34 a.m.16 views

CVE-2017-18589

An issue was discovered in the cookie crate before 0.7.6 for Rust. Large integers in the Max-Age of a cookie cause a panic...

7.5CVSS6.8AI score0.01485EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 10:31 a.m.8 views

CVE-2017-18674

An issue was discovered on Samsung mobile devices with N7.0 software. The time service aka Timaservice allows a kernel panic. The Samsung ID is SVE-2017-8593 May 2017...

7.8CVSS6.9AI score0.00422EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 10:8 a.m.9 views

CVE-2019-20430

In the Lustre file system before 2.12.3, the mdt module has an LBUG panic via a large MDT Body eadatasize field due to the lack of validation for specific fields of packets sent by a client...

7.8CVSS6.9AI score0.0221EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 10:7 a.m.14 views

CVE-2019-20425

In the Lustre file system before 2.12.3, the ptlrpc module has an out-of-bounds access and panic due to the lack of validation for specific fields of packets sent by a client. In the function lustremsgstring, there is no validation of a certain length value derived from lustremsgbuflenv2...

7.8CVSS6.9AI score0.01896EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 10:7 a.m.14 views

CVE-2019-20577

An issue was discovered on Samsung mobile devices with P9.0 Exynos chipsets software. The MALI GPU Driver allows a kernel panic. The Samsung ID is SVE-2019-14372 August 2019...

7.8CVSS6.9AI score0.00422EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:59 a.m.24 views

CVE-2020-7452

In FreeBSD 12.1-STABLE before r357490, 12.1-RELEASE before 12.1-RELEASE-p3, 11.3-STABLE before r357489, and 11.3-RELEASE before 11.3-RELEASE-p7, incorrect use of a user-controlled pointer in the epair virtual network module allowed vnet jailed privileged users to panic the host system and...

9.1CVSS7.5AI score0.01834EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:52 a.m.14 views

CVE-2020-10234

The AscRegistryFilter.sys kernel driver in IObit Advanced SystemCare 13.2 allows an unprivileged user to send an IOCTL to the device driver. If the user provides a NULL entry for the dwIoControlCode parameter, a kernel panic aka BSOD follows. The IOCTL codes can be found in the dispatch function:...

6.8CVSS6.8AI score0.03775EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:26 a.m.11 views

CVE-2023-4163

In Brocade Fabric OS before v9.2.0a, a local authenticated privileged user can trigger a buffer overflow condition, leading to a kernel panic with large input to buffers in the portcfgfportbuffers command...

4.4CVSS6.8AI score0.00253EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:13 a.m.10 views

CVE-2022-31100

rulex is a new, portable, regular expression language. When parsing untrusted rulex expressions, rulex may crash, possibly enabling a Denial of Service attack. This happens when the expression contains a multi-byte UTF-8 code point in a string literal or after a backslash, because rulex tries to...

6.5CVSS7AI score0.00815EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 8:44 a.m.11 views

CVE-2022-23495

go-merkledag implements the 'DAGService' interface and adds two ipld node types, Protobuf and Raw for the ipfs project. A ProtoNode may be modified in such a way as to cause various encode errors which will trigger a panic on common method calls that don't allow for error returns. A ProtoNode...

7.5CVSS6.6AI score0.01254EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/01/09 12:23 a.m.10 views

SUSE CVE-2026-21895

The rsa crate is an RSA implementation written in rust. Prior to version 0.9.10, when creating a RSA private key from its components, the construction panics instead of returning an error when one of the primes is 1. Version 0.9.10 fixes the issue...

3.3CVSS6.9AI score0.00412EPSS
SaveExploits0References3
OpenVAS
OpenVAS
added 2026/01/09 12:0 a.m.5 views

openSUSE Security Advisory (SUSE-SU-2026:0067-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

5.3CVSS6.8AI score0.00517EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/09 12:0 a.m.7 views

SUSE SLES15 / openSUSE 15 Security Update : podman (SUSE-SU-2026:0067-1)

The remote SUSE Linux SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2026:0067-1 advisory. - CVE-2025-47914: Fixed ssh-agent that could cause a panic due to an out-of-bounds read with non validated message size...

5.3CVSS6.3AI score0.00517EPSS
SaveExploits0References4
NVD
NVD
added 2026/01/08 2:15 p.m.10 views

CVE-2026-21895

The rsa crate is an RSA implementation written in rust. Prior to version 0.9.10, when creating a RSA private key from its components, the construction panics instead of returning an error when one of the primes is 1. Version 0.9.10 fixes the issue...

6.9CVSS0.00412EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/01/08 2:6 p.m.5 views

CVE-2026-21895 rsa crate has potential panic on a prime being equal to 1

The rsa crate is an RSA implementation written in rust. Prior to version 0.9.10, when creating a RSA private key from its components, the construction panics instead of returning an error when one of the primes is 1. Version 0.9.10 fixes the issue...

6.9CVSS6.5AI score0.00412EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/01/08 2:6 p.m.9 views

EUVD-2026-1033

The rsa crate is an RSA implementation written in rust. Prior to version 0.9.10, when creating a RSA private key from its components, the construction panics instead of returning an error when one of the primes is 1. Version 0.9.10 fixes the issue...

6.9CVSS6.3AI score0.00412EPSS
SaveExploits0References4
Rows per page
Query Builder