安全情报

A collection of 572 posts
安全情报

CVE-2026-44373 - Nitro has a proxy scope bypass via percent-encoded path traversal in `routeRules

📡 GitHub-Advisory · 2026-05-06 CVE-2026-44373 - Nitro has a proxy scope bypass via percent-encoded path traversal in `routeRules CVE-2026-44373 GHSA-5w89-w975-hf9q MEDIUM npm/nitro CVE: CVE-2026-44373 A proxy route rule like: routeRules: { "/api/orders/**": { proxy: { to: "http://upstream/orders/**" } } } is intended to limit the proxy to URLs under /api/
阅读时间 1 分钟
安全情报

CVE-2026-42602 - opentelemetry-collector-contrib's azureauthextension Authenticate method does no

📡 GitHub-Advisory · 2026-05-06 CVE-2026-42602 - opentelemetry-collector-contrib's azureauthextension Authenticate method does no CVE-2026-42602 GHSA-pjv4-3c63-699f HIGH go/github.com/open-telemetry/opentelemetry-collector-contrib/extension/azureauthextension CVE: CVE-2026-42602 Summary A server-side authentication bypass in azureauthextension allows any party who holds a single valid Azure access token for *any scope the collector's configured
阅读时间 1 分钟
安全情报

CVE-2026-44364 - misp-modules website - Missing CSRF protection in the website home blueprint

📡 GitHub-Advisory · 2026-05-06 CVE-2026-44364 - misp-modules website - Missing CSRF protection in the website home blueprint CVE-2026-44364 GHSA-j4rh-7jcr-qm69 CRITICAL pip/misp-modules CVE: CVE-2026-44364 A Cross-Site Request Forgery vulnerability in the MISP Modules website allowed an attacker to cause an authenticated user to submit unintended requests to the home endpoint. The vulnerability
安全情报

CVE-2026-44363 - misp-modules has nsafe remote resource fetching in expansion

📡 GitHub-Advisory · 2026-05-06 CVE-2026-44363 - misp-modules has nsafe remote resource fetching in expansion CVE-2026-44363 GHSA-fhq3-2gf3-8f3j MEDIUM pip/misp-modules CVE: CVE-2026-44363 An unsafe remote resource fetching vulnerability existed in MISP Modules expansion modules. The html_to_markdown module accepted arbitrary HTTP(S) URLs without sufficient validation, which could allow Server-Side Request Forgery
安全情报

CVE-2026-44351 - fast-jwt: JWT auth bypass due to empty HMAC secret accepted by async key resolve

📡 GitHub-Advisory · 2026-05-06 CVE-2026-44351 - fast-jwt: JWT auth bypass due to empty HMAC secret accepted by async key resolve CVE-2026-44351 GHSA-gmvf-9v4p-v8jc CRITICAL npm/fast-jwt CVE: CVE-2026-44351 Summary A critical authentication-bypass vulnerability in fast-jwt's async key-resolver flow allows any unauthenticated attacker to forge arbitrary JWTs that are accepted as authentic.
阅读时间 1 分钟
安全情报

GHSA-95q8-x6r6-672m - Lemmy may expose private community data through community, saved, liked, and mod

📡 GitHub-Advisory · 2026-05-06 GHSA-95q8-x6r6-672m - Lemmy may expose private community data through community, saved, liked, and mod GHSA-95q8-x6r6-672m MEDIUM rust/lemmy_api CVE: Summary Lemmy applies private-community checks in PostView and CommentView, but several adjacent API views skip the accepted-follower filter. Bob, a registered user who is not an accepted follower,
阅读时间 1 分钟
安全情报

GHSA-jmxc-hhwx-gvv3 - Private Lemmy instances expose multi-community metadata without authentication

📡 GitHub-Advisory · 2026-05-06 GHSA-jmxc-hhwx-gvv3 - Private Lemmy instances expose multi-community metadata without authentication GHSA-jmxc-hhwx-gvv3 MEDIUM rust/lemmy_api CVE: Summary read_multi_community() does not enforce the private-instance setting. On a private instance, an unauthenticated visitor can read multi-community names, titles, summaries, sidebars, owner identities, and member community lists. Details Other
阅读时间 1 分钟
安全情报

CVE-2026-44245 - Kyverno policy-reporter-ui has XSS via Stored Property Values in PropertyCard Co

📡 GitHub-Advisory · 2026-05-06 CVE-2026-44245 - Kyverno policy-reporter-ui has XSS via Stored Property Values in PropertyCard Co CVE-2026-44245 GHSA-q98m-7w8c-w388 MEDIUM go/github.com/kyverno/policy-reporter-ui CVE: CVE-2026-44245 Summary Vue 3's v-html directive is the framework-documented mechanism for injecting raw HTML, and it intentionally disables the auto-escaping that {{ }} interpolation provides. The
阅读时间 1 分钟
安全情报

CVE-2026-44349 - Daptin fuzzy search injects unvalidated column name into raw SQL

