Lucene search
+L

2083 matches found

ATTACKERKB
ATTACKERKB
added 2026/07/07 5:41 p.m.10 views

CVE-2026-7017

HTTP::Tiny versions before 0.095 for Perl forward credential headers to cross-origin redirect targets. When the server returns a 3xx redirect, mayberedirect follows the Location: header and prepareheadersandcb re-merges the caller's headers argument into the new request, without checking whether...

7.1CVSS6AI score0.00403EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/07 5:41 p.m.24 views

EUVD-2026-42072

HTTP::Tiny versions before 0.095 for Perl forward credential headers to cross-origin redirect targets. When the server returns a 3xx redirect, mayberedirect follows the Location: header and prepareheadersandcb re-merges the caller's headers argument into the new request, without checking whether...

7.1CVSS6AI score0.00403EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/07 12:00 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-13769

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Overly permissive file permissions in AWS CLI before 1.44.78 v1 and 2.34.29 v2 on Unix-like systems where the umask has not been configured to restrict file...

6.8CVSS5.4AI score0.00164EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/06 9:37 p.m.15 views

9routers has Exposure of Sensitive Information and Unprotected Database Import/Export, Allowing Complete Credential Theft and Database Takeover

Summary The /api/settings/database endpoint allows full database export containing all credentials, API keys, OAuth tokens, and settings and full database import complete overwrite without any authentication requirement beyond the ALWAYSPROTECTED middleware check, which only validates JWT or CLI...

9.9CVSS6AI score0.00685EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2026/07/06 7:52 p.m.17 views

CVE-2026-13769

A flaw was found in AWS CLI. Overly permissive file permissions on Unix-like systems, where the umask has not been configured to restrict file permissions, may allow other local users on the same host to read credentials. This occurs when certain AWS CLI subcommands, such as aws codeartifact logi...

6.8CVSS5.9AI score0.00164EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/06 7:16 p.m.15 views

CVE-2026-13753

Certain HP DeskJet All-in-One printers may be potentially vulnerable to information disclosure that allows an unauthenticated attacker to access sensitive information through exposed APIs...

7.5CVSS0.00459EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/07/06 6:00 p.m.10 views

CVE-2026-13753

A missing authorization vulnerability exists in the embedded webserver of HP Deskjet 2800 Series Printers running firmware version =TBP1CN2612AR. An unauthenticated attacker with network access can send GET requests to multiple exposed administrative API endpoints and retrieve sensitive...

7.5CVSS6AI score0.00459EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/06 11:15 a.m.11 views

USN-8506-1 request-tracker5 vulnerabilities

Aleksander Iwicki discovered that Request Tracker did not properly sanitize the search "Page" URL parameter. A remote attacker could possibly use this issue to conduct a reflected cross-site scripting attack. CVE-2026-6841 It was discovered that Request Tracker did not properly sanitize user-...

9.1CVSS5.9AI score0.00411EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/06 8:11 a.m.19 views

CVE-2026-49365

Generation of Error Message Containing Sensitive Information vulnerability in Apache Camel Netty HTTP component. The camel-netty-http HTTP server consumer exposes a muteException option that controls what is returned to the client when a route processing error occurs. This option defaulted to fal...

5.8AI score0.00574EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/07/06 8:09 a.m.43 views

CVE-2026-48206 Apache Camel JIRA: A set of non-Camel-prefixed Exchange header constants bypass the HTTP header filter, allowing an HTTP client to drive arbitrary JIRA issue operations using the endpoint's configured credentials

Improper Input Validation, Authorization Bypass Through User-Controlled Key vulnerability in Apache Camel JIRA component. The camel-jira producers read their operation parameters - the issue key, project key, transition id, summary, type, assignee, components, watchers, link type, work-log minute...

0.00552EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/06 7:18 a.m.50 views

CVE-2026-14808 PROG MIS|Prog Management System - Exposure of Sensitive Information

