Lucene search
+L
GithubRecent

34132 matches found

Github Security Blog
Github Security Blog
added 2026/07/20 9:55 p.m.7 views

Composer: URL-embedded HTTP-Basic username leaks to verbose logs (GitHub PAT exposure)

Summary When Composer is run with -vvv debug verbosity, it could print a credential that was embedded directly in a repository or package URL, but not as a password, to its debug output. Composer already masked the password portion of such URLs, but the username portion was shown in clear text...

4.7CVSS5.3AI score0.0012EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:53 p.m.11 views

node-tar: Process crash via PAX numeric path type confusion

Summary A crafted 2.5KB tar archive crashes any Node.js process that extracts it. The PAX header parser coerces all-digit path values to JavaScript numbers, which causes an uncaught TypeError when downstream code calls .split'/' on the numeric value. Error handlers and strict: false cannot...

7.5CVSS5.5AI score0.0041EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:52 p.m.10 views

node-tar: Decompression/parse DoS via unlimited input

Summary A Decompression/parse DoS via unlimited input vulnerability in node-tar allows an attacker to exhaust server resources disk space and CPU. Because the library does not enforce hard upper bounds on total decompressed data or entry counts, a small, maliciously crafted "Gzip Bomb" can be use...

9.2CVSS7.7AI score0.00424EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:51 p.m.8 views

node-tar: Negative tar entry size causes infinite loop in archive replace

Summary A checksum-valid tar archive with a negative base-256 encoded entry size can make tar.replace loop forever while scanning the existing archive. Applications that update attacker-controlled tar archives can have a worker process pinned indefinitely, causing denial of service. Details The...

8.7CVSS7.3AI score0.00418EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:51 p.m.8 views

node-tar: Uncaught Exception DoS via NUL byte in PAX path/linkpath records

Summary node-tar strips trailing NUL bytes from long-name L and long-linkpath K GNU extended headers but does not apply the same sanitization to equivalent fields delivered via PAX x typeflag extended headers. A PAX record of the form path=visible.txt\x00hidden.txt is parsed verbatim into...

5.3CVSS5.6AI score0.00292EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:49 p.m.5 views

Socket.IO: Engine.IO Polling Transport Connection Exhaustion

Impact An unauthenticated remote attacker can cause a denial of service in affected versions of engine.io by opening Engine.IO polling sessions and sending an invalid binary POST request with: Content-Type: application/octet-stream against an Engine.IO protocol v4 polling transport. In the...

7.5CVSS5.5AI score0.00354EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:49 p.m.6 views

shell-quote: Quadratic-complexity Denial of Service in `parse()` (CWE-407)

Summary shell-quote's parse finalizes its token list with a reduce that uses Array.prototype.concat as the accumulator. Each prev.concatarg copies the entire growing array, so parse runs in On² in the number of tokens. An unauthenticated attacker who can submit a string to any code path that call...

8.7CVSS6AI score0.0036EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:48 p.m.7 views

Directus: Authorization-dependent response served from unsegmented cache key

Summary When response caching is enabled CACHEENABLED=true, the cache-key derivation in api/src/utils/get-cache-key.ts includes only version, path, query, and accountability.user plus a conditional ip. Authorization context beyond user share, role, roles, admin, app, policies is not part of the...

8.6CVSS5.4AI score0.00272EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:47 p.m.5 views

Directus: SSRF Protection Bypass via 0.0.0.0 in File Import

Summary The SSRF protection on Directus's file-import-from-URL feature can be bypassed using the address 0.0.0.0. While 127.0.0.1 and other internal addresses are denied, 0.0.0.0 is not added to the blocklist. On Linux and macOS, connecting to 0.0.0.0 reaches localhost, so an authenticated user...

7.7CVSS5.3AI score0.00234EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:46 p.m.8 views

LightRAG is Vulnerable to Authentication Bypass: hardcoded DEFAULT_TOKEN_SECRET and public /auth-status defeat LIGHTRAG_API_KEY protection

Summary When LightRAG is deployed with LIGHTRAGAPIKEY set but AUTHACCOUNTS unset an officially documented "API-Key authentication" mode, the X-API-Key protection can be bypassed by any remote unauthenticated attacker. The bypass does not require network contact with the victim server — an attacke...

9.3CVSS5.8AI score0.00402EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:46 p.m.9 views

