Lucene search
K

21 matches found

Github Security Blog
Github Security Blog
added 2026/05/19 3:52 p.m.9 views

Mailpit has an incomplete fix for GHSA-6jxm: HTML check still permits SSRF to private/loopback/IMDS via missing IP-filter dialer

Summary The fix for GHSA-6jxm-fv7w-rw5j CVE-2026-23845, "Server-Side Request Forgery SSRF via HTML Check API", shipped in mailpit v1.28.3, hardened internal/htmlcheck/css.go::downloadCSSToBytes with a 5MB size cap, a text/css content-type check, login-info stripping in isValidURL, and an opt-in...

7.5CVSS7.3AI score0.00024EPSS
Exploits1References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/16 12:0 a.m.2 views

Node.js Module axios < 1.15.0 Multiple Vulnerabilities

The version of the axios Node.js module installed on the remote host is prior to 1.15.0. It is, therefore, affected by multiple vulnerabilities: - Axios does not correctly handle hostname normalization when checking NOPROXY rules. Requests to loopback addresses like localhost. with a trailing dot...

9.9CVSS6.1AI score0.00069EPSS
Exploits6References4
Github Security Blog
Github Security Blog
added 2026/04/10 7:47 p.m.24 views

Axios has Unrestricted Cloud Metadata Exfiltration via Header Injection Chain

Vulnerability Disclosure: Unrestricted Cloud Metadata Exfiltration via Header Injection Chain Summary The Axios library is vulnerable to a specific gadget-style attack chain in which prototype pollution in a third-party dependency may be leveraged to inject unsanitized header values into outbound...

4.8CVSS6.7AI score0.00063EPSS
Exploits5References11Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/01 11:27 p.m.3 views

PraisonAI Has SSRF in FileTools.download_file() via Unvalidated URL

Summary FileTools.downloadfile in praisonaiagents validates the destination path but performs no validation on the url parameter, passing it directly to httpx.stream with followredirects=True. An attacker who controls the URL can reach any host accessible from the server including cloud metadata...

8.6CVSS5.9AI score0.00022EPSS
Exploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/20 7:21 a.m.1 views

CVE-2026-33060 CKAN MCP Server: SSRF via base_url allows access to internal networks

CKAN MCP Server is a tool for querying CKAN open data portals. Versions prior to 0.4.85 provide tools including ckanpackagesearch and sparqlquery that accept a baseurl parameter, making HTTP requests to arbitrary endpoints without restriction. A CKAN portal client has no legitimate reason to...

5.3CVSS5.9AI score0.00016EPSS
Exploits1References2
Vulnrichment
Vulnrichment
added 2026/03/06 4:26 a.m.2 views

CVE-2026-28680 Ghostfolio: Full-Read SSRF in Manual Asset Import

Ghostfolio is an open source wealth management software. Prior to version 2.245.0, an attacker can exploit the manual asset import feature to perform a full-read SSRF, allowing them to exfiltrate sensitive cloud metadata IMDS or probe internal network services. This issue has been patched in...

9.3CVSS5.7AI score0.00055EPSS
Exploits0References2
OSV
OSV
added 2024/01/16 12:50 p.m.2 views

SUSE-SU-2024:0128-1 Security update for cloud-init

This update for cloud-init contains the following fixes: - Move fdupes call back to %install.bsc1214169 - Update to version 23.3. bsc1216011 bsc1215794 bsc1215740 bsc1216007 + Bump pycloudlib to 1!5.1.0 for ec2 mantic daily image support 4390 + Fix cckeyboard in mantic LP: 2030788 + ec2: initiali...

5.5CVSS5.6AI score0.0004EPSS
Exploits0References9
Veracode
Veracode
added 2022/12/22 2:33 a.m.28 views

Information Disclosure

github.com/Azure/aad-pod-identity is vulnerable to information disclosure. The vulnerability exists because server.go does not properly handle invalid token requests, allowing an attacker to bypass the NMI validation and send the token to IMDS in the cluster through the token request made with...

5.3CVSS5.2AI score0.00784EPSS
Exploits0References4Affected Software1
NVD
NVD
added 2022/12/21 8:15 p.m.10 views

CVE-2022-23551

aad-pod-identity assigns Azure Active Directory identities to Kubernetes applications and has now been deprecated as of 24 October 2022. The NMI component in AAD Pod Identity intercepts and validates token requests based on regex. In this case, a token request made with backslash in the request...

5.3CVSS0.00784EPSS
Exploits0References3
Prion
Prion
added 2022/12/21 8:15 p.m.11 views

Cross site request forgery (csrf)

