Lucene search
+L

235 matches found

Tenable Nessus
Tenable Nessus
added 2025/05/06 12:00 a.m.11 views

CBL Mariner 2.0 Security Update: kernel (CVE-2025-21905)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-21905 advisory. - In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: limit printed string from...

7.1CVSS6.3AI score0.00211EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/04/17 12:00 a.m.10 views

NETGEAR R6100 安全漏洞

The NETGEAR R61 is a wireless router from NETGEAR. The NETGEAR R61 suffers from a buffer overflow vulnerability that stems from improper handling of the QUERYSTRING key value, which can be exploited by an attacker to execute arbitrary code...

9.8CVSS7.7AI score0.01008EPSS
SaveExploits1References2
Veracode
Veracode
added 2025/04/02 11:58 p.m.13 views

Arbitrary File Disclosure

Vite is vulnerable to Arbitrary File Disclosure. The vulnerability is due to improper handling of trailing separators in query strings and is caused by the removal of trailing separators ? without proper validation in regex checks, allows attackers to bypass file access restrictions and retrieve...

7.5CVSS7.2AI score0.74784EPSS
SaveExploits28References7Affected Software1
Positive Technologies
Positive Technologies
added 2025/04/02 12:00 a.m.12 views

PT-2025-14539 · Crates.Io · Pyo3

PyString::from object took &str arguments and forwarded them directly to the Python C API without checking for terminating nul bytes. This could lead the Python interpreter to read beyond the end of the &str data and potentially leak contents of the out-of-bounds read by raising a Python exceptio...

6.3CVSS7AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/03/23 12:18 a.m.18 views

CVE-2025-30348

encodeText in QDom in Qt before 6.8.0 has a complex algorithm involving XML string copy and inline replacement of parts of a string with relocation of later data...

5.8CVSS6.8AI score0.00358EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/21 11:08 a.m.3 views

OESA-2025-1308 zvbi security update

The ZVBI library provides functions to read from Linux V4L, V4L2 and FreeBSD BKTR raw VBI capture devices, from Linux DVB devices and from a VBI proxy to share V4L and V4L2 VBI devices between multiple applications. It can demodulate raw to sliced VBI data in software, with support for a wide ran...

7.3CVSS7.1AI score0.00812EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/28 9:56 a.m.8 views

SUSE-SU-2025:0737-1 Security update for postgresql13

This update for postgresql13 fixes the following issues: Upgrade to 13.20: - CVE-2025-1094: Harden PQescapeString and allied functions against invalidly-encoded input strings bsc1237093...

8.1CVSS8.2AI score0.9003EPSS
SaveExploits10References3
OSV
OSV
added 2025/02/21 2:16 p.m.14 views

SUSE-SU-2025:0637-1 Security update for postgresql16

This update for postgresql16 fixes the following issues: Upgrade to 16.8: - CVE-2025-1094: Harden PQescapeString and allied functions against invalidly-encoded input strings bsc1237093...

8.1CVSS8.1AI score0.9003EPSS
SaveExploits10References3
OSV
OSV
added 2025/02/21 2:13 p.m.12 views

SUSE-SU-2025:0635-1 Security update for postgresql16

This update for postgresql16 fixes the following issues: Upgrade to 16.8: - CVE-2025-1094: Harden PQescapeString and allied functions against invalidly-encoded input strings bsc1237093...

8.1CVSS8.1AI score0.9003EPSS
SaveExploits10References3
OSV
OSV
added 2025/02/21 2:12 p.m.8 views

SUSE-SU-2025:0634-1 Security update for postgresql15

This update for postgresql15 fixes the following issues: Upgrade to 15.12: - CVE-2025-1094: Harden PQescapeString and allied functions against invalidly-encoded input strings bsc1237093...

8.1CVSS8.1AI score0.9003EPSS
SaveExploits10References3
RedHat Linux
RedHat Linux
added 2025/02/19 10:31 a.m.9 views

curl: libcurl: ASN.1 date parser overread

A flaw was found in libcurl, where libcurl's ASN1 parser code has the GTime2str function, used for parsing an ASN.1 Generalized Time field. If a syntactically incorrect field is given, the parser can use -1 for the length of the time fraction, leading to a strlen performed on a pointer to a heap...

6.5CVSS7.1AI score0.17301EPSS
SaveExploits1References5
OSV
OSV
added 2025/01/21 12:01 p.m.10 views

CVE-2024-57930 tracing: Have process_string() also allow arrays

In the Linux kernel, the following vulnerability has been resolved: tracing: Have processstring also allow arrays In order to catch a common bug where a TRACEEVENT TPfastassign assigns an address of an allocated string to the ring buffer and then references it in TPprintk, which can be executed...

6.2AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/01/16 6:18 p.m.27 views

CVE-2025-20630 Mobile crash via object that can't be cast to String in Attachment Field

Mattermost Mobile versions =2.22.0 fail to properly handle posts with attachments containing fields that cannot be cast to a String, which allows an attacker to cause the mobile to crash via creating and sending such a post to a channel...

6.5CVSS0.00612EPSS
SaveExploits0References1
Veracode
Veracode
added 2024/11/21 8:50 a.m.17 views

Case Insensitive Input Validation

org.springframework, spring-context is vulnerable to Case Insensitive Input Validation. The vulnerability is due to improper handling of case insensitivity in String.toLowerCase, where the fix for making disallowedFields patterns case insensitive inadvertently introduced a risk. This behavior...

5.3CVSS5.5AI score0.00617EPSS
SaveExploits1References6Affected Software2
OSV
OSV
added 2024/09/08 12:00 p.m.6 views

RUSTSEC-2024-0404 Unsoundness in anstream

When given a valid UTF8 string "ö\x1b😀", the function in crates/anstream/src/adapter/strip.rs will be confused. The UTF8 bytes are \xc3\xb6 then \x1b then \xf0\x9f\x98\x80. When looping over "non-printable bytes" \x1b\xf0 will be considered as some non-printable sequence. This will produce a brok...

5.5AI score
SaveExploits0References3
OSV
OSV
added 2024/07/26 12:33 p.m.39 views

RLSA-2024:4623 Important: qt5-qtbase security update

Qt is a software toolkit for developing applications. The qt5-base packages contain base tools for string, xml, and network handling in Qt. Security Fixes: qtbase: qtbase: Delay any communication until encrypted can be responded to CVE-2024-39936 For more details about the security issues,...

7.5CVSS7.5AI score0.0049EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/07/19 10:35 a.m.28 views

Important: Red Hat Security Advisory: qt5-qtbase security update

An update for qt5-qtbase is now available for Red Hat Enterprise Linux 8.2 Advanced Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available...

8.6CVSS7.3AI score0.0049EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/07/18 1:57 p.m.37 views

Important: Red Hat Security Advisory: qt5-qtbase security update

An update for qt5-qtbase is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability fro...

8.6CVSS7.3AI score0.0049EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/07/18 12:00 a.m.15 views

RHEL 8 : qt5-qtbase (RHSA-2024:4621)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2024:4621 advisory. Qt is a software toolkit for developing applications. The qt5-base packages contain base tools for string, xml, and network handling in Qt. Security...

8.6CVSS7.8AI score0.0049EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2024/06/07 12:00 a.m.10 views

Fedora: Security Advisory for qt6-qtbase (FEDORA-2024-bfb8617ba3)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 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...

9.8CVSS10AI score0.0097EPSS
SaveExploits0References2
Rows per page
Query Builder