安全情报

A collection of 572 posts
安全情报

CVE-2026-27964 - FacturaScripts vulnerable to Reflected Cross-Site Scripting (XSS) via Cookie Man

📡 GitHub-Advisory · 2026-05-07 CVE-2026-27964 - FacturaScripts vulnerable to Reflected Cross-Site Scripting (XSS) via Cookie Man CVE-2026-27964 GHSA-gq5c-rw37-g46c LOW composer/facturascripts/facturascripts CVE: CVE-2026-27964 Summary A Reflected Cross-Site Scripting (XSS) vulnerability exists in the fsNick cookie parameter. The application reflects the cookie's value directly into the HTML without sanitization. Details
阅读时间 1 分钟
安全情报

CVE-2026-27891 - FacturaScripts Vulnerable to Remote Code Execution (RCE) via Zip Slip in Plugin

📡 GitHub-Advisory · 2026-05-07 CVE-2026-27891 - FacturaScripts Vulnerable to Remote Code Execution (RCE) via Zip Slip in Plugin CVE-2026-27891 GHSA-3pgc-xqg9-cfr6 HIGH composer/facturascripts/facturascripts CVE: CVE-2026-27891 Summary A Critical vulnerability exists in the Plugins::add() function. The system fails to properly validate the file paths within uploaded ZIP archives. This allows an
阅读时间 1 分钟
安全情报

GHSA-gr3r-crp5-qrrm - Compromised tag of intercom-php published via GitHub

📡 GitHub-Advisory · 2026-05-07 GHSA-gr3r-crp5-qrrm - Compromised tag of intercom-php published via GitHub GHSA-gr3r-crp5-qrrm CRITICAL composer/intercom/intercom-php CVE: Impact On April 30, 2026, a malicious commit was pushed to the intercom/intercom-php repository and tagged as version 5.0.2, using a compromised service account (github-management-service). This occurred as part of
阅读时间 1 分钟
安全情报

CVE-2026-44513 - Diffusers has a `trust_remote_code` bypass via `custom_pipeline` and local custo