Guzzle: Proxy-Authorization headers can be sent to origin servers

Impact In affected versions, the built-in cURL handlers CurlHandler and CurlMultiHandler put every first-class request header in cURL's origin header list CURLOPTHTTPHEADER. These handlers are the default when the PHP cURL extension is available. They move Proxy-Authorization to the proxy-only li...

5.7AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:45 p.m.5 views

LightRAG: CORS Wildcard + Credentials Enables Any-Origin Credentialed Requests

Summary The server defaults to CORSORIGINS= combined with allowcredentials=True. Starlette's CORSMiddleware echoes the requesting origin in preflight responses when credentials are enabled, meaning every origin is effectively whitelisted for credentialed cross-origin requests. Any malicious websi...

9.3CVSS5.3AI score0.00305EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:35 p.m.7 views

Mistune renderers/html.safe_url: HARMFUL_PROTOCOLS list misses legacy and chained schemes that historically chain to `javascript:` execution

Summary Type: URL-scheme allowlist gap. The safeurl filter only blocks the four schemes javascript:, vbscript:, file:, data:. Several other schemes are accepted into rendered and tags despite being known XSS vectors in legacy or chain-handling browsers. The same gap applies to direct links,...

6.1CVSS5.6AI score0.00225EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:35 p.m.8 views

Mistune toc / TableOfContents directive: heading IDs use predictable `toc_N` numbering with no slugification, allowing collision with attacker-controlled `id="toc_N"` content

Summary Type: Predictable identifier generation. The toc plugin and TableOfContents directive both default to generating heading IDs of the form toc1, toc2, toc3, ... with no input-derived component. An attacker who can place a heading anywhere in the document can predict which tocN ID it will...

4.3CVSS5.3AI score0.00138EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:34 p.m.10 views

Mistune: Arbitrary File Read via Include directive path traversal

Summary A path traversal issue exists in mistune's Include directive when markdown files are processed using md.read. A crafted include path can cause files outside the intended markdown directory to be accessed. Details The issue occurs in the Include.parse method where user-supplied paths are...

5.9CVSS5.2AI score0.00399EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:34 p.m.9 views

Mistune plugins/formatting: quadratic-time parsing on long runs of `~~x~~`, `==x==`, and `^^x^^` markers (strikethrough / mark / insert)

Summary Type: Algorithmic-complexity denial of service. A run of N closed pairs xx... or the analogous ==x== for mark, ^^x^^ for insert causes ON² work in the formatting parser. With the strikethrough, mark, or insert plugin enabled, an 8 KB input pegs the CPU for 4 seconds; 16 KB → 17 seconds...

7.5CVSS5.3AI score0.00418EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:34 p.m.10 views

Mistune: XSS via unescaped class option in Admonition directive

In src/mistune/directives/admonition.py, the renderadmonition function concatenates the :class: option directly into the HTML class attribute without escaping lines 63-68. This allows attribute injection and XSS even when HTMLRendererescape=True is used. The directive name parameter is safe...

6.1CVSS5.1AI score0.00189EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:32 p.m.8 views

Mistune: XSS via percent-encoded javascript URI bypass in safe_url()

Summary An XSS vulnerability in Mistune allows bypassing of safeurl protections via percent-encoded javascript URIs. Details The vulnerability exists in HTMLRenderer.safeurl in Mistune. The function is intended to block harmful URL schemes such as "javascript:" by checking the prefix of the...

6.1CVSS5.5AI score0.00239EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:32 p.m.7 views

Mistune inline_parser: quadratic-time parsing on long runs of `**x**` and `***x***` emphasis pairs

Summary Type: Algorithmic-complexity DoS in core emphasis parsing. A long sequence of well-formed x strong or x strong-emphasis combined pairs causes ON² parser work. Distinct from the bracket-bomb DoS repetition and from the formatting-plugin DoS /==/^^; this one fires on default-config mistune...

7.5CVSS5.4AI score0.0041EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:24 p.m.11 views

Mistune directives/include: mutual `.. include::` recursion crashes the renderer with `RecursionError`, denial of service via two attacker-controlled markdown files

Summary Type: Uncontrolled recursion via mutual include. The Include directive checks for direct self-reference a.md cannot include a.md, but does not detect indirect cycles. Two markdown files that include each other a.md → includes b.md → includes a.md cause unbounded recursion until Python's...

