Lucene search
+L
GithubRecent

34386 matches found

Github Security Blog
Github Security Blog
added 2026/02/18 10:44 p.m.23 views

Fabric.js Affected by Stored XSS via SVG Export

fabric.js applies escapeXml to text content during SVG export src/shapes/Text/TextSVGExportMixin.ts:186 but fails to apply it to other user-controlled string values that are interpolated into SVG attribute markup. When attacker-controlled JSON is loaded via loadFromJSON and later exported via...

7.6CVSS6AI score0.00281EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:44 p.m.12 views

OpenClaw affected by Stored XSS in Control UI via unsanitized assistant name/avatar in inline script injection

Summary Stored XSS in the OpenClaw Control UI when rendering assistant identity name/avatar into an inline tag without script-context-safe escaping. A crafted value containing could break out of the script tag and execute attacker-controlled JavaScript in the Control UI origin. Affected Packages ...

5.8CVSS5.8AI score0.00228EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:44 p.m.12 views

OpenClaw hardened the skill download target directory validation

Affected Packages / Versions - Package: openclaw npm - Affected versions: = 2026.2.14 - Fixed in: planned release 2026.2.15 Impact A bug in download skill installation allowed targetDir values from skill frontmatter to resolve outside the per-skill tools directory if not strictly validated. In th...

6.8CVSS5.4AI score0.00166EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:44 p.m.19 views

OpenClaw's sandbox config hash sorted primitive arrays and suppressed needed container recreation

Description normalizeForHash in src/agents/sandbox/config-hash.ts recursively sorted arrays that contained only primitive values. This made order-sensitive sandbox configuration arrays hash to the same value even when order changed. In OpenClaw sandbox flows, this hash is used to decide whether...

4.8CVSS5.6AI score0.00157EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:43 p.m.11 views

OpenClaw session tool visibility hardening and Telegram webhook secret fallback

Vulnerability In some shared-agent deployments, OpenClaw session tools sessionslist, sessionshistory, sessionssend allowed broader session targeting than some operators intended. This is primarily a configuration/visibility-scoping issue in multi-user environments where peers are not equally...

6.9CVSS5.6AI score0.00105EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:43 p.m.25 views

OpenClaw: Telegram bot token exposure via logs

Vulnerability Telegram bot tokens can appear in error messages and stack traces for example, when request URLs include https://api.telegram.org/bot/.... OpenClaw previously logged these strings without redaction, which could leak the bot token into logs, crash reports, CI output, or support...

6.9CVSS5.6AI score0.00142EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:42 p.m.15 views

OpenClaw: Docker container escape via unvalidated bind mount config injection

Summary A configuration injection issue in the Docker tool sandbox could allow dangerous Docker options bind mounts, host networking, unconfined profiles to be applied, enabling container escape or host data access. Affected Packages / Versions - Package: openclaw npm - Affected versions: =...

9.8CVSS5.5AI score0.00479EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:42 p.m.24 views

OpenClaw: Unsanitized CWD path injection into LLM prompts

Overview OpenClaw embedded the current working directory workspace path into the agent system prompt without sanitization. If an attacker can cause OpenClaw to run inside a directory whose name contains control/format characters for example newlines or Unicode bidi/zero-width markers, those...

8.6CVSS5.5AI score0.00205EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:41 p.m.37 views

Keras has a Local File Disclosure via HDF5 External Storage During Keras Weight Loading

Summary TensorFlow / Keras continues to honor HDF5 “external storage” and ExternalLink features when loading weights. A malicious .weights.h5 or a .keras archive embedding such weights can direct loadweights to read from an arbitrary readable filesystem path. The bytes pulled from that path...

7.5CVSS5.8AI score0.00298EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:41 p.m.13 views

pypdf possibly has long runtimes for malformed FlateDecode streams

Impact An attacker who uses this vulnerability can craft a PDF which leads to long runtimes. This requires a malformed /FlateDecode stream, where the byte-by-byte decompression is used. Patches This has been fixed in pypdf==6.7.1. Workarounds If you cannot upgrade yet, consider applying the chang...

6.9CVSS5.5AI score0.00168EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:41 p.m.11 views

