Lucene search
+L

21975 matches found

NVD
NVD
added 3 days ago4 views

CVE-2026-73834

A flaw was found in the must-gather component of Red Hat Advanced Cluster Management for Kubernetes. Certain ACM wrapper Custom Resources that embed Secret data are collected without redaction. When an administrator runs must-gather, credentials and tokens are captured in cleartext in the resulti...

5.5CVSS0.0008EPSS
SaveExploits0References2
NVD
NVD
added 3 days ago9 views

CVE-2026-71365

A server-side request forgery SSRF vulnerability was found in AWX's webhook status callback mechanism. When processing GitHub pull request webhooks, AWX extracts the status callback URL pullrequest.statusesurl from the incoming webhook payload without validating the target host against the expect...

7.7CVSS0.00347EPSS
SaveExploits0References2
NVD
NVD
added 3 days ago7 views

CVE-2026-15806

The HTTPPasswordMgr class in the urllib.request module, along with its subclasses HTTPPasswordMgrWithDefaultRealm and HTTPPasswordMgrWithPriorAuth, did not take the URL scheme into account when matching stored credentials against a requested URL. Credentials added for an https:// URL were also us...

6CVSS0.00372EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago4 views

DEBIAN-CVE-2026-15806

The HTTPPasswordMgr class in the urllib.request module, along with its subclasses HTTPPasswordMgrWithDefaultRealm and HTTPPasswordMgrWithPriorAuth, did not take the URL scheme into account when matching stored credentials against a requested URL. Credentials added for an https:// URL were also us...

6CVSS5.5AI score0.00372EPSS
SaveExploits0References1
NVD
NVD
added 3 days ago6 views

CVE-2026-12564

A flaw was found in the AAP Controller's HashiCorp Vault credential plugin. The kubernetesauth function in awxplugins/credentials/hashivault.py reads the controller pod's Kubernetes service account token and sends it to an attacker-controlled URL when a HashiCorp Vault Secret Lookup credential wi...

9.6CVSS0.00259EPSS
SaveExploits0References2
CVE
CVE
added 3 days ago15 views

CVE-2026-71365

AWX's webhook status callback mechanism extracts the statuses_url from GitHub pull request payloads without validating the target host. An admin-role user can forge a signed webhook with an arbitrary URL, causing AWX to POST authenticated status updates with the Git PAT in the Authorization heade...

7.7CVSS5.7AI score0.00347EPSS
SaveExploits0References2
Cvelist
Cvelist
added 3 days ago20 views

CVE-2026-71365 Awx: webhook status callback ssrf leaks the git pat

A server-side request forgery SSRF vulnerability was found in AWX's webhook status callback mechanism. When processing GitHub pull request webhooks, AWX extracts the status callback URL pullrequest.statusesurl from the incoming webhook payload without validating the target host against the expect...

7.7CVSS0.00347EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 3 days ago6 views

CVE-2026-71365

A server-side request forgery SSRF vulnerability was found in AWX's webhook status callback mechanism. When processing GitHub pull request webhooks, AWX extracts the status callback URL pullrequest.statusesurl from the incoming webhook payload without validating the target host against the expect...

7.7CVSS5.7AI score0.00347EPSS
SaveExploits0References3
EUVD
EUVD
added 3 days ago6 views

EUVD-2026-61015

A server-side request forgery SSRF vulnerability was found in AWX's webhook status callback mechanism. When processing GitHub pull request webhooks, AWX extracts the status callback URL pullrequest.statusesurl from the incoming webhook payload without validating the target host against the expect...

7.7CVSS5.7AI score0.00347EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago8 views

EUVD-2026-61013

The HTTPPasswordMgr class in the urllib.request module, along with its subclasses HTTPPasswordMgrWithDefaultRealm and HTTPPasswordMgrWithPriorAuth, did not take the URL scheme into account when matching stored credentials against a requested URL. Credentials added for an https:// URL were also us...

6CVSS5.4AI score0.00372EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 3 days ago6 views

CVE-2026-15806

The HTTPPasswordMgr class in the urllib.request module, along with its subclasses HTTPPasswordMgrWithDefaultRealm and HTTPPasswordMgrWithPriorAuth, did not take the URL scheme into account when matching stored credentials against a requested URL. Credentials added for an https:// URL were also us...