aad-pod-identity assigns Azure Active Directory identities to Kubernetes applications and has now been deprecated as of 24 October 2022. The NMI component in AAD Pod Identity intercepts and validates token requests based on regex. In this case, a token request made with backslash in the request...

3.8CVSS5.2AI score0.00784EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2022/12/21 7:50 p.m.12 views

CVE-2022-23551 AAD Pod Identity obtaining token with backslash

aad-pod-identity assigns Azure Active Directory identities to Kubernetes applications and has now been deprecated as of 24 October 2022. The NMI component in AAD Pod Identity intercepts and validates token requests based on regex. In this case, a token request made with backslash in the request...

5.3CVSS5.5AI score0.00784EPSS
Exploits0References3
CVE
CVE
added 2022/12/21 7:50 p.m.86 views

CVE-2022-23551

CVE-2022-23551 concerns AAD Pod Identity: the NMI component could bypass validation for token requests containing a backslash (example /metadata/identity\oauth2\token/), potentially enabling a pod to access identities it should not have. The bug arises from NMI’s regex-based validation and is add...

5.3CVSS5.1AI score0.00784EPSS
Exploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/21 6:48 p.m.18 views

AAD Pod Identity obtaining token with backslash

Impact What kind of vulnerability is it? Who is impacted? The NMI component in AAD Pod Identity intercepts and validates token requests based on regex. In this case, a token request made with backslash in the request example: /metadata/identity\oauth2\token/ would bypass the NMI validation and be...

5.3CVSS2.9AI score0.00784EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2022/12/21 6:48 p.m.15 views

GHSA-P82Q-RXPM-HJPC AAD Pod Identity obtaining token with backslash

Impact What kind of vulnerability is it? Who is impacted? The NMI component in AAD Pod Identity intercepts and validates token requests based on regex. In this case, a token request made with backslash in the request example: /metadata/identity\oauth2\token/ would bypass the NMI validation and be...

5.3CVSS5AI score0.00784EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2022/12/21 12:0 a.m.1 views

PT-2022-7109 · Microsoft · Aad Pod Identity

Name of the Vulnerable Software and Affected Versions: AAD Pod Identity versions prior to 1.8.13 Description: The issue is related to the NMI component in AAD Pod Identity, which intercepts and validates token requests based on regex. A token request made with a backslash in the request, for...

5.5CVSS6.8AI score0.00784EPSS
Exploits0References10
GitLab Advisory Database
GitLab Advisory Database
added 2022/12/21 12:0 a.m.20 views

Improper Restriction of Security Token Assignment

aad-pod-identity assigns Azure Active Directory identities to Kubernetes applications and has now been deprecated as of 24 October 2022. The NMI component in AAD Pod Identity intercepts and validates token requests based on regex. In this case, a token request made with backslash in the request...

5.3CVSS2.9AI score0.00784EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2021/11/19 7:15 p.m.1 views

CVE-2021-22969

Concrete CMS formerly concrete5 versions below 8.5.7 has a SSRF mitigation bypass using DNS Rebind attack giving an attacker the ability to fetch cloud IAAS ex AWS IAM keys.To fix this Concrete CMS no longer allows downloads from the local network and specifies the validated IP when downloading...

5.3CVSS6.6AI score
Exploits0References2
NVD
NVD
added 2021/11/19 7:15 p.m.6 views

CVE-2021-22969

Concrete CMS formerly concrete5 versions below 8.5.7 has a SSRF mitigation bypass using DNS Rebind attack giving an attacker the ability to fetch cloud IAAS ex AWS IAM keys.To fix this Concrete CMS no longer allows downloads from the local network and specifies the validated IP when downloading...

5.3CVSS0.00268EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2020/03/02 12:0 a.m.16 views

openSUSE Security Update : python-azure-agent (openSUSE-2020-261)

This update for python-azure-agent fixes the following issues : python-azure-agent was updated to version 2.2.45 jscECO-80 + Add support for Gen2 VM resource disks + Use alternate systemd detection + Fix /proc/net/route requirement that causes errors on FreeBSD + Add cloud-init auto-detect to...

6.5CVSS6AI score0.03688EPSS
Exploits0References2
OpenVAS
OpenVAS
added 2020/03/01 12:0 a.m.12 views

openSUSE: Security Advisory for python-azure-agent (openSUSE-SU-2020:0261-1)

The remote host is missing an update for the Copyright C 2020 Greenbone Networks GmbH 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-or-later This program is free software; you can...

6.5CVSS6.9AI score0.03688EPSS
Exploits0References2
Rows per page
Query Builder