Lucene search
+L

748 matches found

AlpineLinux
AlpineLinux
added 2025/08/11 12:21 p.m.6 views

CVE-2025-8672

MacOS version of GIMP bundles a Python interpreter that inherits the Transparency, Consent, and Control TCC permissions granted by the user to the main application bundle. An attacker with local user access can invoke this interpreter with arbitrary commands or scripts, leveraging the application...

7.8CVSS7.4AI score0.00322EPSS
SaveExploits0References4
OSV
OSV
added 2025/08/08 5:55 a.m.6 views

BIT-MODSECURITY2-2025-54571 ModSecurity's Insufficient Return Value Handling can Lead to XSS and Source Code Disclosure

ModSecurity is an open source, cross platform web application firewall WAF engine for Apache, IIS and Nginx. In versions 2.9.11 and below, an attacker can override the HTTP response’s Content-Type, which could lead to several issues depending on the HTTP scenario. For example, we have demonstrate...

6.9CVSS5.6AI score0.00282EPSS
SaveExploits1References5
OSV
OSV
added 2025/08/05 8:53 a.m.30 views

BIT-VAULT-2025-6037 Vault Certificate Auth Method Did Not Validate Common Name For Non-CA Certificates

Vault and Vault Enterprise “Vault” TLS certificate auth method did not correctly validate client certificates when configured with a non-CA certificate as +trusted certificate+|https://developer.hashicorp.com/vault/api-docs/auth/certcertificate. In this configuration, an attacker may be able to...

6.8CVSS6AI score0.00221EPSS
SaveExploits0References2
OSV
OSV
added 2025/08/05 8:53 a.m.12 views

BIT-VAULT-2025-6014 Vault TOTP Secrets Engine Code Reuse

Vault and Vault Enterprise’s “Vault” TOTP Secrets Engine code validation endpoint is susceptible to code reuse within its validity period. Fixed in Vault Community Edition 1.20.1 and Vault Enterprise 1.20.1, 1.19.7, 1.18.12, and 1.16.23...

6.5CVSS6.4AI score0.00356EPSS
SaveExploits0References2
OSV
OSV
added 2025/08/05 8:52 a.m.9 views

BIT-VAULT-2025-6004 Vault Userpass and LDAP User Lockout Bypass

Vault and Vault Enterprise’s “Vault” user lockout feature could be bypassed for Userpass and LDAP authentication methods. Fixed in Vault Community Edition 1.20.1 and Vault Enterprise 1.20.1, 1.19.7, 1.18.12, and 1.16.23...

5.3CVSS6.5AI score0.00394EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/08/01 6:31 p.m.13 views

Hashicorp Vault has Privilege Escalation Vulnerability

A privileged Vault operator with write permissions to the root namespace’s identity endpoint could escalate their own or another user’s token privileges to Vault’s root policy. Fixed in Vault Community Edition 1.20.0 and Vault Enterprise 1.20.0, 1.19.6, 1.18.11 and 1.16.22...

7.2CVSS7.3AI score0.00487EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2025/08/01 6:31 p.m.12 views

Hashicorp Vault has Code Execution Vulnerability via Plugin Configuration

A privileged Vault operator within the root namespace with write permission to sys/audit may obtain code execution on the underlying host if a plugin directory is set in Vault’s configuration. Fixed in Vault Community Edition 1.20.1 and Vault Enterprise 1.20.1, 1.19.7, 1.18.12, and 1.16.23...

9.1CVSS7.5AI score0.00867EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/08/01 6:31 p.m.7 views

GHSA-6C5R-4WFC-3MCX Hashicorp Vault has Incorrect Validation for Non-CA Certificates

Vault and Vault Enterprise “Vault” TLS certificate auth method did not correctly validate client certificates when configured with a non-CA certificate as +trusted certificate+|https://developer.hashicorp.com/vault/api-docs/auth/certcertificate. In this configuration, an attacker may be able to...

6.8CVSS5.9AI score0.00221EPSS
SaveExploits0References3
AlpineLinux
AlpineLinux
added 2025/07/31 8:25 p.m.9 views

CVE-2025-48073

OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In version 3.3.2, when reading a deep scanline image with a large sample count in reduceMemory mode, it is possible to crash a target application with a...

6.2CVSS7.2AI score0.00198EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2025/07/30 1:16 p.m.14 views

Keycloak phishing attack via email verification step in first login flow