6CVSS5.4AI score0.00372EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 3 days ago6 views

CVE-2026-15806 `HTTPPasswordMgr` can send saved HTTPS credentials via HTTP because of incorrect scheme matching

The HTTPPasswordMgr class in the urllib.request module, along with its subclasses HTTPPasswordMgrWithDefaultRealm and HTTPPasswordMgrWithPriorAuth, did not take the URL scheme into account when matching stored credentials against a requested URL. Credentials added for an https:// URL were also us...

6CVSS5.4AI score0.00372EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago6 views

PSF-2026-36

The HTTPPasswordMgr class in the urllib.request module, along with its subclasses HTTPPasswordMgrWithDefaultRealm and HTTPPasswordMgrWithPriorAuth, did not take the URL scheme into account when matching stored credentials against a requested URL. Credentials added for an https:// URL were also us...

6CVSS5.5AI score0.00372EPSS
SaveExploits0References7
Cvelist
Cvelist
added 3 days ago25 views

CVE-2026-15806 `HTTPPasswordMgr` can send saved HTTPS credentials via HTTP because of incorrect scheme matching

The HTTPPasswordMgr class in the urllib.request module, along with its subclasses HTTPPasswordMgrWithDefaultRealm and HTTPPasswordMgrWithPriorAuth, did not take the URL scheme into account when matching stored credentials against a requested URL. Credentials added for an https:// URL were also us...

6CVSS0.00372EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago3 views

CVE-2026-15806 `HTTPPasswordMgr` can send saved HTTPS credentials via HTTP because of incorrect scheme matching

The HTTPPasswordMgr class in the urllib.request module, along with its subclasses HTTPPasswordMgrWithDefaultRealm and HTTPPasswordMgrWithPriorAuth, did not take the URL scheme into account when matching stored credentials against a requested URL. Credentials added for an https:// URL were also us...

6CVSS5.5AI score
SaveExploits0References11
CVE
CVE
added 3 days ago32 views

CVE-2026-15806

In Python's urllib.request, HTTPPasswordMgr ignored URL scheme when matching stored credentials, allowing HTTPS credentials to be sent over HTTP if an attacker redirected or downgraded the client, exposing them in cleartext. The fix scopes credential matching by scheme while preserving bare-autho...

6CVSS5.4AI score0.00372EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 3 days ago7 views

CVE-2026-12564

A flaw was found in the AAP Controller's HashiCorp Vault credential plugin. The kubernetesauth function in awxplugins/credentials/hashivault.py reads the controller pod's Kubernetes service account token and sends it to an attacker-controlled URL when a HashiCorp Vault Secret Lookup credential wi...

9.6CVSS5.4AI score0.00259EPSS
SaveExploits0References3
Cvelist
Cvelist
added 3 days ago25 views

CVE-2026-12564 Automation-controller: automation-controller: kubernetes service account token exfiltration via hashicorp vault credential ssrf

A flaw was found in the AAP Controller's HashiCorp Vault credential plugin. The kubernetesauth function in awxplugins/credentials/hashivault.py reads the controller pod's Kubernetes service account token and sends it to an attacker-controlled URL when a HashiCorp Vault Secret Lookup credential wi...

9.6CVSS0.00259EPSS
SaveExploits0References2
CVE
CVE
added 3 days ago32 views

CVE-2026-12564

A flaw was found in the AAP Controller's HashiCorp Vault credential plugin. The kubernetesauth function in awxplugins/credentials/hashivault.py reads the controller pod's Kubernetes service account token and sends it to an attacker-controlled URL when a HashiCorp Vault Secret Lookup credential wi...

9.6CVSS5.5AI score0.00259EPSS
SaveExploits0References2
EUVD
EUVD
added 3 days ago9 views

EUVD-2026-61012

A flaw was found in the AAP Controller's HashiCorp Vault credential plugin. The kubernetesauth function in awxplugins/credentials/hashivault.py reads the controller pod's Kubernetes service account token and sends it to an attacker-controlled URL when a HashiCorp Vault Secret Lookup credential wi...

9.6CVSS5.4AI score0.00259EPSS
SaveExploits0References2
Rows per page
Query Builder