5.3CVSS5.4AI score0.00352EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:24 p.m.8 views

Mistune block_parser: quadratic-time parsing on long lists of repeated reference-link definitions

Summary Type: Algorithmic-complexity DoS in reference-link definition handling. A markdown document with N reference-link definitions of the same key or many distinct keys takes ON² parser time. 5000 repeated a: u\n definitions take 1.1 second; 10000 → 4.5 seconds. File: src/mistune/blockparser.p...

7.5CVSS5.3AI score0.00413EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:19 p.m.10 views

js-yaml: YAML merge-key chains can force quadratic CPU consumption in js-yaml

Impact This is the same report as for v3/v4, but with lower severity, because in v5, merge is off by default When merge keys 1s doc size 100K js import performance from 'node:perfhooks' import Buffer from 'node:buffer' import load, YAML11SCHEMA from 'js-yaml' const n = Numberprocess.argv2 || 4000...

7.5CVSS6AI score0.0041EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:19 p.m.10 views

js-yaml: YAML merge-key chains can force quadratic CPU consumption

Impact js-yaml can spend quadratic CPU time parsing a document whose size grows only linearly. The issue is triggered by a chain of mappings where each mapping merges the previous one: yaml a0: &a0 k0: 0 a1: &a1 1s doc size 100K js import performance from 'node:perfhooks' import Buffer from...

7.5CVSS5.2AI score0.00423EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:18 p.m.12 views

js-yaml: Quadratic-complexity (O(n^2)) DoS via !!omap tag in YAML11_SCHEMA

Summary js-yaml v5.x introduces YAML11SCHEMA support with the !!omap ordered map tag. The omapTag.addItem function performs a linear On scan for duplicate key detection on every insertion, resulting in On^2 total time to parse a document with n omap entries. An attacker can send a small crafted...

7.5CVSS6.2AI score0.0041EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:17 p.m.10 views

File Browser: ScopedFs follows a dangling symlink on write, letting a scoped user create files outside their scope

Summary ScopedFs confines every File Browser user to a scope directory. Its within guard is meant to reject any operation that follows a symbolic link out of that scope. When the link target does not exist yet, the guard walks up to the nearest existing ancestor and validates that instead. For a...

6.3CVSS5.5AI score0.00269EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:17 p.m.6 views

File Browser: Out-of-scope file deletion by a Create-only scoped user via symlink-following RemoveAll in upload failure-cleanup

Summary A scoped, non-admin File Browser user holding only the Create permission can delete arbitrary files outside their scope other tenants' data, and the application's own database via the upload failure-cleanup path. This is an incomplete fix of CVE-2026-54094: the v2.63.14 ScopedFs containme...

8.2CVSS5.6AI score0.0047EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:16 p.m.9 views

Cloudreve: Non-admin remote download users can SSRF loopback/internal services and read imported responses

Summary Cloudreve's remote download workflow accepts user-supplied URLs and passes them to the configured downloader without blocking loopback, localhost, IPv6 localhost, or redirect-to-loopback targets. When the remote download permission is granted to a non-admin user group, a normal...

6.5CVSS5.6AI score0.00244EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2026/07/20 9:15 p.m.9 views

Cloudreve: OAuth access tokens bypass scope enforcement due to missing client_id claim

Summary Cloudreve's OAuth access tokens can bypass OAuth scope enforcement. This does not appear to be the intended design. The documentation describes OAuth client permissions/scopes, the API has an insufficient-scope error code, and the code comments say RequiredScopes... should verify scopes...

7.6CVSS5.5AI score0.00247EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:14 p.m.7 views

Pillow: WindowsViewer.get_command() OS command injection via unescaped shell path

Summary WindowsViewer.getcommand constructs a cmd.exe shell command by directly embedding a file path into an f-string without escaping. The result is passed to subprocess.Popen..., shell=True. Shell metacharacters in the file path — most importantly a double-quote " that breaks out of the...

4.5CVSS5.8AI score0.00177EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:13 p.m.9 views

Pillow `GdImageFile._open()`: image dimensions accepted without `_decompression_bomb_check()`

