Lucene search
+L

949 matches found

Snyk
Snyk
added 2026/04/30 5:19 p.m.6 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the FilterDeadline process. An attacker can access internal network services and potentially exfiltrate sensitive information by submitting URLs with uppercase schemes that bypass the deny-list...

9.3CVSS5.8AI score0.01559EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/04/30 5:19 p.m.24 views

Gotenberg has case-insensitive URL scheme that bypasses webhook and downloadFrom deny-list SSRF protection

Vulnerability Details CWE: CWE-918 - Server-Side Request Forgery SSRF The default private-IP deny-lists for --webhook-deny-list and --api-download-from-deny-list use a case-sensitive regex ^https?://. Any uppercase URL scheme variant HTTP://, HTTPS://, Http:// bypasses the pattern. Go's...

7.8CVSS5.3AI score0.01559EPSS
SaveExploits1References6Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/30 2:47 p.m.20 views

CVE-2026-3861

LINE client for iOS versions prior to 26.3.0 contains a vulnerability in the in-app browser where opening a crafted web page can repeatedly trigger OS-level dialogs due to insufficient safeguards when handling arbitrary URL schemes, potentially causing the iOS device to become temporarily...

7.1CVSS5.3AI score0.00305EPSS
SaveExploits0References1
curl security advisories
curl security advisories
added 2026/04/29 8:00 a.m.17 views

proxy credentials leak over redirect-to proxy

curl might erroneously pass on credentials for a first proxy to a second proxy. This can happen when the following conditions are true: 1. curl is setup to use specific different proxies for different URL schemes 2. the first proxy needs credentials 3. the second proxy uses no credentials 4. whil...

5.9CVSS5.2AI score0.00719EPSS
SaveExploits1References1Affected Software2
Positive Technologies
Positive Technologies
added 2026/04/29 12:00 a.m.20 views

PT-2026-35894

Name of the Vulnerable Software and Affected Versions curl affected versions not specified Description curl may erroneously pass credentials intended for a first proxy to a second proxy. This occurs when curl is configured to use different proxies for different URL schemes, the first proxy requir...

7.5CVSS5.2AI score0.00719EPSS
SaveExploits4References60
NVD
NVD
added 2026/04/22 2:16 p.m.14 views

CVE-2026-31458

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: check contexts-nr before accessing contextsarr0 Multiple sysfs command paths dereference contextsarr0 without first verifying that kdamond-contexts-nr == 1. A user can set nrcontexts to 0 via sysfs while DAMON is...

5.5CVSS0.00122EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/04/17 9:00 p.m.9 views

Cross-site Scripting (XSS)

Overview i18nextify is an enables localization of any page with zero effort Affected versions of this package are vulnerable to Cross-site Scripting XSS via replaceInside, used by the translateProps function in src/localize.js when untrusted translation values containing dangerous URL schemes suc...

4.7CVSS5.6AI score0.00144EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/17 3:31 p.m.11 views

GHSA-C97M-VXHJ-P7J6 goldmark vulnerable to Cross-site Scripting (XSS)

Versions of the package github.com/yuin/goldmark/renderer/html before 1.7.17 are vulnerable to Cross-site Scripting XSS due to improper ordering of URL validation and normalization. The renderer validates link destinations using a prefix-based check IsDangerousURL before resolving HTML entities...

6.1CVSS6AI score0.00287EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/17 3:31 p.m.12 views

goldmark vulnerable to Cross-site Scripting (XSS)

Versions of the package github.com/yuin/goldmark/renderer/html before 1.7.17 are vulnerable to Cross-site Scripting XSS due to improper ordering of URL validation and normalization. The renderer validates link destinations using a prefix-based check IsDangerousURL before resolving HTML entities...

6.1CVSS6AI score0.00287EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/04/17 3:31 p.m.15 views

EUVD-2026-22836

Versions of the package github.com/yuin/goldmark/renderer/html before 1.7.17 are vulnerable to Cross-site Scripting XSS due to improper ordering of URL validation and normalization. The renderer validates link destinations using a prefix-based check IsDangerousURL before resolving HTML entities...