pypdf has possible long runtimes/large memory usage for large /ToUnicode streams

Impact An attacker who uses this vulnerability can craft a PDF which leads to long runtimes and large memory consumption. This requires parsing the /ToUnicode entry of a font with unusually large values, for example during text extraction. Patches This has been fixed in pypdf==6.7.1. Workarounds ...

6.9CVSS5.5AI score0.00168EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:40 p.m.10 views

pypdf has a possible infinite loop when processing TreeObject

Impact An attacker who uses this vulnerability can craft a PDF which leads to an infinite loop. This requires accessing the children of a TreeObject, for example as part of outlines. Patches This has been fixed in pypdf==6.7.1. Workarounds If you cannot upgrade yet, consider applying the changes...

6.9CVSS5.5AI score0.00168EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:40 p.m.12 views

RediSearch Query Injection in @langchain/langgraph-checkpoint-redis

Summary A query injection vulnerability exists in the @langchain/langgraph-checkpoint-redis package's filter handling. The RedisSaver and ShallowRedisSaver classes construct RediSearch queries by directly interpolating user-provided filter keys and values without proper escaping. RediSearch has...

6.5CVSS5.8AI score0.03726EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:38 p.m.189 views

minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern

Summary minimatch is vulnerable to Regular Expression Denial of Service ReDoS when a glob pattern contains many consecutive wildcards followed by a literal character that doesn't appear in the test string. Each compiles to a separate ^/? regex group, and when the match fails, V8's regex engine...

8.7CVSS5.3AI score0.00519EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:37 p.m.12 views

filippo.io/edwards25519 MultiScalarMult produces invalid results or undefined behavior if receiver is not the identity

Point.MultiScalarMult failed to initialize its receiver. If the method was called on an initialized point that is not the identity point, MultiScalarMult produced an incorrect result. If the method was called on an uninitialized point, the behavior was undefined. In particular, if the receiver wa...

6.3CVSS5.6AI score0.00366EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:36 p.m.26 views

Command Injection via Unsanitized `locate` Output in `versions()` — systeminformation

Command Injection via Unsanitized locate Output in versions — systeminformation Package: systeminformation npm Tested Version: 5.30.7 Affected Platform: Linux Author: Sebastian Hildebrandt Weekly Downloads: 5,000,000+ Repository: https://github.com/sebhildebrandt/systeminformation Severity: Mediu...

8.8CVSS6.1AI score0.0115EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:36 p.m.179 views

Go Ethereum Improperly Validates the ECIES Public Key in RLPx Handshake

Impact Through a flaw in the ECIES cryptography implementation, an attacker may be able to extract bits of the p2p node key. Patches The issue is resolved in the v1.16.9 and v1.17.0 releases of Geth. We recommend rotating the node key after applying the upgrade, which can be done by removing the...

7.5CVSS5.5AI score0.00447EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:35 p.m.11 views

Go Ethereum affected by DoS via malicious p2p message

Impact A vulnerable node can be forced to shutdown/crash using a specially crafted message. More details to be released later. Patches The problem is resolved in the v1.16.9 and v1.17.0 releases of Geth. Credit This issue was reported to the Ethereum Foundation Bug Bounty Program by Waleed Ahmed...

8.7CVSS5.5AI score0.0058EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:34 p.m.19 views

Go Ethereum affected by DoS via malicious p2p message

Impact An attacker can cause high memory usage by sending a specially-crafted p2p message. More details to be released later. Patches The issue is resolved in the v1.17.0 release. Credit This issue was reported to the Ethereum Foundation Bug Bounty Program by @revofusion...

7.5CVSS5.5AI score0.00578EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:33 p.m.35 views

uTLS has a fingerprint vulnerability from missing padding extension for Chrome 120

The padding extension was incorrectly removed in utls for the non-pq variant of Chrome 120 fingerprint. Chrome removed this extension only when sending pq keyshares. Only this fingerprint is affected since newer fingerprints have pq keyshares by default and older fingerprints have this extension...

5.5AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:33 p.m.9 views

uTLS has a fingerprint vulnerability from GREASE ECH mismatch for Chrome parrots