Prog Management System developed by PROG MIS has a Exposure of Sensitive Information vulnerability, allowing unauthenticated remote attackers to view a specific page and obtain the database account and password...

9.8CVSS0.00689EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/06 12:00 a.m.28 views

PT-2026-55961

Name of the Vulnerable Software and Affected Versions HP Deskjet 2800 Series Printers versions prior to TBP1CN2612AR Description A missing authorization flaw exists in the embedded webserver. An unauthenticated attacker with network access can bypass administrative controls by sending GET request...

7.5CVSS6AI score0.00459EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
added 2026/07/06 12:00 a.m.20 views

PT-2026-57884

Name of the Vulnerable Software and Affected Versions 9Router versions prior to 0.4.42 Description An unauthenticated access issue exists due to missing authentication middleware in the Next.js API routes located under src/app/api/providers/. This allows remote attackers to interact with provider...

10CVSS6.1AI score0.02908EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2026/07/03 3:11 a.m.12 views

SUSE CVE-2026-44487

Axios is a promise based HTTP client for the browser and Node.js. Prior to 0.32.0 and 1.16.0, Axios's Node.js HTTP adapter may forward a Proxy-Authorization header to a redirected origin during specific proxy-to-direct redirect flows. This affects Node.js usage, where an initial HTTP request is...

8.2CVSS5.9AI score0.00664EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2026/07/02 8:16 p.m.29 views

@nuxt/ui: UAuthForm / UForm SSR markup omits `method`, leaking credentials via GET if submitted before hydration

Summary UForm and UAuthForm render a server-side element with no method and no action attribute, relying on a hydrated @submit.prevent handler to intercept submission. If a user submits the form before Vue hydration has attached the handler autofill plus Enter on a slow network, JS bundle blocked...

5.8AI score
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/07/02 7:41 p.m.41 views

CVE-2026-59095

CVE-2026-59095 affects LobeChat prior to 2.2.10-canary.18. It is a server-side request forgery (SSRF) vulnerability where authenticated attackers can supply input to the skill import service (importFromUrl) and topic cover update (fetchImageFromUrl) endpoints that use the global fetch without the...

8.3CVSS5.9AI score0.00402EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/02 7:39 p.m.53 views

CVE-2026-59092 JuiceFS - Authentication Bypass via pprof and metrics Endpoints

JuiceFS through 1.3.1, fixed in commit a46979c, contains an authentication bypass vulnerability that allows unauthenticated remote attackers to access sensitive debug and metrics endpoints by exploiting improper handler registration on the shared http.DefaultServeMux. Attackers can request the...

7.7CVSS0.00377EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/02 7:39 p.m.10 views

CVE-2026-59092

JuiceFS through 1.3.1, fixed in commit a46979c, contains an authentication bypass vulnerability that allows unauthenticated remote attackers to access sensitive debug and metrics endpoints by exploiting improper handler registration on the shared http.DefaultServeMux. Attackers can request the...

7.7CVSS5.9AI score0.00377EPSS
SaveExploits0References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/02 4:17 p.m.15 views

Security Bulletin: IBM SPSS Modeler is affected by multiple vulnerabilities in DataView

Summary IBM SPSS Modeler is affected by multiple vulnerabilities in DataView. This has been addressed in the remediation section. Vulnerability Details CVEID:CVE-2019-17598 DESCRIPTION: An issue was discovered in Lightbend Play Framework 2.5.x through 2.6.23. When configured to make requests usin...

8.1CVSS6.6AI score0.09254EPSS
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/02 12:00 a.m.22 views

PT-2026-55293

Name of the Vulnerable Software and Affected Versions JuiceFS versions prior to 1.3.2 Description An authentication bypass exists due to improper handler registration on the shared http.DefaultServeMux. This allows unauthenticated remote attackers to access sensitive debug and metrics endpoints...

7.7CVSS6AI score0.00377EPSS
SaveExploits0References7
Rows per page
Query Builder