6.1CVSS6.1AI score0.00287EPSS
SaveExploits0References3
Veracode
Veracode
added 2026/04/15 3:32 p.m.15 views

Cross-site Scripting (XSS)

Unhead is vulnerable to Cross-site Scripting XSS. The vulnerability is due to improper decoding and validation of HTML entities in URI schemes, which allows an attacker to bypass protocol checks using padded entities and inject malicious scripts into the rendered HTML...

6.1CVSS5.7AI score0.00285EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2026/04/15 6:16 a.m.10 views

CVE-2026-5160

Versions of the package github.com/yuin/goldmark/renderer/html before 1.7.17 are vulnerable to Cross-site Scripting XSS due to improper ordering of URL validation and normalization. The renderer validates link destinations using a prefix-based check IsDangerousURL before resolving HTML entities...

6.1CVSS0.00287EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/15 5:00 a.m.46 views

CVE-2026-5160

Summary: CVE-2026-5160 affects the Go package github.com/yuin/goldmark/renderer/html prior to 1.7.17, where cross-site scripting (XSS) can occur due to the order of URL validation and entity resolution. The renderer checks destinations with IsDangerousURL before HTML entity decoding, allowing an ...

6.1CVSS6.1AI score0.00287EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/04/15 5:00 a.m.37 views

CVE-2026-5160

Versions of the package github.com/yuin/goldmark/renderer/html before 1.7.17 are vulnerable to Cross-site Scripting XSS due to improper ordering of URL validation and normalization. The renderer validates link destinations using a prefix-based check IsDangerousURL before resolving HTML entities...

6.1CVSS0.00287EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/14 11:35 p.m.11 views

GHSA-3M9M-24VH-39WX Server-Side Request Forgery (SSRF) in Craft CMS with Asset Uploads Mutations

Required Permissions The exploitation requires a few permissions to be enabled in the used GraphQL schema: "Edit assets in the volume" "Create assets in the volume" Details The implementation fails to restrict the URL Scheme. While the application is intended to "upload assets", there is no...

7CVSS5.8AI score0.00275EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/04/09 5:54 p.m.26 views

CVE-2026-39315 Unhead has a hasDangerousProtocol() bypass via leading-zero padded HTML entities in useHeadSafe()

Unhead is a document head and template manager. Prior to 2.1.13, useHeadSafe is the composable that Nuxt's own documentation explicitly recommends for rendering user-supplied content in safely. Internally, the hasDangerousProtocol function in packages/unhead/src/plugins/safe.ts decodes HTML...

6.1CVSS0.00285EPSS
SaveExploits1References3
CVE
CVE
added 2026/04/09 5:54 p.m.60 views

CVE-2026-39315

Unhead (document head/template manager) contains a vulnerability in useHeadSafe() where hasDangerousProtocol() decodes HTML entities before blocked-scheme checks. The decoder uses two fixed-width regexes; HTML5 allows leading zeros in numeric character references, and when a padded entity exceeds...

6.1CVSS5.9AI score0.00285EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/04/08 6:01 p.m.26 views

CVE-2026-34718 Zammad improperly neutralizes of script-related HTML tags in ticket articles

Zammad is a web based open source helpdesk/customer support system. Prior to 7.0.1 and 6.5.4, the HTML sanitizer for ticket articles was missing proper sanitization of data: ... URI schemes, resulting in storing such malicious content in the database of the Zammad instance. The Zammad GUI is...

5.3CVSS0.00149EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/04/08 12:00 a.m.16 views

Zammad 安全漏洞

Zammad is a ticketing management software developed by the German company Zammad. Versions of Zammad prior to 7.0.1 and 6.5.4 contained security vulnerabilities. These vulnerabilities were due to improper cleaning of data: URI schemes by the HTML cleaner, which could allow the storage of maliciou...

6.1CVSS5.8AI score0.00149EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/04/06 11:25 p.m.8 views

SUSE CVE-2026-27018

Gotenberg is an API for converting document formats. Prior to version 8.29.0, the fix introduced for CVE-2024-21527 can be bypassed using mixed-case or uppercase URL schemes. This issue has been patched in version 8.29.0...

8.8CVSS5.7AI score0.01701EPSS
SaveExploits1References3
Rows per page
Query Builder