Description PIL/GdImageFile.py GdImageFile.open reads image dimensions from the GD 2.x header and stores them in self.size without calling Image.decompressionbombcheck. Because GdImageFile is not registered with Image.registeropen, it never passes through the standard Image.open code path that...

7.5CVSS5.5AI score0.00418EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:13 p.m.9 views

Pillow `BdfFontFile`: `Image.new()` called without `_decompression_bomb_check()` — bomb protection bypass via font loading

Summary PIL/BdfFontFile.py bdfchar lines 84–88 reads the BBX width height field from a BDF font file and passes the dimensions directly to Image.new without calling Image.decompressionbombcheck. This completely bypasses Pillow's documented decompression bomb protection. Image.open enforces...

7.5CVSS6.5AI score0.00421EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:8 p.m.9 views

Pillow: `FontFile.compile()`: `Image.new()` called without `_decompression_bomb_check()`

Description PIL/FontFile.py FontFile.compile assembles per-glyph images into a single combined bitmap using Image.new"1", xsize, ysize without calling Image.decompressionbombcheck. This is the base-class method shared by both BdfFontFile and PcfFontFile, and it is triggered whenever a loaded font...

7.5CVSS5.3AI score0.00418EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:8 p.m.12 views

Pillow `PcfFontFile._load_bitmaps()`: `Image.frombytes()` called without `_decompression_bomb_check()` — bomb protection bypass via PCF font loading

Description PIL/PcfFontFile.py loadbitmaps line 227 reads glyph dimensions from the PCF METRICS section and passes them directly to Image.frombytes without calling Image.decompressionbombcheck. Dimensions originate from unsigned 16-bit values: xsize = right - left max: 65535 − 0 = 65535 ysize =...

7.5CVSS6.6AI score0.0041EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:8 p.m.11 views

Astro: Reflected XSS via unescaped View Transition animation properties

Summary Astro's server-side View Transition CSS generator interpolates animation properties into an inline element without escaping them for the CSS and HTML contexts. An attacker-controlled value passed to an animation property such as duration can contain a sequence, terminate the generated sty...

5.8AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:8 p.m.8 views

Pillow: Out-of-bounds read via attacker-controlled row stride on Pillow's mmap path (McIdas AREA files)

Summary When Pillow loads an uncompressed image whose tile uses the raw codec and a mode in Image.MAPMODES, and the image was opened from a filename, it memory-maps the file and builds the image's row pointers directly into the mapping via PyImagingMapBuffer src/map.c. The per-row spacing stride ...

8.3CVSS8.3AI score0.00384EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 9:6 p.m.8 views

@better-auth/sso: SSO provider may allow registration for any org member without a checking their role

Am I affected? You are affected if all of the following are true: - You depend on @better-auth/sso at any version in = 1.2.10, 1.6.11, or any current next pre-release. - You enable both sso and organization plugins. - providersLimit is at its default 10 or any non-zero value, so SSO provider...

7.1CVSS5.5AI score0.00238EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 8:51 p.m.24 views

brace-expansion: DoS via exponential-time expansion of consecutive non-expanding {} groups

Summary brace-expansion's expand exhibits exponential-time - O2ⁿ - behavior in the number of consecutive non-expanding groups. A short, all-ASCII input 90 bytes/30 groups blocks the calling thread for minutes; a slightly longer input hangs it effectively indefinitely. Because the dominant consume...

8.7CVSS5.7AI score0.00348EPSS
SaveExploits0References12Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 7:15 p.m.12 views

Composer: Arbitrary file write outside vendor via malicious transitive package name

Summary A maliciously crafted package, published on an untrusted third party repository other than Packagist.org or Private Packagist, can cause Composer to write files outside the vendor/ directory and outside your project, with attacker-controlled content, during a normal install or update...

7CVSS5.9AI score0.00138EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 7:13 p.m.11 views

vLLM denial of service via prompt embeds on M-RoPE models

Summary Short summary of the problem. Make the impact and severity as clear as possible. For example: An unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the server. Sending a pure prompt embeds payload in a /v1/completions request with a model usi...

7.1CVSS6.5AI score0.0037EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 7:8 p.m.10 views

pillow-heif: Integer Overflow in Encode Path Buffer Validation Leads to Heap Out-of-Bounds Read

Summary An integer overflow in the encode path buffer validation of pillowheif.c allows an attacker to bypass bounds checks by providing large image dimensions, resulting in a heap out-of-bounds read. This can lead to information disclosure server heap memory leaking into encoded images or denial...

