Lucene search
+L

21314 matches found

CBLMariner
CBLMariner
added 2025/10/28 9:13 p.m.15 views

CVE-2025-58058 affecting package podman for versions less than 5.6.1-2

CVE-2025-58058 affecting package podman for versions less than 5.6.1-2. An upgraded version of the package is available that resolves this issue...

5.3CVSS6.9AI score0.00412EPSS
SaveExploits0
CBLMariner
CBLMariner
added 2025/10/28 9:13 p.m.6 views

CVE-2025-1118 affecting package grub2 for versions less than 2.06-25

CVE-2025-1118 affecting package grub2 for versions less than 2.06-25. A patched version of the package is available...

4.4CVSS6.9AI score0.00315EPSS
SaveExploits0
CBLMariner
CBLMariner
added 2025/10/28 9:13 p.m.6 views

CVE-2021-20291 affecting package buildah for versions less than 1.41.4-2

CVE-2021-20291 affecting package buildah for versions less than 1.41.4-2. An upgraded version of the package is available that resolves this issue...

7.1CVSS6.9AI score0.01587EPSS
SaveExploits1
CBLMariner
CBLMariner
added 2025/10/28 9:13 p.m.20 views

CVE-2025-48039 affecting package erlang for versions less than 26.2.5.15-1

CVE-2025-48039 affecting package erlang for versions less than 26.2.5.15-1. An upgraded version of the package is available that resolves this issue...

5.3CVSS6.9AI score0.00385EPSS
SaveExploits0
GithubExploit
GithubExploit
added 2025/10/28 7:07 p.m.441 views

Exploit for Uncontrolled Search Path Element in Needrestart_Project Needrestart

CVE-2024-48990 PYTHONPATH Hijack - Privilege Escalation Exploi...

7.8CVSS7.2AI score0.20452EPSS
SaveExploits16
OSV
OSV
added 2025/10/27 8:19 p.m.11 views

GHSA-GV8H-7V7W-R22Q Docker Compose Vulnerable to Path Traversal via OCI Artifact Layer Annotations

Docker Compose trusts the path information embedded in remote OCI compose artifacts. When a layer includes the annotations com.docker.compose.extends or com.docker.compose.envfile, Compose joins the attacker‑supplied value from com.docker.compose.file/com.docker.compose.envfile with its local cac...

8.9CVSS6.8AI score0.13653EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2025/10/26 9:54 a.m.132 views

reflected-xss-poc

Reflected XSS PoC Description: This repository contains...

6.4AI score
SaveExploits0
Fedora
Fedora
added 2025/10/25 9:15 p.m.12 views

[SECURITY] Fedora 43 Update: yarnpkg-1.22.22-12.fc43

Fast, reliable, and secure dependency management...

8.7CVSS7AI score0.00553EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/10/24 3:40 p.m.12 views

CVE-2025-59048

OpenBao's AWS Plugin generates AWS access credentials based on IAM policies. Prior to version 0.1.1, the AWS Plugin is vulnerable to cross-account IAM role Impersonation in the AWS auth method. The vulnerability allows an IAM role from an untrusted AWS account to authenticate by impersonating a...

8.1CVSS6.7AI score0.00248EPSS
SaveExploits0References1
Veracode
Veracode
added 2025/10/24 1:13 p.m.14 views

Expression Language Injection

Spring Cloud Gateway Server Webflux is vulnerable to Expression Language Injection. The vulnerability is due to unsafe SpEL evaluation in routes due to the actuator gateway endpoint being exposed and accessible to untrusted users; attackers can create routes that use SpEL to read environment...

7.5CVSS6.6AI score0.00446EPSS
SaveExploits0References5Affected Software1
RedHat Linux
RedHat Linux
added 2025/10/23 9:55 p.m.11 views

io.minio/minio: minio-java Client XML Tag is Vulnerable to Value Substitution

In minio-java versions prior to 8.6.0, XML tag values containing references to system properties or environment variables were automatically substituted with their actual values during processing. This unintended behavior could lead to the exposure of sensitive information, including credentials,...

8.7CVSS5.8AI score0.00491EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/10/23 7:26 p.m.13 views

Moderate: Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage

A Subscription Management tool for finding and reporting Red Hat product usage Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds, identifies, and reports environment data, or facts, such as the number of physical and virtual systems on a network, their...

8.2CVSS6.9AI score0.01244EPSS
SaveExploits2References8
OSV
OSV
added 2025/10/23 3:09 p.m.13 views

CVE-2025-59048 OpenBao AWS Plugin Vulnerable to Cross-Account IAM Role Impersonation in AWS Auth Method

OpenBao's AWS Plugin generates AWS access credentials based on IAM policies. Prior to version 0.1.1, the AWS Plugin is vulnerable to cross-account IAM role Impersonation in the AWS auth method. The vulnerability allows an IAM role from an untrusted AWS account to authenticate by impersonating a...

8.1CVSS6.7AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/10/23 12:00 a.m.24 views

PT-2025-43567

Name of the Vulnerable Software and Affected Versions Productivity Suite version 4.4.1.19 Description A relative path traversal vulnerability exists in Productivity Suite software version 4.4.1.19. This allows an unauthenticated remote attacker to interact with the ProductivityService PLC simulat...

8.3CVSS6.7AI score0.00574EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/10/22 11:24 p.m.8 views

SUSE CVE-2025-54469

A vulnerability was identified in NeuVector, where the enforcer used environment variables CLUSTERRPCPORT and CLUSTERLANPORT to generate a command to be executed via popen, without first sanitising their values. The entry process of the enforcer container is the monitor process. When the enforcer...

9.9CVSS7.5AI score0.0044EPSS
SaveExploits0References4
Hacker One
Hacker One
added 2025/10/22 9:30 p.m.24 views

curl: Use of Deprecated strcpy() with User-Controlled Environment Variable in Memory Debug Initialization

Discovery Method Step 1: Initial Security Scan Find all files using dangerous string functions find src/ -name ".c" -exec grep -l "strcpy|strcat|sprintf|gets" ; OUTPUT: src/toolprogress.c src/toolmain.c Step 2: Locate Vulnerable Code in Main.c Find exact strcpy usage in toolmain.c grep -n...

7.8AI score
SaveExploits0
GithubExploit
GithubExploit
added 2025/10/22 10:17 a.m.347 views

Exploit for SQL Injection in Sqlalchemy

What Part A - Prereqs - hud cli - Docker Part A - Setu...

9.8CVSS9.3AI score0.03525EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2025/10/22 12:00 a.m.8 views

TencentOS Server 4: conmon (TSSA-2025:0770)

The version of Tencent Linux installed on the remote TencentOS Server 4 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the TSSA-2025:0770 advisory. Package updates are available for TencentOS Server 4 that fix the following vulnerabilities:...

6.5CVSS6.7AI score0.00524EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2025/10/22 12:00 a.m.6 views

TencentOS Server 4: runc (TSSA-2025:0766)

The version of Tencent Linux installed on the remote TencentOS Server 4 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the TSSA-2025:0766 advisory. Package updates are available for TencentOS Server 4 that fix the following vulnerabilities:...

6.5CVSS6.7AI score0.00524EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2025/10/22 12:00 a.m.8 views

TencentOS Server 4: containernetworking-plugins (TSSA-2025:0772)

The version of Tencent Linux installed on the remote TencentOS Server 4 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the TSSA-2025:0772 advisory. Package updates are available for TencentOS Server 4 that fix the following vulnerabilities:...

6.5CVSS6.7AI score0.00524EPSS
SaveExploits1References2
Rows per page
Query Builder