There is a flaw with the first login flow where, during a IdP login, an attacker with a registered account can initiate the process to merge accounts with an existing victim's account. The attacker will subsequently be prompted to "review profile" information, which allows the the attacker to...

7.1CVSS6AI score0.00226EPSS
SaveExploits0References14Affected Software1
OSV
OSV
added 2025/07/28 11:21 a.m.5 views

CVE-2025-38474 usb: net: sierra: check for no status endpoint

In the Linux kernel, the following vulnerability has been resolved: usb: net: sierra: check for no status endpoint The driver checks for having three endpoints and having bulk in and out endpoints, but not that the third endpoint is interrupt input. Rectify the omission...

5.5CVSS6.5AI score0.00156EPSS
SaveExploits0References13
OSV
OSV
added 2025/07/25 3:27 p.m.5 views

CVE-2025-38445 md/raid1: Fix stack memory use after return in raid1_reshape

In the Linux kernel, the following vulnerability has been resolved: md/raid1: Fix stack memory use after return in raid1reshape In the raid1reshape function, newpool is allocated on the stack and assigned to conf-r1biopool. This results in conf-r1biopool.wait.head pointing to a stack address...

7.1CVSS7.2AI score0.00165EPSS
SaveExploits0References13
OSV
OSV
added 2025/07/25 2:16 p.m.3 views

CVE-2025-38421 platform/x86/amd: pmf: Use device managed allocations

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmf: Use device managed allocations If setting up smart PC fails for any reason then this can lead to a double free when unloading amd-pmf. This is because dev-buf was freed but never set to NULL and is again...

7.8CVSS6.2AI score0.00155EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38399 scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port()

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL pointer dereference in corescsi3decodespeciport The function corescsi3decodespeciport, in its error code path, unconditionally calls corescsi3lunaclundependitem passing the destsedeve pointer, which may be...

7.5CVSS6.3AI score0.00158EPSS
SaveExploits0References12
OSV
OSV
added 2025/07/24 8:17 p.m.3 views

SUSE-SU-2025:02516-1 Security update for ovmf

This update for ovmf fixes the following issues: - CVE-2024-1298: Fixed potential UINT32 overflow in S3 ResumeCount bsc1225889. Other fixes: - Fixed Kubevirt GPU passthrough failure bsc1245542...

6CVSS7.5AI score0.00217EPSS
SaveExploits0References4
OSV
OSV
added 2025/07/22 5:41 a.m.4 views

BIT-GRAFANA-2025-6023

An open redirect vulnerability has been identified in Grafana OSS that can be exploited to achieve XSS attacks. The vulnerability was introduced in Grafana v11.5.0. The open redirect can be chained with path traversal vulnerabilities to achieve XSS. Fixed in versions 12.0.2+security-01,...

7.6CVSS6.3AI score0.37565EPSS
SaveExploits0References3
IBM Security Bulletins
IBM Security Bulletins
added 2025/07/18 2:46 p.m.10 views

Security Bulletin: Security Vulnerability Exists in QueueWatch UI of IBM Sterling B2B Integrator and IBM Sterling File Gateway Due to Lack of Validation of Request Parameters (CVE-2025-33014)

Summary IBM Sterling B2B Integrator and IBM Sterling File Gateway have addressed the security vulnerabilty Vulnerability Details CVEID:CVE-2025-33014 DESCRIPTION: IBM Sterling B2B Integrator Standard Edition uses a web link with untrusted references to an external site. A remote attacker could...

6.1CVSS6.3AI score0.002EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2025/07/17 8:15 p.m.6 views

CVE-2025-1700

A DLL hijacking vulnerability was reported in the Motorola Software Fix Rescue and Smart Assistant installer that could allow a local attacker to escalate privileges during installation of the software...

7.1CVSS0.00148EPSS
SaveExploits0References2
CVE
CVE
added 2025/07/17 7:16 p.m.24 views

CVE-2025-1700

CVE-2025-1700 describes a DLL hijacking weakness in the Motorola Software Fix (Rescue and Smart Assistant) installer that could allow a local attacker to escalate privileges during software installation. The affected component is the installer for Motorola Software Fix, and the root cause is DLL ...

7.1CVSS6.8AI score0.00148EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/07/17 7:16 p.m.6 views

CVE-2025-1700

A DLL hijacking vulnerability was reported in the Motorola Software Fix Rescue and Smart Assistant installer that could allow a local attacker to escalate privileges during installation of the software...

7.1CVSS6.8AI score0.00148EPSS
SaveExploits0References2
Rows per page
Query Builder