There is a fingerprint mismatch with Chrome when using GREASE ECH, having to do with ciphersuite selection. When Chrome selects the preferred ciphersuite in the outer ClientHello and the ciphersuite for ECH, it does so consistently based on hardware support. That means, for example, if it prefers...

5.3CVSS5.5AI score0.00154EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:31 p.m.12 views

LibreNMS has a Time-Based Blind SQL Injection in address-search.inc.php

Summary A time-based blind SQL injection vulnerability exists in address-search.inc.php via the address parameter. When a crafted subnet prefix is supplied, the prefix value is concatenated directly into an SQL query without proper parameter binding, allowing an attacker to manipulate query logic...

8.8CVSS6AI score0.04054EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:30 p.m.11 views

LibreNMS has a Stored XSS in Alert Rule

Summary A stored Cross-Site Scripting XSS vulnerability exists in LibreNMS " . e$ruledisplay . " PoC Request PoC: POST /alert-rule HTTP/1.1 Host: 192.168.236.131 User-Agent: Mozilla/5.0 X11; Linux x8664; rv:140.0 Gecko/20100101 Firefox/140.0 Accept: application/json, text/javascript, /; q=0.01...

4.8CVSS5.5AI score0.00238EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:30 p.m.14 views

LibreNMS: SQL Injection in ajax_table.php spreads through a covert data stream.

Summary SQL Injection in IPv6 Address Search functionality via address parameter A SQL injection vulnerability exists in the ajaxtable.php endpoint. The application fails to properly sanitize or parameterize user input when processing IPv6 address searches. Specifically, the address parameter is...

9.3CVSS6.7AI score0.0744EPSS
SaveExploits2References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:8 p.m.17 views

LibreNMS has a Stored XSS in Custom OID - unit parameter missing strip_tags()

Summary The unit parameter in Custom OID functionality lacks striptags sanitization while other fields name, oid, datatype are sanitized. The unsanitized value is stored in the database and rendered without HTML escaping, allowing Stored XSS. Details Vulnerable Input Processing...

5.4CVSS5.4AI score0.00227EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:7 p.m.10 views

LibreNMS /port-groups name Stored Cross-Site Scripting

Summary /port-groups name Stored Cross-Site Scripting - HTTP POST - Request-URIs: "/port-groups" - Vulnerable parameters: "name" - Attacker must be authenticated with "admin" privileges. - When a user adds a port group, an HTTP POST request is sent to the Request-URI "/port-groups". The name of t...

5.1CVSS5.5AI score0.00216EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:7 p.m.13 views

LibreNMS /device-groups name Stored Cross-Site Scripting

Summary /device-groups name Stored Cross-Site Scripting - HTTP POST - Request-URIs: "/device-groups" - Vulnerable parameters: "name" - Attacker must be authenticated with "admin" privileges. - When a user adds a device group, an HTTP POST request is sent to the Request-URI "/device-groups". The...

5.1CVSS5.5AI score0.00216EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 10:7 p.m.10 views

LibreNMS affected by reflected xss via email field

Summary reflected xss via email field Details 1. visit http://127.0.0.1/settings/alerting/email 2. in the email address input but this payload 3. notice the alert PoC - video attached with the report https://github.com/user-attachments/assets/c1b443f5-85c6-4545-b04f-def06d82b42e Impact can lead t...

6.1CVSS5.5AI score0.00291EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 9:57 p.m.22 views

Nokogiri does not check the return value from xmlC14NExecute

Summary Nokogiri's CRuby extension fails to check the return value from xmlC14NExecute in the method Nokogiri::XML::Documentcanonicalize and Nokogiri::XML::Nodecanonicalize. When canonicalization fails, an empty string is returned instead of raising an exception. This incorrect return value may...

5.6AI score
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 9:51 p.m.13 views

Systeminformation has a Command Injection via unsanitized interface parameter in wifi.js retry path

Summary A command injection vulnerability in the wifiNetworks function allows an attacker to execute arbitrary OS commands via an unsanitized network interface parameter in the retry code path. Details In lib/wifi.js, the wifiNetworks function sanitizes the iface parameter on the initial call lin...