📡 GitHub-Advisory · 2026-05-06 CVE-2026-44349 - Daptin fuzzy search injects unvalidated column name into raw SQL CVE-2026-44349 GHSA-pwqg-q8pg-pp6r HIGH go/github.com/daptin/daptin CVE: CVE-2026-44349 Summary processFuzzySearch in server/resource/resource_findallpaginated.go:1484 splits the user-supplied column parameter by comma and interpolates each segment directly into goqu.L(fmt.Sprintf(
阅读时间 1 分钟
安全情报

CVE-2026-42572 - Hatchet affected by cross-tenant information disclosure in `listTasksByDAGIds`

📡 GitHub-Advisory · 2026-05-06 CVE-2026-42572 - Hatchet affected by cross-tenant information disclosure in `listTasksByDAGIds` CVE-2026-42572 GHSA-55gc-6fmc-fpx9 MEDIUM go/github.com/hatchet-dev/hatchet CVE: CVE-2026-42572 Summary A missing authorization directive on the GET /api/v1/stable/dags/tasks endpoint caused Hatchet's tenant-membership check to be skipped for this route. A user
阅读时间 1 分钟
安全情报

CVE-2026-44244 - GitPython: Newline injection in config_writer().set_value() enables RCE via core

📡 GitHub-Advisory · 2026-05-06 CVE-2026-44244 - GitPython: Newline injection in config_writer().set_value() enables RCE via core CVE-2026-44244 GHSA-v87r-6q3f-2j67 HIGH pip/GitPython CVE: CVE-2026-44244 GitConfigParser.set_value() passes values to Python's configparser without validating for newlines. GitPython's own _write() converts embedded newlines into indented continuation lines (e.
阅读时间 1 分钟
安全情报

GHSA-v5mh-h5hx-7v92 - kube-router: GoBGP gRPC Admin Port Exposed on Node Primary IP Without Authentica

📡 GitHub-Advisory · 2026-05-06 GHSA-v5mh-h5hx-7v92 - kube-router: GoBGP gRPC Admin Port Exposed on Node Primary IP Without Authentica GHSA-v5mh-h5hx-7v92 MEDIUM go/github.com/cloudnativelabs/kube-router CVE: Summary When the kube-router routing controller starts (--run-router), it binds the GoBGP gRPC management server to the node's primary IP (e.g., 192.168.
阅读时间 1 分钟
安全情报

CVE-2026-44223 - vLLM: extract_hidden_states speculative decoding crashes server on any request w

📡 GitHub-Advisory · 2026-05-06 CVE-2026-44223 - vLLM: extract_hidden_states speculative decoding crashes server on any request w CVE-2026-44223 GHSA-83vm-p52w-f9pw MEDIUM pip/vllm CVE: CVE-2026-44223 Summary The extract_hidden_states speculative decoding proposer in vLLM returns a tensor with an incorrect shape after the first decode step, causing a RuntimeError that crashes
阅读时间 1 分钟
安全情报

CVE-2026-44307 - Mako vulnerable to path traversal via backslash URI on Windows in TemplateLookup

📡 GitHub-Advisory · 2026-05-06 CVE-2026-44307 - Mako vulnerable to path traversal via backslash URI on Windows in TemplateLookup CVE-2026-44307 GHSA-2h4p-vjrc-8xpq HIGH pip/Mako CVE: CVE-2026-44307 Summary On Windows, a URI using backslash traversal (e.g. \..\..\ secret.txt) bypasses the directory traversal check in Template.__init__ and the posixpath-based normalization in TemplateLookup.get_
阅读时间 1 分钟
安全情报

CVE-2026-42557 - JupyterLab's command linker attributes in HTML enable one-click command executio

📡 GitHub-Advisory · 2026-05-06 CVE-2026-42557 - JupyterLab's command linker attributes in HTML enable one-click command executio CVE-2026-42557 GHSA-mqcg-5x36-vfcg HIGH pip/jupyterlab CVE: CVE-2026-42557 JupyterLab's HTML sanitizer allowlists data-commandlinker-command and data-commandlinker-args on button elements, while CommandLinker listens for all click events on document.body and executes the named command
阅读时间 1 分钟
安全情报

CVE-2026-42555 - Valtimo has SpEL injection via StandardEvaluationContext that allows Remote Code

📡 GitHub-Advisory · 2026-05-06 CVE-2026-42555 - Valtimo has SpEL injection via StandardEvaluationContext that allows Remote Code CVE-2026-42555 GHSA-j7j9-5253-f7vh CRITICAL maven/com.ritense.valtimo:document CVE: CVE-2026-42555 Summary Multiple classes evaluate Spring Expression Language (SpEL) expressions from user-supplied input using StandardEvaluationContext, which provides unrestricted access to Java types and methods. An authenticated user
阅读时间 1 分钟
安全情报

CVE-2026-39807 - Bandit trusts client-supplied URI scheme on plaintext connections

📡 GitHub-Advisory · 2026-05-07 CVE-2026-39807 - Bandit trusts client-supplied URI scheme on plaintext connections CVE-2026-39807 GHSA-375f-4r2h-f99j MEDIUM erlang/bandit CVE: CVE-2026-39807 Summary Bandit reflects the client-supplied URI scheme into conn.scheme without verifying the actual transport. Over a plaintext HTTP/1.1 connection (or h2c), an unauthenticated attacker can send an absolute-form
阅读时间 1 分钟
安全情报

CVE-2026-39805 - Bandit is vulnerable to CL.CL request smuggling via unrejected duplicate `Conten

📡 GitHub-Advisory · 2026-05-07 CVE-2026-39805 - Bandit is vulnerable to CL.CL request smuggling via unrejected duplicate `Conten CVE-2026-39805 GHSA-c67r-gc9j-2qf7 MEDIUM erlang/bandit CVE: CVE-2026-39805 Summary Bandit is vulnerable to CL.CL HTTP request smuggling: it silently accepts requests with two Content-Length headers whose values differ, takes the first value, and dispatches
阅读时间 1 分钟
[!] CONTACT_CHANNELS

如需商务合作、技术咨询或漏洞反馈,请通过以下离岸节点联系作者。

> PING_AUTHOR (@A1RedTeam)