9.1CVSS5.7AI score0.00632EPSS
SaveExploits1References7Affected Software2
Github Security Blog
Github Security Blog
added 2026/07/20 7:6 p.m.10 views

changedetection.io is vulnerable to unauthenticated static path traversal

Summary The /static// route accepts group="..", which causes sendfromdirectory"static/..", filename to execute. This moves the base directory up to /app/changedetectionio, enabling unauthenticated local file read of application source files e.g., flaskapp.py. Severity is low information disclosur...

5.3CVSS5.5AI score0.0092EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 6:57 p.m.11 views

Tornado: Quadratic DoS via Crafted Multipart Parameters

Summary The parseparam function in Tornado's httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data. This function uses an inefficient algorithm that repeatedly calls string.count within a nested loop while processing quoted semicolons e.g., param=";". As a...

7.5CVSS7.4AI score0.00508EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 6:57 p.m.10 views

Tornado: Quadratic DoS via Repeated Header Coalescing

Summary The HTTPHeaders.add method in Tornado accumulates values using string concatenation when the same header name is repeated. Due to Python string immutability, each concatenation copies the entire string, resulting in On² time complexity. Given Tornado's single event loop architecture, a...

7.5CVSS7.2AI score0.00523EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 6:55 p.m.12 views

Tornado vulnerable to Header Injection and XSS via reason argument

Header injection and XSS via reason argument Summary The reason argument used by both RequestHandler.setstatus and tornado.web.HTTPError is designed to allow applications to pass custom "reason" phrases the "Not Found" in HTTP/1.1 404 Not Found to the HTTP status line mainly for non-standard stat...

6.1CVSS5.7AI score0.00207EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 5:58 p.m.60 views

Axios: Excessive recursion in formDataToJSON can cause denial of service

Summary Axios versions 0.28.0 and later contain uncontrolled recursion in formDataToJSON, the helper behind the public axios.formToJSON / named formToJSON API and the default request transform used when FormData is sent with an application/json content type. Applications are affected when they pa...

6AI score
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 5:51 p.m.15 views

Axios: Prototype pollution auth subfields can inject Basic auth

Summary Axios versions after the GHSA-q8qp-cvcw-x6jj fix still contain prototype-pollution read-side gadgets in Basic auth subfield handling. If a host application is already affected by prototype pollution and then makes an axios request with an own auth object that omits username or password,...

6.2AI score
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 5:48 p.m.16 views

Axios: Deep formToJSON Key Recursion Can Cause Denial of Service

Summary Axios versions starting with 0.28.0 contain uncontrolled recursion in formDataToJSON, which is exposed as axios.formToJSON and used internally when axios serialises FormData with Content-Type: application/json. If an application passes attacker-controlled FormData field names to this...

5.6AI score
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/17 9:49 p.m.27 views

Skipper: Incomplete fix for CVE-2026-50197: an oversized body can bypass OPA deny-on-presence Rego policies

Summary A wrong policy can be an open door. You have to check input.attributes.request.http.truncatedbody in your policy. Description Incomplete fix for CVE-2026-50197: an oversized declared-Content-Length body still hands OPA an empty parsedbody, so deny-on-presence Rego policies fail OPEN while...

7.8CVSS5.4AI score0.00429EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/17 9:46 p.m.15 views

Skipper's routesrv-no-auth component: All routesrv API Endpoints Lack Authentication

Description The routesrv component exposes the full cluster route topology Ingress/RouteGroup configurations, backend URLs, filter chains, OAuth/OIDC callback paths and cache-cluster topology Redis/Valkey shard addresses over plain HTTP with zero authentication. Any pod in the Kubernetes cluster...

5.4AI score
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/17 9:35 p.m.17 views

CloudTAK: Authenticated full-read SSRF in the /api/esri* routes — user-controlled URL fetched with no IP-classification guard

Authenticated full-read SSRF in CloudTAK /api/esri routes — user-controlled URL fetched with no IP-classification guard Summary Every route in the ESRI helper family api/routes/esri.ts takes a fully attacker-controlled URL from the request POST /api/esri body url, and the portal / server / layer...

5.8AI score
SaveExploits0References3Affected Software1
Total number of security vulnerabilities34132