8.4CVSS6.5AI score0.01233EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 9:50 p.m.14 views

Ghost has a SQL injection in Content API

Impact A SQL injection vulnerability existed in Ghost's Content API that allowed unauthenticated attackers to read arbitrary data from the database. Vulnerable Versions This vulnerability is present in Ghost v3.24.0 to v6.19.0. Patches v6.19.1 contains a fix for this issue. Note: as this...

9.4CVSS6.2AI score0.69332EPSS
SaveExploits7References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 9:45 p.m.11 views

Improper Control of Generation of Code ('Code Injection') in @tygo-van-den-hurk/slyde

Impact This is a remote code execution RCE vulnerability. Node.js automatically imports /.plugin.js,mjs files including those from nodemodules, so any malicious package with a .plugin.js file could execute arbitrary code when installed or required. All projects using this loading behavior are...

9.8CVSS6.5AI score0.0054EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 9:31 p.m.15 views

mingSoft MCMS does not properly restrict file uploads

A flaw has been found in mingSoft MCMS 6.1.1. The affected element is an unknown function of the file /ms/file/uploadTemplate.do of the component Template Archive Handler. Executing a manipulation of the argument File can lead to unrestricted upload. The attack can be launched remotely. The explo...

7.2CVSS5.3AI score0.00362EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 6:30 p.m.12 views

OpenStack Nova calls qemu-img without format restrictions for resize

An issue was discovered in OpenStack Nova before 30.2.2, 31 before 31.2.1, and 32 before 32.1.1. By writing a malicious QCOW header to a root or ephemeral disk and then triggering a resize, a user may convince Nova's Flat image backend to call qemu-img without a format restriction, resulting in a...

8.2CVSS5.5AI score0.00341EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 6:30 p.m.7 views

NLTK has a Zip Slip Vulnerability

A critical vulnerability exists in the NLTK downloader component of nltk/nltk, affecting all versions. The unzipiter function in nltk/downloader.py uses zipfile.extractall without performing path validation or security checks. This allows attackers to craft malicious zip packages that, when...

10CVSS6.6AI score0.0079EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 5:45 p.m.17 views

Picklescan (scan_pytorch) Bypass via dynamic eval MAGIC_NUMBER

Summary This is a scanning bypass to scanpytorch function in picklescan. As we can see in the implementation of getmagicnumber that uses pickletools.genopsdata to get the magicnumber with the condition opcode.name includes INT or LONG, but the PyTorch's implemtation simply uses picklemodule.load ...

7.1CVSS5.6AI score0.00434EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 5:45 p.m.20 views

OpenClaw has an authentication bypass in sandbox browser bridge server

Summary openclaw could start the sandbox browser bridge server without authentication. When the sandboxed browser is enabled, openclaw runs a local loopback HTTP bridge that exposes browser control endpoints for example /profiles, /tabs, /tabs/open, /agent/. Due to missing auth wiring in the...

8.5CVSS5.6AI score0.00142EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 5:45 p.m.37 views

OpenClaw has two SSRF via sendMediaFeishu and markdown image fetching in Feishu extension

Summary The Feishu extension could fetch attacker-controlled remote URLs in two paths without SSRF protections: - sendMediaFeishumediaUrl - Feishu DocX markdown image URLs write/append - image processing Affected versions - = 2026.2.14 Impact If an attacker can influence tool calls directly or vi...

9.3CVSS5.6AI score0.00275EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 5:44 p.m.13 views

OpenClaw has a LFI in BlueBubbles media path handling

Summary The BlueBubbles extension accepted attacker-controlled local filesystem paths via mediaPath and could read arbitrary local files from disk before sending them as media attachments. Details When sendBlueBubblesMedia received a non-HTTP media source, the previous implementation resolved it ...

8.2CVSS5.7AI score0.00292EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 5:41 p.m.36 views

OpenClaw: Process Safety - Unvalidated PID Kill via SIGKILL in Process Cleanup

Summary OpenClaw CLI process cleanup used system-wide process enumeration and pattern matching to terminate processes without verifying they were owned by the current OpenClaw process. On shared hosts, unrelated processes could be terminated if they matched the pattern. Affected Packages / Versio...

