Lucene search
+L

813 matches found

UbuntuCve
UbuntuCve
added 2026/04/10 2:16 p.m.6 views

CVE-2026-6069

NASM’s disasm function contains a stack based buffer overflow when formatting disassembly output, allowing an attacker triggered out-of-bounds write when slen exceeds the buffer capacity...

7.5CVSS6AI score0.00443EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/10 1:30 p.m.5 views

CVE-2026-6069 CVE-2026-6069

NASM’s disasm function contains a stack based buffer overflow when formatting disassembly output, allowing an attacker triggered out-of-bounds write when slen exceeds the buffer capacity...

7.5CVSS6.2AI score0.00443EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/04/10 12:0 a.m.6 views

PT-2026-31919

NASM’s disasm function contains a stack based buffer overflow when formatting disassembly output, allowing an attacker triggered out-of-bounds write when slen exceeds the buffer capacity...

6AI score0.00443EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:0 a.m.9 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006603)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006603 advisory. In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Correct devm device reference for hidinput inputdev name Reference the HID devic...

7.8CVSS5.8AI score0.00153EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/03/31 7:54 a.m.5 views

CVE-2026-32714

A SQL injection vulnerability was found in the KeyCache component of scitokens. The implementation constructs SQL queries using Python string formatting with user-controlled input such as issuer and key identifiers. An attacker could exploit this flaw by supplying crafted input that alters the...

9.8CVSS6AI score0.00492EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/03/31 1:31 a.m.4 views

CVE-2026-32714

SciTokens is a reference library for generating and using SciTokens. Prior to version 1.9.6, the KeyCache class in scitokens was vulnerable to SQL Injection because it used Python's str.format to construct SQL queries with user-supplied data such as issuer and keyid. This allowed an attacker to...

9.8CVSS6.1AI score0.00492EPSS
SaveExploits1References4Affected Software1
CNNVD
CNNVD
added 2026/03/31 12:0 a.m.9 views

scitokens 安全漏洞

Scitokens is an open-source science computing token library developed by SciTokens. Versions of SciTokens prior to 1.9.6 contained a security vulnerability. This vulnerability stemmed from the KeyCache class using Python’s str.format method to construct SQL queries that included user-provided dat...

9.8CVSS5.8AI score0.00492EPSS
SaveExploits1References3
OSV
OSV
added 2026/03/30 4:16 p.m.6 views

ALPINE-CVE-2026-21712

A flaw in Node.js URL processing causes an assertion failure in native code when url.format is called with a malformed internationalized domain name IDN containing invalid characters, crashing the Node.js process...

5.7CVSS6.2AI score0.00325EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/03/26 12:0 a.m.10 views

Mobile Security Framework SQL注入漏洞

Mobile Security Framework MobSF is an automated, integrated mobile application developed under the MobSF open-source framework. It is used for penetration testing, malware analysis, and security assessments, capable of performing both static and dynamic analyses. Prior to MobSF 4.4.6, there was a...

6.5CVSS5.8AI score0.00276EPSS
SaveExploits1References3
SUSE Linux
SUSE Linux
added 2026/03/25 10:31 a.m.7 views

Security update for grafana

This update for grafana fixes the following issues: Security issues fixed: CVE-2026-21722: Public dashboards annotations: use dashboard timerange if time selection disabled bsc1258136 CVE-2026-21721: Fixed access control by the dashboard permissions API bsc1257337 CVE-2026-21720: Fixed...

8.7CVSS5.8AI score0.0089EPSS
SaveExploits1References22
Snyk
Snyk
added 2026/03/24 12:32 a.m.5 views

Cross-site Scripting (XSS)

Overview activesupport is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the @htmlunsafe flag used by the SafeBuffer% function. An attacker can inject scripts by providing...

6.1CVSS5.8AI score0.00327EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/23 11:9 p.m.6 views

CVE-2026-33170 Rails Active Support has a possible XSS vulnerability in SafeBuffer#%

Active Support is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, SafeBuffer% does not propagate the @htmlunsafe flag to the newly created buffer. If a SafeBuffer is mutated in place e.g. via gsub! and th...

5.3CVSS5.9AI score0.00327EPSS
SaveExploits0References9
CVE
CVE
added 2026/03/23 11:9 p.m.26 views

CVE-2026-33170

CVE-2026-33170 concerns Active Support (Rails core extensions) where SafeBuffer#% fails to propagate the @html_unsafe flag to a newly created buffer. This can cause in-place mutations (e.g., gsub!) followed by formatting with % using untrusted input to produce a result where html_safe? remains tr...

6.1CVSS5.8AI score0.00327EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/23 8:53 p.m.8 views

Rails Active Support has a possible XSS vulnerability in SafeBuffer#%

Impact SafeBuffer% does not propagate the @htmlunsafe flag to the newly created buffer. If a SafeBuffer is mutated in place e.g. via gsub! and then formatted with % using untrusted arguments, the result incorrectly reports htmlsafe? == true, bypassing ERB auto-escaping and possibly leading to XSS...

6.1CVSS6.1AI score0.00327EPSS
SaveExploits0References10Affected Software1
RubySec
RubySec
added 2026/03/23 12:0 a.m.24 views

Rails Active Support has a possible XSS vulnerability in SafeBuffer#%

Impact SafeBuffer% does not propagate the @htmlunsafe flag to the newly created buffer. If a SafeBuffer is mutated in place e.g. via gsub! and then formatted with % using untrusted arguments, the result incorrectly reports htmlsafe? == true, bypassing ERB auto-escaping and possibly leading to XSS...

6.1CVSS5.8AI score0.00327EPSS
SaveExploits0References1Affected Software1
Snyk
Snyk
added 2026/03/18 4:17 p.m.6 views

CRLF Injection

Overview org.webjars.npm:h3 is a Minimal HTTP framework built for high performance and portability. Affected versions of this package are vulnerable to CRLF Injection via unsanitized input in the formatEventStreamMessage and formatEventStreamComment functions. An attacker can inject arbitrary...

10CVSS5.9AI score0.00573EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/03/17 6:41 p.m.4 views

EUVD-2026-12623

Wazuh is a free and open source platform used for threat prevention, detection, and response. Starting in version 3.9.0 and prior to version 4.14.3, multiple stack-based buffer overflows exist in the Security Configuration Assessment SCA decoder wazuh-analysisd. The use of sprintf with a...

4.9CVSS6.3AI score0.00389EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/12 8:54 p.m.4 views

OPENSUSE-SU-2026:20361-1 Security update for osc, obs-scm-bridge

This update for osc, obs-scm-bridge fixes the following issues: Changes in osc: - 1.24.0 - Command-line: - Add '--target-owner' option to 'git-obs repo fork' command - Add '--self' parameter to fix 'no matching parent repo' error message in 'git-obs pr create' - Fix 'osc aggregatepac' for scmsync...

7.3CVSS6AI score0.00209EPSS
SaveExploits0References3
OpenVAS
OpenVAS
added 2026/03/09 12:0 a.m.3 views

SUSE: Security Advisory (SUSE-SU-2026:20603-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...

7.5CVSS6.7AI score0.00241EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/03/06 12:0 a.m.4 views

SUSE SLES16 Security Update : rhino (SUSE-SU-2026:20603-1)

The remote SUSE Linux SLES16 / SLESSAP16 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2026:20603-1 advisory. Update to 1.7.15.1: - CVE-2025-66453: Fixed a problem with formatting of floating-point numbers to strings that may result in DoS bsc125448...

7.5CVSS6.7AI score0.00241EPSS
SaveExploits0References4
Rows per page
Query Builder