📡 GitHub-Advisory · 2026-05-07 CVE-2026-44513 - Diffusers has a `trust_remote_code` bypass via `custom_pipeline` and local custo CVE-2026-44513 GHSA-98h9-4798-4q5v HIGH pip/diffusers CVE: CVE-2026-44513 Impact A trust_remote_code bypass in DiffusionPipeline.from_pretrained allows arbitrary remote code execution despite the user passing trust_remote_code=False (or omitting it,
阅读时间 1 分钟
安全情报

CVE-2026-44248 - Netty MQTT: Resource exhaustion in MqttDecoder

📡 GitHub-Advisory · 2026-05-07 CVE-2026-44248 - Netty MQTT: Resource exhaustion in MqttDecoder CVE-2026-44248 GHSA-jfg9-48mv-9qgx MEDIUM maven/io.netty:netty-codec-mqtt CVE: CVE-2026-44248 Impact The MQTT 5 header Properties section is parsed and buffered _before_ any message size limit is applied. Specifically, in MqttDecoder, the decodeVariableHeader() method is called before the bytesRemainingBeforeVariableHeader > maxBytesInMessage
阅读时间 1 分钟
安全情报

CVE-2026-44007 - vm2 NodeVM `nesting: true` bypasses `require: false` allowing sandbox escape and

📡 GitHub-Advisory · 2026-05-07 CVE-2026-44007 - vm2 NodeVM `nesting: true` bypasses `require: false` allowing sandbox escape and CVE-2026-44007 GHSA-8hg8-63c5-gwmx CRITICAL npm/vm2 CVE: CVE-2026-44007 Summary When a NodeVM is created with nesting: true, sandbox code can unconditionally require('vm2') regardless of the outer VM's require configuration — including require:
阅读时间 1 分钟
安全情报

CVE-2026-43998 - vm2 has a NodeVM require.root bypass via symlink traversal that allows sandbox e

📡 GitHub-Advisory · 2026-05-07 CVE-2026-43998 - vm2 has a NodeVM require.root bypass via symlink traversal that allows sandbox e CVE-2026-43998 GHSA-cp6g-6699-wx9c HIGH npm/vm2 CVE: CVE-2026-43998 Summary NodeVM's require.root path restriction can be bypassed using filesystem symlinks, allowing sandboxed code to load modules from outside the allowed root
阅读时间 1 分钟
安全情报

CVE-2026-44003 - vm2's Transformer Fast-Path Bypass Exposes Internal State Variable

📡 GitHub-Advisory · 2026-05-07 CVE-2026-44003 - vm2's Transformer Fast-Path Bypass Exposes Internal State Variable CVE-2026-44003 GHSA-wp5r-2gw5-m7q7 MEDIUM npm/vm2 CVE: CVE-2026-44003 Summary vm2's code transformer has a performance optimization that skips AST analysis when the code does not contain catch, import, or async keywords. This fast-path bypass allows
阅读时间 1 分钟
安全情报

CVE-2026-44000 - vm2 Host Promise Resolution Preserves Object Identity Across Sandbox Boundary

📡 GitHub-Advisory · 2026-05-07 CVE-2026-44000 - vm2 Host Promise Resolution Preserves Object Identity Across Sandbox Boundary CVE-2026-44000 GHSA-mpf8-4hx2-7cjg MEDIUM npm/vm2 CVE: CVE-2026-44000 Summary A sandbox boundary violation in vm2 allows host object identity to cross into the sandbox through host Promise resolution. When a host-side Promise that resolves to a host
阅读时间 1 分钟
安全情报

CVE-2026-44004 - vm2 Sandbox Access to Host Buffer.alloc Allows timeout Bypass Resulting in Memor

📡 GitHub-Advisory · 2026-05-07 CVE-2026-44004 - vm2 Sandbox Access to Host Buffer.alloc Allows timeout Bypass Resulting in Memor CVE-2026-44004 GHSA-6785-pvv7-mvg7 HIGH npm/vm2 CVE: CVE-2026-44004 Summary Sandboxed code can call Buffer.alloc() with an arbitrary size to allocate memory directly on the host heap. Because Buffer.alloc is a synchronous C+
阅读时间 1 分钟
安全情报

CVE-2026-44005 - vm2: Mutable Proxies for Host Intrinsic Prototypes Allows Sandbox Escape

📡 GitHub-Advisory · 2026-05-07 CVE-2026-44005 - vm2: Mutable Proxies for Host Intrinsic Prototypes Allows Sandbox Escape CVE-2026-44005 GHSA-vwrp-x96c-mhwq CRITICAL npm/vm2 CVE: CVE-2026-44005 Summary vm2's bridge exposes mutable proxies for real host-realm intrinsic prototypes and then forwards sandbox writes into the underlying host objects with otherReflectSet() and otherReflectDefineProperty(), which lets
阅读时间 1 分钟
安全情报

CVE-2026-44006 - vm2 has a Sandbox Escape Vulnerability

📡 GitHub-Advisory · 2026-05-07 CVE-2026-44006 - vm2 has a Sandbox Escape Vulnerability CVE-2026-44006 GHSA-qcp4-v2jj-fjx8 CRITICAL npm/vm2 CVE: CVE-2026-44006 Summary It is possible to reach BaseHandler.getPrototypeOf, which can be used to get arbitrary prototypes Details https://github.com/patriksimek/vm2/blob/408fc855f1cc1bbc2985b029465ee0e732ada433/lib/bridge.js#L655-L658 BaseHandler can be reached via
阅读时间 1 分钟
安全情报

CVE-2026-44662 - rust-openssl vulnerable to heap buffer overflow when encrypting with AES key-wra

📡 GitHub-Advisory · 2026-05-07 CVE-2026-44662 - rust-openssl vulnerable to heap buffer overflow when encrypting with AES key-wra CVE-2026-44662 GHSA-xv59-967r-8726 MEDIUM rust/openssl CVE: CVE-2026-44662 CipherCtxRef::cipher_update, CipherCtxRef::cipher_update_vec, and symm::Crypter::update incorrectly sized output buffers when used with AES key-wrap-with-padding ciphers (EVP_aes_{128,192,256}_wrap_pad)
安全情报

CVE-2026-44661 - utcp-http vulnerable to SSRF via attacker-controlled OpenAPI servers[0].url in H

📡 GitHub-Advisory · 2026-05-07 CVE-2026-44661 - utcp-http vulnerable to SSRF via attacker-controlled OpenAPI servers[0].url in H CVE-2026-44661 GHSA-39j6-4867-gg4w MEDIUM pip/utcp-http CVE: CVE-2026-44661 Summary The utcp-http plugin is vulnerable to a blind Server-Side Request Forgery (SSRF) caused by a trust-boundary inconsistency between manual discovery and tool invocation. register_manual() validates
阅读时间 1 分钟
安全情报

GHSA-v7qw-hx66-4w9x - netbox-data-flows has stored XSS in ObjectAlias names rendered inside DataFlow t

📡 GitHub-Advisory · 2026-05-07 GHSA-v7qw-hx66-4w9x - netbox-data-flows has stored XSS in ObjectAlias names rendered inside DataFlow t GHSA-v7qw-hx66-4w9x HIGH pip/netbox-data-flows CVE: Summary An authenticated user who can create or edit ObjectAlias objects can store arbitrary HTML/JavaScript in an alias name. That payload is later rendered unescaped in DataFlow table views,
阅读时间 1 分钟
安全情报

GHSA-j7h9-2jh7-g967 - mcp-ssh-tool has file transfer path policy bypass and bearer token comparison ha

📡 GitHub-Advisory · 2026-05-07 GHSA-j7h9-2jh7-g967 - mcp-ssh-tool has file transfer path policy bypass and bearer token comparison ha GHSA-j7h9-2jh7-g967 HIGH npm/mcp-ssh-tool CVE: Summary mcp-ssh-tool has released version 2.1.1 with security hardening for transfer path authorization and HTTP bearer authentication. The release addresses: * insufficient local path policy enforcement in transfer-related
阅读时间 1 分钟
安全情报

CVE-2026-44641 - Microsoft APM CLI's plugin.json component paths escape plugin root and copy arbi

📡 GitHub-Advisory · 2026-05-07 CVE-2026-44641 - Microsoft APM CLI's plugin.json component paths escape plugin root and copy arbi CVE-2026-44641 GHSA-xhrw-5qxx-jpwr HIGH pip/apm-cli CVE: CVE-2026-44641 Summary Microsoft APM normalizes marketplace plugins by copying plugin components referenced in plugin.json into .apm/. The manifest fields agents, skills, commands, and hooks
阅读时间 1 分钟
安全情报

GHSA-p64j-f4x9-wq66 - Ech0's OAuth redirect URI validation ignores path component, enables exchange-co

📡 GitHub-Advisory · 2026-05-07 GHSA-p64j-f4x9-wq66 - Ech0's OAuth redirect URI validation ignores path component, enables exchange-co GHSA-p64j-f4x9-wq66 HIGH go/github.com/lin-snow/Ech0 CVE: Summary parseAndValidateClientRedirect at internal/service/auth/auth.go:448 validates OAuth client-redirect URIs by comparing only scheme and host against the admin-configured allowlist. Path, query, and
阅读时间 1 分钟
安全情报

GHSA-8mc6-xjpr-h98x - Ech0 has Server-Side Request Forgery (SSRF) via Connect Handler fetchPeerConnect

📡 GitHub-Advisory · 2026-05-07 GHSA-8mc6-xjpr-h98x - Ech0 has Server-Side Request Forgery (SSRF) via Connect Handler fetchPeerConnect GHSA-8mc6-xjpr-h98x HIGH go/github.com/lin-snow/ech0 CVE: Summary The fetchPeerConnectInfo function in internal/service/connect/connect.go:214-239 uses httpUtil.SendRequest (no SSRF protection) instead of SendSafeRequest (which has ValidatePublicHTTPURL with private IP blocking). This
阅读时间 1 分钟
[!] CONTACT_CHANNELS

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

> PING_AUTHOR (@A1RedTeam)