📊 2026-08-02 漏洞情报日报 · 200 条 · 高危 191
每日漏洞情报汇总 · 2026-08-02
📊 2026-08-02 漏洞情报日报
📋 共 200 条
🔥 高危/严重 191 条
🐙 GitHub-Advisory 12 条 🔥3
🛡️ NVD-Latest 188 条 🔥188
🤖 今日安全态势分析
🎯 今日重点关注
- CVE-2026-18452(CVSS 10.0):Rich Source DMS+ 使用硬编码 API 密钥,未认证远程攻击者可完全控制所有已安装设备,影响面广且利用门槛极低。
- CVE-2026-66803(CVSS 10.0):Azure Cosmos DB 存在不当访问控制,未经授权攻击者可通过网络远程执行代码,云服务场景下危害严重。
- CVE-2026-53609(Critical):Apostrophe CMS 的 apos.util.set 存在服务端原型污染漏洞,经 patch 可被认证用户利用,可能导致 RCE 或权限提升。
- CVE-2026-58046(CVSS 9.9):Plesk XML-RPC API 存在 SQL 注入,低权限用户可读取任意数据库数据并完全控制面板,影响托管平台安全。
- CVE-2026-14919(CVSS 9.8):ShopMonitor.io WordPress 插件邮件重路由测试模式可被客户端伪造请求头绕过,导致敏感邮件泄露。
📈 威胁趋势
- 远程代码执行(RCE):今日最突出类型,涉及 Azure Cosmos DB、Adobe Campaign、IBM Langflow、Logsign SIEM 等,多因输入验证缺失或不当访问控制导致。
- 身份验证与访问控制缺陷:硬编码凭据、错误授权、可绕过的信任源检查,使未认证或低权限攻击者获得高权限。
- 注入类漏洞:SQL 注入(Plesk)、代码注入(Langflow/Logsign)与服务器端原型污染(Apostrophe)并列,均可导致严重危害。
- 路径遍历与XSS:FileBrowser Quantum 字幕接口存在双重路径遍历;Apostrophe SEO 组件存在存储型 XSS,均需用户交互或在特定场景下被利用。
🛡️ 缓解建议
- 立即排查并替换所有使用硬编码凭据/API Key 的设备(如 DMS+),暂停公网暴露,并轮换所有相关密钥。
- 针对 Azure Cosmos DB、Adobe Campaign、Plesk 等受影响产品,优先应用官方补丁;无法立即升级时,严格限制网络访问并启用最小权限策略。
- 对 Web 应用(Apostrophe、ShopMonitor.io、FileBrowser Quantum)进行输入校验与输出编码,禁止将用户参数直接用于文件路径或对象原型操作,同时审查现有请求头信任逻辑。
- 加强日志审计与异常流量监控,重点关注利用 API 接口、XML-RPC 和邮件重路由功能的可疑活动,及时发现利用尝试。
🐙 GitHub-Advisory(12 条)
Critical (1 条)
- CVE-2026-53609 - Apostrophe has Server-Side Prototype Pollution in apos.util.set via patch operat
CVE-2026-53609Critical
<img width="1919" height="1046" alt="proto" src="https://github.com/user-attachments/assets/c5c69718-6448-448d-b64b-e3db41ab6ff6" /> ## Summary…
High (2 条)
- CVE-2026-54910 - FileBrowser Quantum's path traversal issue in subtitle handler allows any authen
CVE-2026-54910High
Summary The `subtitlesHandler` endpoint (`GET /api/media/subtitles`) accepts two user-controlled query parameters: `path` and `name`, both of which are used in…
+NVD-Latest - CVE-2026-53608 - @apostrophecms/seo Vulnerable to Stored XSS via Unsanitized Google Analytics / G
CVE-2026-53608High
<img width="1919" height="1046" alt="curl" src="https://github.com/user-attachments/assets/8aa19ff1-7f4b-44ee-83d5-d0dd1a0269f6" /> <img width="1919"…
Medium (7 条)
- CVE-2026-54908 - Pion DTLS vulnerable to denial of service via panic while parsing a crafted ECDH
CVE-2026-54908Medium
Impact Remote denial of service via panic while parsing a crafted ECDHE_PSK ServerKeyExchange message. Patches Upgrade to v3.1.4 or later. This version… - CVE-2026-53573 - core-geonetwork has an Open Redirect Bypass
CVE-2026-53573Medium
Summary GeoNetwork's post-login redirect handling can be bypassed to redirect users to an attacker-controlled external site, even though the code attempts to… - CVE-2026-54768 - WPGraphQL has deprecated `user` field on SendPasswordResetEmailPayload that leak
CVE-2026-54768Medium
## Summary The `sendPasswordResetEmail` mutation in WPGraphQL is explicitly designed to prevent user enumeration. The resolver in… - CVE-2026-54785 - gemini-bridge vulnerable to arbitrary local file read via consult_gemini_with_fi
CVE-2026-54785Medium
Summary `consult_gemini_with_files` in **inline mode** read any file path supplied in the `files` argument without confining it to the working `directory`,… - CVE-2016-1000305 - guard-livereload has a directory traversal vulnerability
CVE-2016-1000305Medium
The vulnerability allows remote attackers to read arbitrary files on the server by exploiting improper path validation in the livereload server functionality.… - CVE-2026-53606 - sanitize-html has incomplete URI scheme validation in that allows javascript: UR
CVE-2026-53606Medium
## Summary sanitize-html uses `allowedSchemesAppliedToAttributes` (default: `['href', 'src', 'cite']`) to gate the `naughtyHref()` function that blocks… - CVE-2026-54909 - Pion STUN vulnerable to remote denial of service via panic while parsing a malfo
CVE-2026-54909Medium
Impact Remote denial of service via panic while parsing a malformed XOR-MAPPED-ADDRESS attribute Patches Upgrade to v3.1.5 or later. This version includes this…
Low (2 条)
- CVE-2026-53607 - @apostrophecms/file pretty-URL Vulnerable to Unauthenticated SSRF via Host heade
CVE-2026-53607Low
Summary When `prettyUrls: true` is enabled on `@apostrophecms/file` (a documented SEO feature for serving uploaded files at clean URLs), the public pretty-URL… - CVE-2026-54787 - sigstore-go fails to check signature timestamps against a signing key's validity
CVE-2026-54787Low
sigstore-go fails to check signature timestamps against a signing key's validity period for self-managed long-lived keys without certificates. ## Impact To…
🛡️ NVD-Latest(188 条)
Critical (61 条)
- CVE-2026-18452 DMS+ (Non-Mobile) developed by Rich Source has a Use of Hard-coded Credentials v
CVE-2026-18452Critical 10.0
CVE-2026-18452 CVSS:10.0 DMS+ (Non-Mobile) developed by Rich Source has a Use of Hard-coded Credentials vulnerability. Unauthenticated remote attackers can… - CVE-2026-66803 Improper access control in Azure Cosmos DB allows an unauthorized attacker to ex
CVE-2026-66803Critical 10.0
CVE-2026-66803 CVSS:10.0 Improper access control in Azure Cosmos DB allows an unauthorized attacker to execute code over a network. 产品: - CVE-2026-48449 Adobe Campaign Classic (ACC) is affected by an Incorrect Authorization vulnerabi
CVE-2026-48449Critical 10.0
CVE-2026-48449 CVSS:10.0 Adobe Campaign Classic (ACC) is affected by an Incorrect Authorization vulnerability that could result in arbitrary code execution in… - CVE-2026-12946 IBM Langflow OSS 1.0.0 through 1.10.0 could allow a remote attacker to inject ar
CVE-2026-12946Critical 9.9
CVE-2026-12946 CVSS:9.9 IBM Langflow OSS 1.0.0 through 1.10.0 could allow a remote attacker to inject arbitrary code on the system, due to the improper control… - CVE-2026-13435 IBM Langflow OSS 1.0.0 through 1.10.1 contains an improper input validation vuln
CVE-2026-13435Critical 9.9
CVE-2026-13435 CVSS:9.9 IBM Langflow OSS 1.0.0 through 1.10.1 contains an improper input validation vulnerability in the PythonREPL sandbox implementation. 产品: - CVE-2026-58046 Improper neutralization in the Plesk XML-RPC API allows a remote authenticated l
CVE-2026-58046Critical 9.9
CVE-2026-58046 CVSS:9.9 Improper neutralization in the Plesk XML-RPC API allows a remote authenticated low-privileged user to perform SQL injection and read… - CVE-2026-17561 Improper Control of Generation of Code ('Code Injection') vulnerability in Innot
CVE-2026-17561Critical 9.8
CVE-2026-17561 CVSS:9.8 Improper Control of Generation of Code ('Code Injection') vulnerability in Innotim Software, Telecommunications and Consulting Trade… - CVE-2026-14919 The ShopMonitor.io WordPress plugin before 1.2.0 does not properly restrict its
CVE-2026-14919Critical 9.8
CVE-2026-14919 CVSS:9.8 The ShopMonitor.io WordPress plugin before 1.2.0 does not properly restrict its email-rerouting test mode, gating it behind a… - CVE-2026-14483 The Realtyna Organic IDX plugin + WPL Real Estate plugin for WordPress is vulner
CVE-2026-14483Critical 9.8
CVE-2026-14483 CVSS:9.8 The Realtyna Organic IDX plugin + WPL Real Estate plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to,… - CVE-2026-63223 CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, the is_image and
CVE-2026-63223Critical 9.8
CVE-2026-63223 CVSS:9.8 CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, the is_image and mime_in upload validation rules do not independently… - CVE-2026-43830 Full details and mitigation steps are currently restricted and will be published
CVE-2026-43830Critical 9.8
CVE-2026-43830 CVSS:9.8 Full details and mitigation steps are currently restricted and will be published at a later date. 产品: - CVE-2026-38709 TR1200 v2.4.15, TR3000 v2.4.21, WR300 v2.4.25, WR1200 v2.4.23, WR1300 v2.4.22, W
CVE-2026-38709Critical 9.8
CVE-2026-38709 CVSS:9.8 TR1200 v2.4.15, TR3000 v2.4.21, WR300 v2.4.25, WR1200 v2.4.23, WR1300 v2.4.22, WR1500 v2.3.10, WR3000 v2.4.19, WR3600 v2.3.16, and… - CVE-2026-68503 LazyOwn RedTeam/APT Framework is an AI-powered C2 and red-team operations framew
CVE-2026-68503Critical 9.8
CVE-2026-68503 CVSS:9.8 LazyOwn RedTeam/APT Framework is an AI-powered C2 and red-team operations framework. Prior to 0.2.154, LazyOwn ships default C2… - CVE-2026-68502 LazyOwn RedTeam/APT Framework is an AI-powered C2 and red-team operations framew
CVE-2026-68502Critical 9.8
CVE-2026-68502 CVSS:9.8 LazyOwn RedTeam/APT Framework is an AI-powered C2 and red-team operations framework. Prior to 0.2.154, LazyOwn's lazyc2.py registers an… - CVE-2026-35847 An issue in dnsmgr v.2.15 and before allows a local attacker to execute arbitrar
CVE-2026-35847Critical 9.8
CVE-2026-35847 CVSS:9.8 An issue in dnsmgr v.2.15 and before allows a local attacker to execute arbitrary code via the ping function of the CheckUils.php file… - CVE-2025-69947 SourceCodester Tailor Management System 1.0 is vulnerable to SQL Injection in cu
CVE-2025-69947Critical 9.8
CVE-2025-69947 CVSS:9.8 SourceCodester Tailor Management System 1.0 is vulnerable to SQL Injection in customeredit.php?id=1. 产品: - CVE-2025-69941 SourceCodester Tailor Management System 1.0 is vulnerable to SQL Injection in ad
CVE-2025-69941Critical 9.8
CVE-2025-69941 CVSS:9.8 SourceCodester Tailor Management System 1.0 is vulnerable to SQL Injection in addmeasurement.php?id=1. 产品: - CVE-2025-69938 CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in ren
CVE-2025-69938Critical 9.8
CVE-2025-69938 CVSS:9.8 CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in renew.php via the parameter membershipType. 产品: - CVE-2025-69937 CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in the
CVE-2025-69937Critical 9.8
CVE-2025-69937 CVSS:9.8 CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in the edit_type.php endpoint via the Parameter id. 产品: - CVE-2025-69936 CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /ed
CVE-2025-69936Critical 9.8
CVE-2025-69936 CVSS:9.8 CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /edit_member.php?id=1. 产品: - CVE-2025-69935 CodeAstro Membership Management System 1.0 is vulnerale to SQL Injection in the
CVE-2025-69935Critical 9.8
CVE-2025-69935 CVSS:9.8 CodeAstro Membership Management System 1.0 is vulnerale to SQL Injection in the report.php and revenue_report.php via the fromDate… - CVE-2025-69934 CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /de
CVE-2025-69934Critical 9.8
CVE-2025-69934 CVSS:9.8 CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /delete_members.php?id=1. 产品: - CVE-2025-69933 CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /me
CVE-2025-69933Critical 9.8
CVE-2025-69933 CVSS:9.8 CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /memberProfile.php?id=1. 产品: - CVE-2025-69930 CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /pr
CVE-2025-69930Critical 9.8
CVE-2025-69930 CVSS:9.8 CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /print_membership_card.php?id=1. 产品: - CVE-2025-65336 Ecommerce-project-with-php-and-mysqli-Fruits-Bazar 1.0 is vulnerable to SQL Inje
CVE-2025-65336Critical 9.8
CVE-2025-65336 CVSS:9.8 Ecommerce-project-with-php-and-mysqli-Fruits-Bazar 1.0 is vulnerable to SQL Injection in /show_price_by_pdtId.php. 产品: - CVE-2026-67594 Spikster through commit e1cdf8c contains a missing authentication vulnerability
CVE-2026-67594Critical 9.8
CVE-2026-67594 CVSS:9.8 Spikster through commit e1cdf8c contains a missing authentication vulnerability that allows unauthenticated remote attackers to access… - CVE-2026-67208 Juggle through 1.6.0 contains a remote code execution vulnerability that allows
CVE-2026-67208Critical 9.8
CVE-2026-67208 CVSS:9.8 Juggle through 1.6.0 contains a remote code execution vulnerability that allows unauthenticated remote attackers to execute arbitrary… - CVE-2026-15976 SGLang contains a RCE vulnerability when attempting to load model weights from a
CVE-2026-15976Critical 9.8
CVE-2026-15976 CVSS:9.8 SGLang contains a RCE vulnerability when attempting to load model weights from a HuggingFace repository, specifically within the… - CVE-2026-15971 SGLang contains an RCE vulnerability when the optional dumper subsystem is enabl
CVE-2026-15971Critical 9.8
CVE-2026-15971 CVSS:9.8 SGLang contains an RCE vulnerability when the optional dumper subsystem is enabled, allowing for a sandbox escape when… - CVE-2026-15969 SGLang contains an unauthenticated RCE in /load_lora_adapter_from_tensors via by
CVE-2026-15969Critical 9.8
CVE-2026-15969 CVSS:9.8 SGLang contains an unauthenticated RCE in /load_lora_adapter_from_tensors via bypass of SafeUnpickler’s incomplete denylist, allowing… - CVE-2026-12943 IBM HMC V10.3.1050.0 through 10.3.1064.0 and IBM HMC V11.1.1110.0 through 11.1.1
CVE-2026-12943Critical 9.8
CVE-2026-12943 CVSS:9.8 IBM HMC V10.3.1050.0 through 10.3.1064.0 and IBM HMC V11.1.1110.0 through 11.1.1112.0 Management systems in IBM Power environments (HMC… - CVE-2026-12118 IBM webMethods Integration (on prem) 10.15, 10.11 could allow an unauthenticated
CVE-2026-12118Critical 9.8
CVE-2026-12118 CVSS:9.8 IBM webMethods Integration (on prem) 10.15, 10.11 could allow an unauthenticated remote attacker to execute arbitrary code on the… - CVE-2026-12940 IBM Langflow OSS 1.0.0 through 1.10.1 are vulnerable to unauthenticated remote
CVE-2026-12940Critical 9.8
CVE-2026-12940 CVSS:9.8 IBM Langflow OSS 1.0.0 through 1.10.1 are vulnerable to unauthenticated remote code execution via environment variable injection in… - CVE-2026-52680 Apache Kyuubi REST batch multipart upload handling uses the client-supplied mult
CVE-2026-52680Critical 9.8
CVE-2026-52680 CVSS:9.8 Apache Kyuubi REST batch multipart upload handling uses the client-supplied multipart filename when creating a temporary uploaded… - CVE-2026-4978 Improper neutralization of special elements used in an SQL command ('SQL injecti
CVE-2026-4978Critical 9.8
CVE-2026-4978 CVSS:9.8 Improper neutralization of special elements used in an SQL command ('SQL injection') vulnerability in UMAI Vision Traffic Analysis… - CVE-2026-28812 UserManager lack of checks allows impersonation in Apache JSPWiki up to 2.12.3 w
CVE-2026-28812Critical 9.8
CVE-2026-28812 CVSS:9.8 UserManager lack of checks allows impersonation in Apache JSPWiki up to 2.12.3 which may allow attackers to escalate privileges. Users… - CVE-2026-28323 SolarWinds Web Help Desk is found to be affected by a SAML authentication bypass
CVE-2026-28323Critical 9.8
CVE-2026-28323 CVSS:9.8 SolarWinds Web Help Desk is found to be affected by a SAML authentication bypass vulnerability. This requires the SAML 2.0… - CVE-2026-15435 IBM App Connect Enterprise 13.0.1.0 through 13.0.7.2, and 12.0.1.0 through 12.0.
CVE-2026-15435Critical 9.8
CVE-2026-15435 CVSS:9.8 IBM App Connect Enterprise 13.0.1.0 through 13.0.7.2, and 12.0.1.0 through 12.0.12.27 could allow a remote attacker to traverse… - CVE-2026-59310 VMware vCenter contains a directory traversal vulnerability in the Syslog server
CVE-2026-59310Critical 9.8
CVE-2026-59310 CVSS:9.8 VMware vCenter contains a directory traversal vulnerability in the Syslog server. A malicious actor with network access to vCenter may… - CVE-2026-59309 VMware vCenter contains an authentication bypass vulnerability in the VMware Dir
CVE-2026-59309Critical 9.8
CVE-2026-59309 CVSS:9.8 VMware vCenter contains an authentication bypass vulnerability in the VMware Directory Service. A malicious actor with network access… - CVE-2026-7849 Due to improper neutralization of special elements, an unauthenticated remote at
CVE-2026-7849Critical 9.8
CVE-2026-7849 CVSS:9.8 Due to improper neutralization of special elements, an unauthenticated remote attacker is able to inject a command into the system… - CVE-2026-44108 Due to a flaw in the execution order of scripts during shutdown, the firewall is
CVE-2026-44108Critical 9.8
CVE-2026-44108 CVSS:9.8 Due to a flaw in the execution order of scripts during shutdown, the firewall is terminated prematurely during system shutdown. This… - CVE-2026-44104 The firmware update process for the basemodule of the charging controller only v
CVE-2026-44104Critical 9.8
CVE-2026-44104 CVSS:9.8 The firmware update process for the basemodule of the charging controller only validates the CRC32 checksum without cryptographic… - CVE-2026-44101 Due to missing authentication the CHARX OCPP Agent service allows an unauthentic
CVE-2026-44101Critical 9.8
CVE-2026-44101 CVSS:9.8 Due to missing authentication the CHARX OCPP Agent service allows an unauthenticated remote attacker to reconfigure the backend… - CVE-2026-44090 Due to missing authentication, an unauthenticated remote attacker may access the
CVE-2026-44090Critical 9.8
CVE-2026-44090 CVSS:9.8 Due to missing authentication, an unauthenticated remote attacker may access the MQTT broker, which is only protected from external… - CVE-2026-58066 Rocket.Chat's SAML SSO before versions 8.7.0, 8.6.1, 8.5.2, 8.4.5, 8.3.7, 8.2.7,
CVE-2026-58066Critical 9.8
CVE-2026-58066 CVSS:9.8 Rocket.Chat's SAML SSO before versions 8.7.0, 8.6.1, 8.5.2, 8.4.5, 8.3.7, 8.2.7, 8.1.7, 8.0.8, and 7.10.14 verified XML signatures but… - CVE-2026-16610 The Admin and Site Enhancements (ASE) Pro plugin for WordPress is vulnerable to
CVE-2026-16610Critical 9.8
CVE-2026-16610 CVSS:9.8 The Admin and Site Enhancements (ASE) Pro plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and… - CVE-2026-17727 Out of bounds write in WebGL in Google Chrome on Android prior to 151.0.7922.72
CVE-2026-17727Critical 9.6
CVE-2026-17727 CVSS:9.6 Out of bounds write in WebGL in Google Chrome on Android prior to 151.0.7922.72 allowed a remote attacker to potentially perform a… - CVE-2026-17726 Integer overflow in WebGL in Google Chrome on Android prior to 151.0.7922.72 all
CVE-2026-17726Critical 9.6
CVE-2026-17726 CVSS:9.6 Integer overflow in WebGL in Google Chrome on Android prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox… - CVE-2026-63221 CodeIgniter is a PHP full-stack web framework. From 4.3.0 through 4.7.3, Query B
CVE-2026-63221Critical 9.4
CVE-2026-63221 CVSS:9.4 CodeIgniter is a PHP full-stack web framework. From 4.3.0 through 4.7.3, Query Builder deleteBatch() substitutes bound values from… - CVE-2026-44100 The CHARX JupiCore service allows an unauthenticated remote attacker to reconfig
CVE-2026-44100Critical 9.4
CVE-2026-44100 CVSS:9.4 The CHARX JupiCore service allows an unauthenticated remote attacker to reconfigure charging points. This can lead to disclosure of… - CVE-2026-66421 OpenClaw Dashboard contains a stored cross-site scripting vulnerability that all
CVE-2026-66421Critical 9.3
CVE-2026-66421 CVSS:9.3 OpenClaw Dashboard contains a stored cross-site scripting vulnerability that allows unauthenticated remote attackers to execute… - CVE-2026-66418 OpenClaw Dashboard v3.0.0 contains a stored cross-site scripting vulnerability t
CVE-2026-66418Critical 9.3
CVE-2026-66418 CVSS:9.3 OpenClaw Dashboard v3.0.0 contains a stored cross-site scripting vulnerability that allows unauthenticated remote attackers to inject… - CVE-2026-11707 IBM Tivoli System Automation Application Manager 4.1 and IBM WebSphere Applicati
CVE-2026-11707Critical 9.3
CVE-2026-11707 CVSS:9.3 IBM Tivoli System Automation Application Manager 4.1 and IBM WebSphere Application Server is affected by a cross-site scripting… - CVE-2026-47876 VMware ESX contains an out-of-bounds write vulnerability in the VMXNET3 virtual
CVE-2026-47876Critical 9.3
CVE-2026-47876 CVSS:9.3 VMware ESX contains an out-of-bounds write vulnerability in the VMXNET3 virtual network adapter. A malicious actor with local… - CVE-2026-52539 Outstatic CMS <= 2.1.9 contains a hardcoded JWT signing secret. When the OST_TOK
CVE-2026-52539Critical 9.1
CVE-2026-52539 CVSS:9.1 Outstatic CMS <= 2.1.9 contains a hardcoded JWT signing secret. When the OST_TOKEN_SECRET environment variable is not set, the… - CVE-2026-54363 CentreStack before 17.5 contains a hardcoded cryptographic key vulnerability tha
CVE-2026-54363Critical 9.1
CVE-2026-54363 CVSS:9.1 CentreStack before 17.5 contains a hardcoded cryptographic key vulnerability that allows unauthenticated attackers to forge arbitrary… - CVE-2026-44092 An unauthenticated remote attacker can inject malicious input into the ModbusSer
CVE-2026-44092Critical 9.1
CVE-2026-44092 CVSS:9.1 An unauthenticated remote attacker can inject malicious input into the ModbusServer application because it does not validate the input… - CVE-2026-44091 An unauthenticated remote attacker can post a malicious ID to the MQTT Broker re
CVE-2026-44091Critical 9.1
CVE-2026-44091 CVSS:9.1 An unauthenticated remote attacker can post a malicious ID to the MQTT Broker results in the creation of a new configuration entry in… - CVE-2026-18245 Improper control of code generation in Amazon @aws-amplify/codegen-ui-react befo
CVE-2026-18245Critical 9.0
CVE-2026-18245 CVSS:9.0 Improper control of code generation in Amazon @aws-amplify/codegen-ui-react before 2.20.6 might allow a remote authenticated user to… - CVE-2026-14602 The Remote API WordPress plugin through 0.2 does not authenticate a request befo
CVE-2026-14602Critical 9.0
CVE-2026-14602 CVSS:9.0 The Remote API WordPress plugin through 0.2 does not authenticate a request before deserializing user-supplied input, allowing…
High (127 条)
- CVE-2026-16236 The Realtyna Organic IDX plugin for WordPress is vulnerable to Arbitrary File Up
CVE-2026-16236High 8.8
CVE-2026-16236 CVSS:8.8 The Realtyna Organic IDX plugin for WordPress is vulnerable to Arbitrary File Upload in versions up to, and including, 5.3.0. This is… - CVE-2026-13609 The Frontend Admin by DynamiApps WordPress plugin before 3.29.9 decodes HTML ent
CVE-2026-13609High 8.8
CVE-2026-13609 CVSS:8.8 The Frontend Admin by DynamiApps WordPress plugin before 3.29.9 decodes HTML entities in a submitted form field value after sanitizing… - CVE-2026-66420 MeshCentral 1.1.21 contains a cross-site WebSocket hijacking protection bypass v
CVE-2026-66420High 8.8
CVE-2026-66420 CVSS:8.8 MeshCentral 1.1.21 contains a cross-site WebSocket hijacking protection bypass vulnerability that allows unauthenticated remote… - CVE-2026-65423 An integer overflow in the UA_Variant arrayDimensions product computation in op
CVE-2026-65423High 8.8
CVE-2026-65423 CVSS:8.8 An integer overflow in the UA_Variant arrayDimensions product computation in open62541 may allow a remote attacker to trigger an… - CVE-2026-12562 The RCU II+ and Multiload II+ are vulnerable to an unauthenticated service that
CVE-2026-12562High 8.8
CVE-2026-12562 CVSS:8.8 The RCU II+ and Multiload II+ are vulnerable to an unauthenticated service that exposes a debug interface granting full root-level… - CVE-2026-67207 Wolf CMS through 0.8.3.1 contains an authorization bypass vulnerability in Backu
CVE-2026-67207High 8.8
CVE-2026-67207 CVSS:8.8 Wolf CMS through 0.8.3.1 contains an authorization bypass vulnerability in BackupRestoreController that allows authenticated… - CVE-2026-67206 Wolf CMS through 0.8.3.1 contains a remote code execution vulnerability in FileM
CVE-2026-67206High 8.8
CVE-2026-67206 CVSS:8.8 Wolf CMS through 0.8.3.1 contains a remote code execution vulnerability in FileManagerController that allows authenticated attackers to… - CVE-2026-66416 Leantime 3.6.2 contains a cross-site request forgery vulnerability that allows u
CVE-2026-66416High 8.8
CVE-2026-66416 CVSS:8.8 Leantime 3.6.2 contains a cross-site request forgery vulnerability that allows unauthenticated attackers to perform state-changing… - CVE-2026-58222 A security flaw combining LDAP filter injection and improper authorization check
CVE-2026-58222High 8.8
CVE-2026-58222 CVSS:8.8 A security flaw combining LDAP filter injection and improper authorization checks was found in Samba Active Directory Domain Controller… - CVE-2026-28813 Apache JSPWiki, up to 2.12.3, is vulnerable to JSON Hijacking, which leads to cs
CVE-2026-28813High 8.8
CVE-2026-28813 CVSS:8.8 Apache JSPWiki, up to 2.12.3, is vulnerable to JSON Hijacking, which leads to csrf vulnerabilities. Users are recommended to upgrade to… - CVE-2026-14522 IBM App Connect Enterprise 13.0.1.0 through 13.0.7.2, and 12.0.1.0 through 12.0.
CVE-2026-14522High 8.8
CVE-2026-14522 CVSS:8.8 IBM App Connect Enterprise 13.0.1.0 through 13.0.7.2, and 12.0.1.0 through 12.0.12.27 could allow a remote attacker to execute… - CVE-2026-67351 Serendipity before 2.6.1 contains an authentication context confusion vulnerabil
CVE-2026-67351High 8.8
CVE-2026-67351 CVSS:8.8 Serendipity before 2.6.1 contains an authentication context confusion vulnerability where password validation and session loading… - CVE-2026-54368 CentreStack before 17.4 contains a SQL injection vulnerability in GladDBFiles.Se
CVE-2026-54368High 8.8
CVE-2026-54368 CVSS:8.8 CentreStack before 17.4 contains a SQL injection vulnerability in GladDBFiles.SearchEx() and SearchExUnder() that allows authenticated… - CVE-2026-22622 Improper input validation in one of the session management interface of Eaton's
CVE-2026-22622High 8.8
CVE-2026-22622 CVSS:8.8 Improper input validation in one of the session management interface of Eaton's Tripp Lite series PADM firmware could allow an… - CVE-2026-16526 A flaw in the PCP linux_sockets module exposes an unsecured internal connection.
CVE-2026-16526High 8.8
CVE-2026-16526 CVSS:8.8 A flaw in the PCP linux_sockets module exposes an unsecured internal connection. An attacker with initial code execution can exploit… - CVE-2026-14356 The FleekDash V2 plugin for WordPress is vulnerable to authorization bypass in a
CVE-2026-14356High 8.8
CVE-2026-14356 CVSS:8.8 The FleekDash V2 plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.6.2.2. This is due… - CVE-2026-12721 The Kirki WordPress plugin before 6.0.13 does not properly sanitise and escape
CVE-2026-12721High 8.6
CVE-2026-12721 CVSS:8.6 The Kirki WordPress plugin before 6.0.13 does not properly sanitise and escape a value taken from the request before using it in a SQL… - CVE-2026-67346 Swarms through 6.8.1, fixed in commit 8b0fc9e, contains a server-side request fo
CVE-2026-67346High 8.6
CVE-2026-67346 CVSS:8.6 Swarms through 6.8.1, fixed in commit 8b0fc9e, contains a server-side request forgery vulnerability in the _is_safe_url function that… - CVE-2026-54367 CentreStack before 17.2 contains an authentication bypass vulnerability that all
CVE-2026-54367High 8.6
CVE-2026-54367 CVSS:8.6 CentreStack before 17.2 contains an authentication bypass vulnerability that allows unauthenticated attackers to read, write, or delete… - CVE-2026-22620 Improper input validation in the authentication component of Eaton's Tripp Lite
CVE-2026-22620High 8.6
CVE-2026-22620 CVSS:8.6 Improper input validation in the authentication component of Eaton's Tripp Lite series PADM firmware could allow an unauthenticated… - CVE-2026-44098 This vulnerability allows an unauthenticated remote attacker with control over t
CVE-2026-44098High 8.6
CVE-2026-44098 CVSS:8.6 This vulnerability allows an unauthenticated remote attacker with control over the OCPP backend via firewall-bypass to perform an OS… - CVE-2026-44094 An unauthenticated remote attacker can enforce the system to fall back to a firm
CVE-2026-44094High 8.6
CVE-2026-44094 CVSS:8.6 An unauthenticated remote attacker can enforce the system to fall back to a firmware partition with an insecure configuration including… - CVE-2026-13395 The Online Scheduling and Appointment Booking System WordPress plugin before 27
CVE-2026-13395High 8.6
CVE-2026-13395 CVSS:8.6 The Online Scheduling and Appointment Booking System WordPress plugin before 27.8 does not sanitize or properly cast a user-supplied… - CVE-2026-48448 Adobe Campaign Classic (ACC) is affected by an Improper Neutralization of Specia
CVE-2026-48448High 8.6
CVE-2026-48448 CVSS:8.6 Adobe Campaign Classic (ACC) is affected by an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')… - CVE-2026-10079 A flaw was found in Red Hat Advanced Cluster Security for Kubernetes (RHACS). Wh
CVE-2026-10079High 8.5
CVE-2026-10079 CVSS:8.5 A flaw was found in Red Hat Advanced Cluster Security for Kubernetes (RHACS). When processing Kubernetes Deployments, ACS replaces… - CVE-2026-62246 Kamaji is the Hosted Control Plane Manager for Kubernetes. Prior to 26.7.4-edge,
CVE-2026-62246High 8.5
CVE-2026-62246 CVSS:8.5 Kamaji is the Hosted Control Plane Manager for Kubernetes. Prior to 26.7.4-edge, Kamaji derives a TenantControlPlane datastore schema,… - CVE-2026-11536 IBM WebSphere Application Server 9.0, and 8.5 is affected by a remote code execu
CVE-2026-11536High 8.5
CVE-2026-11536 CVSS:8.5 IBM WebSphere Application Server 9.0, and 8.5 is affected by a remote code execution vulnerability in the SOAP/JMX connector. 产品: - CVE-2026-66415 Leantime 3.6.2 contains a server-side request forgery and local file inclusion v
CVE-2026-66415High 8.5
CVE-2026-66415 CVSS:8.5 Leantime 3.6.2 contains a server-side request forgery and local file inclusion vulnerability that allows authenticated attackers to… - CVE-2026-57862 Kanboard 1.2.52 and prior contains a server-side request forgery vulnerability t
CVE-2026-57862High 8.5
CVE-2026-57862 CVSS:8.5 Kanboard 1.2.52 and prior contains a server-side request forgery vulnerability that allows authenticated users to bypass SSRF… - CVE-2026-10535 IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to buffer
CVE-2026-10535High 8.4
CVE-2026-10535 CVSS:8.4 IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to buffer overflow in setgid helper db2flacc. 产品: - CVE-2026-11885 IBM PowerVM Hypervisor FW1110.00 through FW1110.20, FW1060.00 through FW1060.71,
CVE-2026-11885High 8.4
CVE-2026-11885 CVSS:8.4 IBM PowerVM Hypervisor FW1110.00 through FW1110.20, FW1060.00 through FW1060.71, and FW950.00 through FW950.H1 A carefully crafted OS… - CVE-2026-14980 IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.8 is vulnerab
CVE-2026-14980High 8.3
CVE-2026-14980 CVSS:8.3 IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.8 is vulnerable to cross-site request forgery which could allow an… - CVE-2026-5219 Cross-Site request forgery (CSRF) vulnerability in Softtr Information Technology
CVE-2026-5219High 8.3
CVE-2026-5219 CVSS:8.3 Cross-Site request forgery (CSRF) vulnerability in Softtr Information Technology Trade Ltd. Co. E-Commerce Pack allows Cross Site…
+PoC-in-GitHu - CVE-2026-22621 Improper input validation in one of the session management interface of Eaton's
CVE-2026-22621High 8.3
CVE-2026-22621 CVSS:8.3 Improper input validation in one of the session management interface of Eaton's Tripp Lite Series PADM firmware could allow an… - CVE-2026-47882 When enabling Spring Boot DevTools support for a remote application target (for
CVE-2026-47882High 8.3
CVE-2026-47882 CVSS:8.3 When enabling Spring Boot DevTools support for a remote application target (for example a Docker container or Cloud Foundry app) from… - CVE-2026-56672 ComfyUI is a node-based diffusion model GUI, API, and backend. Prior to 0.28.0,
CVE-2026-56672High 8.2
CVE-2026-56672 CVSS:8.2 ComfyUI is a node-based diffusion model GUI, API, and backend. Prior to 0.28.0, GET /userdata/{file} served user-controlled HTML and… - CVE-2026-56670 ComfyUI is a modular diffusion model GUI, api and backend with a graph/nodes int
CVE-2026-56670High 8.2
CVE-2026-56670 CVSS:8.2 ComfyUI is a modular diffusion model GUI, api and backend with a graph/nodes interface. Prior to 0.28.0, the /view endpoint served… - CVE-2026-12722 Missing authentication for critical function vulnerability in FTC Software IT Se
CVE-2026-12722High 8.2
CVE-2026-12722 CVSS:8.2 Missing authentication for critical function vulnerability in FTC Software IT Services FTC E-Commerce Management Panel allows… - CVE-2026-62391 The security fix for CVE-2025-66518 is incomplete. Any client who can access to
CVE-2026-62391High 8.1
CVE-2026-62391 CVSS:8.1 The security fix for CVE-2025-66518 is incomplete. Any client who can access to Apache Kyuubi Server via Kyuubi frontend protocols can… - CVE-2026-65313 A provisioning script used when installing HIPASE-250 (formerly 250 SCALA) engin
CVE-2026-65313High 8.1
CVE-2026-65313 CVSS:8.1 A provisioning script used when installing HIPASE-250 (formerly 250 SCALA) engineering workstations sets a fixed, hard-coded x11vnc… - CVE-2026-15258 The Product Feed Manager For WooCommerce WordPress plugin before 7.6.1 does not
CVE-2026-15258High 8.1
CVE-2026-15258 CVSS:8.1 The Product Feed Manager For WooCommerce WordPress plugin before 7.6.1 does not properly sanitise and escape product-feed custom… - CVE-2026-12695 The miniOrange 2FA WordPress plugin before 6.2.6 does not validate the submitte
CVE-2026-12695High 8.1
CVE-2026-12695 CVSS:8.1 The miniOrange 2FA WordPress plugin before 6.2.6 does not validate the submitted one-time password against the targeted user's stored… - CVE-2026-12251 The Ultimate Member WordPress plugin before 2.12.1 does not filter administrato
CVE-2026-12251High 8.1
CVE-2026-12251 CVSS:8.1 The Ultimate Member WordPress plugin before 2.12.1 does not filter administrator-level capabilities from the roles it makes selectable… - CVE-2026-63035 A heap use-after-free vulnerability in the TransferSubscriptions service in ope
CVE-2026-63035High 8.1
CVE-2026-63035 CVSS:8.1 A heap use-after-free vulnerability in the TransferSubscriptions service in open62541 may allow an authenticated attacker to cause a… - CVE-2026-13444 IBM Langflow OSS 1.0.0 through 1.10.1 can allow an attacker to access another us
CVE-2026-13444High 8.1
CVE-2026-13444 CVSS:8.1 IBM Langflow OSS 1.0.0 through 1.10.1 can allow an attacker to access another user's private vector documents by creating their own… - CVE-2026-15658 A vulnerability in the foreUP customer REST API allows any authenticated, low-pr
CVE-2026-15658High 8.1
CVE-2026-15658 CVSS:8.1 A vulnerability in the foreUP customer REST API allows any authenticated, low-privilege customer to access an endpoint that returns the… - CVE-2026-67348 Julep contains an insecure direct object reference vulnerability in the get_exec
CVE-2026-67348High 8.1
CVE-2026-67348 CVSS:8.1 Julep contains an insecure direct object reference vulnerability in the get_execution_details endpoint that allows authenticated… - CVE-2026-67345 MaxKey through 4.1.12, fixed in commit ddbb72f, contains an insufficient redirec
CVE-2026-67345High 8.1
CVE-2026-67345 CVSS:8.1 MaxKey through 4.1.12, fixed in commit ddbb72f, contains an insufficient redirect URI validation vulnerability in… - CVE-2026-56428 The SSH service on BSH ELP (Electronic Platform) modules contains a platform-spe
CVE-2026-56428High 8.1
CVE-2026-56428 CVSS:8.1 The SSH service on BSH ELP (Electronic Platform) modules contains a platform-specific vulnerability due to an improperly secured… - CVE-2026-47873 The Boot Dashboard Docker integration in Spring Tools publishes container contro
CVE-2026-47873High 8.0
CVE-2026-47873 CVSS:8.0 The Boot Dashboard Docker integration in Spring Tools publishes container control ports on all of the host's network interfaces… - CVE-2026-47858 Starting Spring Boot applications in the Spring Tools with the live information
CVE-2026-47858High 8.0
CVE-2026-47858 CVSS:8.0 Starting Spring Boot applications in the Spring Tools with the live information mode enabled makes the running application vulnerable… - CVE-2026-18157 A flaw was found in yggdrasil-worker-package-manager. A local attacker with exis
CVE-2026-18157High 7.8
CVE-2026-18157 CVSS:7.8 A flaw was found in yggdrasil-worker-package-manager. A local attacker with existing access to the system could exploit an argument… - CVE-2026-44106 A privilege escalation vulnerability in the init-script for user-applications al
CVE-2026-44106High 7.8
CVE-2026-44106 CVSS:7.8 A privilege escalation vulnerability in the init-script for user-applications allows a low-privileged local user to execute arbitrary… - CVE-2026-44099 A privilege escalation vulnerability in the system configuration allows a low-pr
CVE-2026-44099High 7.8
CVE-2026-44099 CVSS:7.8 A privilege escalation vulnerability in the system configuration allows a low-privileged local user to execute arbitrary commands as… - CVE-2026-44096 A privilege escalation vulnerability in udhcpc allows a local user "charx-web" t
CVE-2026-44096High 7.8
CVE-2026-44096 CVSS:7.8 A privilege escalation vulnerability in udhcpc allows a local user "charx-web" to execute arbitrary commands as root, resulting in full… - CVE-2026-44095 A privilege escalation vulnerability in a script used for network configuration
CVE-2026-44095High 7.8
CVE-2026-44095 CVSS:7.8 A privilege escalation vulnerability in a script used for network configuration allows a low-privileged local user to execute arbitrary… - CVE-2026-44093 A local privilege escalation vulnerability in the init-script for user-applicati
CVE-2026-44093High 7.8
CVE-2026-44093 CVSS:7.8 A local privilege escalation vulnerability in the init-script for user-applications allows a low-privileged local user to execute… - CVE-2026-16524 A command injection flaw in PCP's linux_sockets PMDA allows malicious shell meta
CVE-2026-16524High 7.8
CVE-2026-16524 CVSS:7.8 A command injection flaw in PCP's linux_sockets PMDA allows malicious shell metacharacters via the network.persocket.filter metric.… - CVE-2026-67527 OpenProject is open-source, web-based project management software. Prior to 17.6
CVE-2026-67527High 7.6
CVE-2026-67527 CVSS:7.6 OpenProject is open-source, web-based project management software. Prior to 17.6.0, PATCH /api/v3/work_packages/{id} accepted… - CVE-2026-41703 VMware ESX, Workstation, and Fusion contain an out-of-bounds read vulnerability.
CVE-2026-41703High 7.6
CVE-2026-41703 CVSS:7.6 VMware ESX, Workstation, and Fusion contain an out-of-bounds read vulnerability. A malicious actor with VM deployment privileges could… - CVE-2026-18381 A flaw was found in the koku-metrics-operator for Red Hat OpenShift. The operato
CVE-2026-18381High 7.6
CVE-2026-18381 CVSS:7.6 A flaw was found in the koku-metrics-operator for Red Hat OpenShift. The operator's CostManagementMetricsConfig custom resource allows… - CVE-2026-18378 A flaw was found in koku-metrics-operator. The operator's CostManagementMetricsC
CVE-2026-18378High 7.6
CVE-2026-18378 CVSS:7.6 A flaw was found in koku-metrics-operator. The operator's CostManagementMetricsConfig custom resource allows user able to edit the CR… - CVE-2026-18361 The IRIS web application in version 2.4.26 and possibly others is vulnerable to
CVE-2026-18361High 7.6
CVE-2026-18361 CVSS:7.6 The IRIS web application in version 2.4.26 and possibly others is vulnerable to stored cross-site scripting (XSS) in the datastore… - CVE-2026-18360 The IRIS web application in version 2.4.26 and possibly others is vulnerable to
CVE-2026-18360High 7.6
CVE-2026-18360 CVSS:7.6 The IRIS web application in version 2.4.26 and possibly others is vulnerable to stored cross-site scripting (XSS) in the custom… - CVE-2026-16969 The IRIS web application in version 2.4.26 and possibly others is vulnerable to
CVE-2026-16969High 7.6
CVE-2026-16969 CVSS:7.6 The IRIS web application in version 2.4.26 and possibly others is vulnerable to stored cross-site scripting (XSS) in the assets… - CVE-2026-18358 A flaw was found in gnome-remote-desktop as shipped in Red Hat Enterprise Linux.
CVE-2026-18358High 7.5
CVE-2026-18358 CVSS:7.5 A flaw was found in gnome-remote-desktop as shipped in Red Hat Enterprise Linux. When the daemon is running in system mode with RDP… - CVE-2026-15722 A stack buffer overflow flaw was found in 389 Directory Server (389-ds-base). Th
CVE-2026-15722High 7.5
CVE-2026-15722 CVSS:7.5 A stack buffer overflow flaw was found in 389 Directory Server (389-ds-base). The get_ruvelement_from_berval() function in repl5_ruv.c… - CVE-2026-11770 A flaw was found in 389 Directory Server. An unauthenticated remote attacker can
CVE-2026-11770High 7.5
CVE-2026-11770 CVSS:7.5 A flaw was found in 389 Directory Server. An unauthenticated remote attacker can inject LDAP search filters into the CleanAllRUV… - CVE-2026-65310 ANDRITZ HIPASE-250 (formerly 250 SCALA), in the default configuration of affecte
CVE-2026-65310High 7.5
CVE-2026-65310 CVSS:7.5 ANDRITZ HIPASE-250 (formerly 250 SCALA), in the default configuration of affected versions, exposes its data and configuration endpoint… - CVE-2026-65309 ANDRITZ HIPASE-250 (formerly 250 SCALA) in affected versions stores and transmit
CVE-2026-65309High 7.5
CVE-2026-65309 CVSS:7.5 ANDRITZ HIPASE-250 (formerly 250 SCALA) in affected versions stores and transmits user passwords using a reversible format instead of a… - CVE-2026-15048 The Geeky Bot WordPress plugin before 1.2.8 does not perform an authorization c
CVE-2026-15048High 7.5
CVE-2026-15048 CVSS:7.5 The Geeky Bot WordPress plugin before 1.2.8 does not perform an authorization check on one of its AJAX actions, allowing… - CVE-2026-14930 The JS Help Desk WordPress plugin before 3.1.4 does not perform any authorizati
CVE-2026-14930High 7.5
CVE-2026-14930 CVSS:7.5 The JS Help Desk WordPress plugin before 3.1.4 does not perform any authorization, nonce, or ownership check on a front-end request… - CVE-2026-14830 The FlxWoo WordPress plugin before 3.1.1 does not verify with the payment proces
CVE-2026-14830High 7.5
CVE-2026-14830 CVSS:7.5 The FlxWoo WordPress plugin before 3.1.1 does not verify with the payment processor that a checkout session was actually paid before… - CVE-2026-14333 The Demi WordPress plugin before 0.0.7 stores its full-site backup archives in
CVE-2026-14333High 7.5
CVE-2026-14333 CVSS:7.5 The Demi WordPress plugin before 0.0.7 stores its full-site backup archives in a publicly accessible location under a predictable… - CVE-2026-14319 The GiveWP WordPress plugin before 4.16.3 does not properly restrict access to
CVE-2026-14319High 7.5
CVE-2026-14319 CVSS:7.5 The GiveWP WordPress plugin before 4.16.3 does not properly restrict access to a REST API endpoint that returns recurring-donation… - CVE-2026-12720 The Kirki WordPress plugin before 6.0.13 does not restrict which classes may be
CVE-2026-12720High 7.5
CVE-2026-12720 CVSS:7.5 The Kirki WordPress plugin before 6.0.13 does not restrict which classes may be instantiated when it deserialises data that… - CVE-2026-63222 CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, calling UploadedF
CVE-2026-63222High 7.5
CVE-2026-63222 CVSS:7.5 CodeIgniter is a PHP full-stack web framework. Prior to 4.7.4, calling UploadedFile::move() without a second argument uses the… - CVE-2026-56673 ComfyUI is a modular diffusion model GUI, API, and backend with a graph-and-node
CVE-2026-56673High 7.5
CVE-2026-56673 CVSS:7.5 ComfyUI is a modular diffusion model GUI, API, and backend with a graph-and-node interface. Prior to 0.28.0,… - CVE-2026-56671 ComfyUI is a modular diffusion model GUI, api and backend with a graph/nodes int
CVE-2026-56671High 7.5
CVE-2026-56671 CVSS:7.5 ComfyUI is a modular diffusion model GUI, api and backend with a graph/nodes interface. Prior to 0.28.0, get_model_preview in… - CVE-2026-43832 Full details and mitigation steps are currently restricted and will be published
CVE-2026-43832High 7.5
CVE-2026-43832 CVSS:7.5 Full details and mitigation steps are currently restricted and will be published at a later date. 产品: - CVE-2026-43831 Full details and mitigation steps are currently restricted and will be published
CVE-2026-43831High 7.5
CVE-2026-43831 CVSS:7.5 Full details and mitigation steps are currently restricted and will be published at a later date. 产品: - CVE-2026-43829 Full details and mitigation steps are currently restricted and will be published
CVE-2026-43829High 7.5
CVE-2026-43829 CVSS:7.5 Full details and mitigation steps are currently restricted and will be published at a later date. 产品: - CVE-2026-66360 The ISO Presentation layer contains a flaw in the handling of specific paramete
CVE-2026-66360High 7.5
CVE-2026-66360 CVSS:7.5 The ISO Presentation layer contains a flaw in the handling of specific parameters during normal mode negotiation. A missing length… - CVE-2026-63559 An integer overflow in the UA_Variant arrayDimensions product computation in op
CVE-2026-63559High 7.5
CVE-2026-63559 CVSS:7.5 An integer overflow in the UA_Variant arrayDimensions product computation in open62541 may allow a remote attacker to read… - CVE-2026-18064 An incomplete fix for CVE-2026-15352 in the NASA core Flight System (cFS) Healt
CVE-2026-18064High 7.5
CVE-2026-18064 CVSS:7.5 An incomplete fix for CVE-2026-15352 in the NASA core Flight System (cFS) Health and Safety (HS) application leaves a separate NULL… - CVE-2026-68500 Sylius Mollie Plugin provides Mollie payment integration for Sylius applications
CVE-2026-68500High 7.5
CVE-2026-68500 CVSS:7.5 Sylius Mollie Plugin provides Mollie payment integration for Sylius applications. Prior to 2.2.8, 3.2.4, and 3.3.1, Sylius Mollie…
+GitHub-Advis - CVE-2026-61536 Banks generates meaningful LLM prompts using a simple template language. In vers
CVE-2026-61536High 7.5
CVE-2026-61536 CVSS:7.5 Banks generates meaningful LLM prompts using a simple template language. In versions prior to 2.4.3, banks parses Tool JSON objects… - CVE-2026-18140 Uncontrolled recursion in the unknown-key skip path of the aws-smithy-json runti
CVE-2026-18140High 7.5
CVE-2026-18140 CVSS:7.5 Uncontrolled recursion in the unknown-key skip path of the aws-smithy-json runtime crate before 0.62.7, which the smithy-rs code… - CVE-2026-15978 SGLang contains a model weight exfiltration vulnerability when no API keys are c
CVE-2026-15978High 7.5
CVE-2026-15978 CVSS:7.5 SGLang contains a model weight exfiltration vulnerability when no API keys are configured, as SGLang will expose two endpoints that… - CVE-2026-15977 SGLang contains a credential leakage vulnerability in the /server_info endpoint,
CVE-2026-15977High 7.5
CVE-2026-15977 CVSS:7.5 SGLang contains a credential leakage vulnerability in the /server_info endpoint, which will return API keys and SSL keyfile information… - CVE-2026-12942 IBM Langflow OSS 1.0.0 through 1.10.1 could allow a remote attacker to traverse
CVE-2026-12942High 7.5
CVE-2026-12942 CVSS:7.5 IBM Langflow OSS 1.0.0 through 1.10.1 could allow a remote attacker to traverse directories on the system. An attacker could send a… - CVE-2026-12733 IBM DataPower Gateway could allow a remote attacker to cause a denial of service
CVE-2026-12733High 7.5
CVE-2026-12733 CVSS:7.5 IBM DataPower Gateway could allow a remote attacker to cause a denial of service due to improper resource limitations. 产品: - CVE-2026-10545 IBM Planning Analytics Local 2.1.0 through 2.1.21 is vulnerable to an open redir
CVE-2026-10545High 7.5
CVE-2026-10545 CVSS:7.5 IBM Planning Analytics Local 2.1.0 through 2.1.21 is vulnerable to an open redirect that allows an attacker to redirect users to… - CVE-2024-25039 IBM Engineering Requirements Management DOORS and DOORS Web Access 9.7.2.1 throu
CVE-2024-25039High 7.5
CVE-2024-25039 CVSS:7.5 IBM Engineering Requirements Management DOORS and DOORS Web Access 9.7.2.1 through 9.7.2.11, and 9.6.1.1 through 9.6.1.13 do not limit… - CVE-2026-9322 IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSphere Application Serv
CVE-2026-9322High 7.5
CVE-2026-9322 CVSS:7.5 IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.7 are vulnerable to… - CVE-2026-62663 Banks generates meaningful LLM prompts using a simple template language. In vers
CVE-2026-62663High 7.5
CVE-2026-62663 CVSS:7.5 Banks generates meaningful LLM prompts using a simple template language. In versions prior to 2.4.4, all four media filters (image,… - CVE-2026-28814 Arbitrary Wiki Markup rendering due to lack of authentication in Apache JSPWiki
CVE-2026-28814High 7.5
CVE-2026-28814 CVSS:7.5 Arbitrary Wiki Markup rendering due to lack of authentication in Apache JSPWiki up to 2.12.3 allows attacker to obtain sensitive data… - CVE-2026-28811 Debug Messages Revealing Unnecessary Information in Apache JSPWiki up to 2.12.3.
CVE-2026-28811High 7.5
CVE-2026-28811 CVSS:7.5 Debug Messages Revealing Unnecessary Information in Apache JSPWiki up to 2.12.3. Users are recommended to upgrade to version 2.12.4,… - CVE-2026-10842 IBM WebSphere Application Server 8.5, and 9.0 and IBM WebSphere Application Serv
CVE-2026-10842High 7.5
CVE-2026-10842 CVSS:7.5 IBM WebSphere Application Server 8.5, and 9.0 and IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.7 Traditional and… - CVE-2026-67349 OpenCost before 1.121.0 fails to authenticate the GET /helmValues endpoint, expo
CVE-2026-67349High 7.5
CVE-2026-67349 CVSS:7.5 OpenCost before 1.121.0 fails to authenticate the GET /helmValues endpoint, exposing base64-decoded HELM_VALUES environment variable… - CVE-2026-16308 IBM Enterprise Build of Quarkus 3.27.1 through 3.27.4.SP2, and 3.33.1 through 3.
CVE-2026-16308High 7.5
CVE-2026-16308 CVSS:7.5 IBM Enterprise Build of Quarkus 3.27.1 through 3.27.4.SP2, and 3.33.1 through 3.33.2.SP2 Quarkus REST could allow a remote attacker to… - CVE-2026-14519 IBM App Connect Enterprise 13.0.1.0 through 13.0.7.2, and 12.0.1.0 through 12.0.
CVE-2026-14519High 7.5
CVE-2026-14519 CVSS:7.5 IBM App Connect Enterprise 13.0.1.0 through 13.0.7.2, and 12.0.1.0 through 12.0.12.27 could allow a remote attacker to read arbitrary… - CVE-2026-12947 IBM App Connect Enterprise 13.0.1.0 through 13.0.7.2, and 12.0.1.0 through 12.0.
CVE-2026-12947High 7.5
CVE-2026-12947 CVSS:7.5 IBM App Connect Enterprise 13.0.1.0 through 13.0.7.2, and 12.0.1.0 through 12.0.12.27 stores potentially sensitive information in log… - CVE-2026-11897 IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.7 is vulnerab
CVE-2026-11897High 7.5
CVE-2026-11897 CVSS:7.5 IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.7 is vulnerable to a denial of service, caused by sending a… - CVE-2026-60075 Date::Manip versions through 6.99 for Perl allow CPU exhaustion via quadratic ba
CVE-2026-60075High 7.5
CVE-2026-60075 CVSS:7.5 Date::Manip versions through 6.99 for Perl allow CPU exhaustion via quadratic backtracking in the unanchored time substitution in… - CVE-2026-60074 Date::Manip versions through 6.99 for Perl return corrupted dates via non-ASCII
CVE-2026-60074High 7.5
CVE-2026-60074 CVSS:7.5 Date::Manip versions through 6.99 for Perl return corrupted dates via non-ASCII decimal digits that pass the numeric range tests in… - CVE-2026-57859 e107 prior to version 2.3.8 contains a code execution vulnerability in the e_arr
CVE-2026-57859High 7.5
CVE-2026-57859 CVSS:7.5 e107 prior to version 2.3.8 contains a code execution vulnerability in the e_array deserialization handler that allows an attacker with… - CVE-2026-54366 CentreStack before 17.4 contains an XML external entity (XXE) injection vulnerab
CVE-2026-54366High 7.5
CVE-2026-54366 CVSS:7.5 CentreStack before 17.4 contains an XML external entity (XXE) injection vulnerability that allows unauthenticated attackers to… - CVE-2026-54365 CentreStack before 17.3 contains an unauthenticated deserialization vulnerabilit
CVE-2026-54365High 7.5
CVE-2026-54365 CVSS:7.5 CentreStack before 17.3 contains an unauthenticated deserialization vulnerability in GSNamespace.dll that allows unauthenticated… - CVE-2026-44107 A reboot of the charging controller can be triggered via Modbus TCP without auth
CVE-2026-44107High 7.5
CVE-2026-44107 CVSS:7.5 A reboot of the charging controller can be triggered via Modbus TCP without authentication. Therefore, when the Modbus functionality is… - CVE-2026-58043 A flaw in Node.js Permission Model enforcement can over-grant filesystem access
CVE-2026-58043High 7.5
CVE-2026-58043 CVSS:7.5 A flaw in Node.js Permission Model enforcement can over-grant filesystem access across radix-tree prefix boundaries. Under… - CVE-2026-16529 A signed integer overflow in the PCP __pmGetPDU() function can be exploited via
CVE-2026-16529High 7.5
CVE-2026-16529 CVSS:7.5 A signed integer overflow in the PCP __pmGetPDU() function can be exploited via crafted network packets during PDU processing or SASL… - CVE-2026-15240 The Customer Switching WordPress plugin before 2.1.3 does not securely bind an a
CVE-2026-15240High 7.5
CVE-2026-15240 CVSS:7.5 The Customer Switching WordPress plugin before 2.1.3 does not securely bind an active user-switching session to the operator who… - CVE-2026-13178 The Eventin WordPress plugin before 4.1.16 does not properly authorize order cr
CVE-2026-13178High 7.5
CVE-2026-13178 CVSS:7.5 The Eventin WordPress plugin before 4.1.16 does not properly authorize order creation and accepts an attacker-supplied order status,… - CVE-2026-12687 The ProfileGrid WordPress plugin before 5.9.9.8 does not restrict which group a
CVE-2026-12687High 7.5
CVE-2026-12687 CVSS:7.5 The ProfileGrid WordPress plugin before 5.9.9.8 does not restrict which group an anonymous visitor may register into through its… - CVE-2026-12500 The WP Travel Engine WordPress plugin before 6.8.2 does not perform a capabilit
CVE-2026-12500High 7.5
CVE-2026-12500 CVSS:7.5 The WP Travel Engine WordPress plugin before 6.8.2 does not perform a capability check on an AJAX action that updates a WP Travel… - CVE-2026-1360 The BuddyPress plugin for WordPress is vulnerable to Deserialization of Untruste
CVE-2026-1360High 7.5
CVE-2026-1360 CVSS:7.5 The BuddyPress plugin for WordPress is vulnerable to Deserialization of Untrusted Data in all versions up to, and including, 14.5.0 This… - CVE-2026-11980 IBM Aspera Desktop App 1.0.5 through 1.0.19 can allow arbitrary code execution b
CVE-2026-11980High 7.3
CVE-2026-11980 CVSS:7.3 IBM Aspera Desktop App 1.0.5 through 1.0.19 can allow arbitrary code execution by loading DLL files at start-up. 产品: - CVE-2026-16527 An unauthenticated remote attacker can bypass access controls by sending crafted
CVE-2026-16527High 7.3
CVE-2026-16527 CVSS:7.3 An unauthenticated remote attacker can bypass access controls by sending crafted requests to the PCP pmproxy /store endpoint. This… - CVE-2026-16843 Some Hikvision Wireless Access Points are vulnerable to authenticated command ex
CVE-2026-16843High 7.2
CVE-2026-16843 CVSS:7.2 Some Hikvision Wireless Access Points are vulnerable to authenticated command execution due to insufficient input validation. Attackers… - CVE-2026-13392 The ElementsKit Elementor Addons WordPress plugin before 3.10.01 does not preve
CVE-2026-13392High 7.2
CVE-2026-13392 CVSS:7.2 The ElementsKit Elementor Addons WordPress plugin before 3.10.01 does not prevent a custom-widget definition saved by a user with… - CVE-2026-15397 The Subscriptions for WooCommerce plugin for WordPress is vulnerable to Missing
CVE-2026-15397High 7.2
CVE-2026-15397 CVSS:7.2 The Subscriptions for WooCommerce plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including,… - CVE-2026-55502 Cloudreve is a self-hosted file management and sharing system. Prior to 4.17.0,
CVE-2026-55502High 7.1
CVE-2026-55502 CVSS:7.1 Cloudreve is a self-hosted file management and sharing system. Prior to 4.17.0, POST /api/v4/admin/policy/oauth/signin requires only… - CVE-2026-12945 IBM Langflow OSS 1.0.0 through 1.10.1 allows authenticated users to access and m
CVE-2026-12945High 7.1
CVE-2026-12945 CVSS:7.1 IBM Langflow OSS 1.0.0 through 1.10.1 allows authenticated users to access and manipulate other users' build jobs through improper… - CVE-2026-44097 A low-privileged remote attacker with "operator" access can upload arbitrary fil
CVE-2026-44097High 7.1
CVE-2026-44097 CVSS:7.1 A low-privileged remote attacker with "operator" access can upload arbitrary files via the REST endpoint intended for firmware updates,… - CVE-2026-17744 Inappropriate implementation in File Input in Google Chrome on Linux prior to 15
CVE-2026-17744High 7.1
CVE-2026-17744 CVSS:7.1 Inappropriate implementation in File Input in Google Chrome on Linux prior to 151.0.7922.72 allowed a remote attacker to potentially… - CVE-2026-17741 Insufficient validation of untrusted input in WebView in Google Chrome on Androi
CVE-2026-17741High 7.1
CVE-2026-17741 CVSS:7.1 Insufficient validation of untrusted input in WebView in Google Chrome on Android prior to 151.0.7922.72 allowed a remote attacker to…
🤖 漏洞情报自动汇总 · 2026-08-02 · 数据来源: NVD / GitHub Advisory / Sploitus / CISA-KEV