5.3CVSS5.5AI score0.00292EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 5:41 p.m.25 views

OpenClaw Chutes manual OAuth state validation bypass can cause credential substitution

Summary The manual Chutes OAuth login flow could accept attacker-controlled callback input in a way that bypassed OAuth CSRF state validation, potentially resulting in credential substitution. Impact If an attacker can convince a user to paste attacker-provided OAuth callback data during the manu...

7.1CVSS5.7AI score0.00133EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 5:39 p.m.21 views

OpenClaw: Prevent shell injection in macOS keychain credential write

Summary On macOS, the Claude CLI keychain credential refresh path constructed a shell command to write the updated JSON blob into Keychain via security add-generic-password -w .... Because OAuth tokens are user-controlled data, this created an OS command injection risk. The fix avoids invoking a...

8CVSS5.6AI score0.012EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 5:38 p.m.12 views

OpenClaw has a path traversal in browser trace/download output paths may allow arbitrary file writes

Summary OpenClaw’s browser control API accepted user-supplied output paths for trace/download files without consistently constraining writes to OpenClaw-managed temporary directories. Impact If an attacker can access the browser control API, they could attempt to write trace/download output files...

9.1CVSS5.6AI score0.00425EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 5:37 p.m.18 views

OpenClaw has a Path Traversal in Browser Download Functionality

Summary OpenClaw browser download helpers accepted an unsanitized output path. When invoked via the browser control gateway routes, this allowed path traversal to write downloads outside the intended OpenClaw temp downloads directory. This issue is not exposed via the AI agent tool schema no...

6.7CVSS5.5AI score0.00199EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 3:31 p.m.13 views

Jenkins has a build information disclosure vulnerability through Run Parameter

Jenkins 2.550 and earlier, LTS 2.541.1 and earlier accepts Run Parameter values that refer to builds the user submitting the build does not have access to, allowing attackers with Item/Build and Item/Configure permission to obtain information about the existence of jobs, the existence of builds,...

4.3CVSS5.5AI score0.00333EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 3:31 p.m.12 views

Jenkins has a stored XSS vulnerability in node offline cause description

Jenkins 2.483 through 2.550 both inclusive, LTS 2.492.1 through 2.541.1 both inclusive does not escape the user-provided description of the "Mark temporarily offline" offline cause, resulting in a stored cross-site scripting XSS vulnerability exploitable by attackers with Agent/Configure or...

8CVSS5.1AI score0.00464EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 3:31 p.m.33 views

Hugging Face Smolagents has a Server-Side Request Forgery issue

A weakness has been identified in huggingface smolagents 1.24.0. Impacted is the function requests.get/requests.post of the component LocalPythonExecutor. Executing a manipulation can lead to server-side request forgery. It is possible to launch the attack remotely. The exploit has been made...

9.8CVSS5.5AI score0.00379EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 3:31 p.m.13 views

NVIDIA NeMo Framework Deserializes Untrusted Data

NVIDIA NeMo Framework contains a vulnerability where an attacker could cause remote code execution by convincing a user to load a maliciously crafted file. A successful exploit of this vulnerability might lead to code execution, denial of service, information disclosure, and data tampering...

7.8CVSS6.5AI score0.00187EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 3:31 p.m.10 views

NVIDIA NeMo Framework contains a vulnerability where malicious data could cause remote code execution

NVIDIA NeMo Framework contains a vulnerability where malicious data could cause remote code execution. A successful exploit of this vulnerability might lead to code execution, escalation of privileges, information disclosure, and data tampering...

8.8CVSS6.1AI score0.00521EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/18 3:25 p.m.14 views

opa-envoy-plugin has an Authorization Bypass via Double-Slash Path Misinterpretation in input.parsed_path

A security vulnerability has been discovered in how the input.parsedpath field is constructed. HTTP request paths are treated as full URIs when parsed; interpreting leading path segments prefixed with double slashes // as authority components, and therefore dropping them from the parsed path. Thi...

7.1CVSS5.5AI score0.0038EPSS
SaveExploits0References5Affected Software1
Total number of security vulnerabilities34386