
NVD · 实时热榜
- 01CVE-2026-64564 · UNKNOWN
In the Linux kernel, the following vulnerability has been resolved: sctp: don't free the ASCONF's own transport in DEL-IP processing sctp_process_asconf() caches the transport the ASCONF chunk is processed against in asconf->transport (== chunk->transport, set once in sctp_rcv()). For an ASCONF located through its Address Parameter by __sctp_rcv_asconf_lookup(), that cached transport corresponds to the Address Parameter, which need not be the packet's source address. sctp_process_asconf_param() rejects a DEL-IP for the packet source address (ADDIP D8, SCTP_ERROR_DEL_SRC_IP), but nothing protects asconf->transport. A single ASCONF can therefore carry, in order: [Address Parameter L] [DEL-IP L] [DEL-IP 0.0.0.0] where L differs from the source. The DEL-IP for L passes the D8 check and calls sctp_assoc_rm_peer() on the transport that asconf->transport still points at, freeing it (RCU-deferred). The following wildcard DEL-IP then reuses the now-dangling asconf->transport in sctp_assoc_set_primary() and sctp_assoc_del_nonprimary_peers(): set_primary() dereferences the freed transport (->ipaddr, ->state) and plants the dangling pointer into asoc->peer.primary_path / active_path, and del_nonprimary_peers(), keeping only the pointer that is no longer on the list, removes every real transport, leaving the association with a transport_count of 0 and primary_path/active_path pointing at freed memory. Reject a DEL-IP that targets the transport the ASCONF is being processed against, mirroring the existing source-address guard, so the wildcard branch can never reuse a freed transport.
最高第 2 名15:20 达到15:20 首次观测上榜21:28 观测离榜累计约6小时8分 - 02CVE-2026-64565 · UNKNOWN
In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix heap-buffer-overflow in ims_pcu_process_data() The `ims_pcu_process_data()` processes incoming URB data byte by byte. However, it fails to check if the `read_pos` index exceeds IMS_PCU_BUF_SIZE. If a malicious USB device sends a packet larger than IMS_PCU_BUF_SIZE, `read_pos` will increment indefinitely. Moreover, since `read_pos` is located immediately after `read_buf`, the attacker can overwrite `read_pos` itself to arbitrarily control the index. This manipulated `read_pos` is subsequently used in `ims_pcu_handle_response()` to copy data into `cmd_buf`, leading to a heap buffer overflow. Specifically, an attacker can overwrite the `cmd_done.wait.head` located at offset 136 relative to `cmd_buf` in the `ims_pcu_handle_response()`. Consequently, when the driver calls `complete(&pcu->cmd_done)`, it triggers a control flow hijack by using the manipulated pointer. Fix this by adding a bounds check for `read_pos` before writing to `read_buf`. If the packet is too long, discard it, log a warning, and reset the parser state. [dtor: factor out resetting packet state, reset checksum as well]
最高第 1 名15:20 达到15:20 首次观测上榜21:28 观测离榜累计约6小时8分 - 03CVE-2026-66326 · MEDIUM 6.5
Missing authorization in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network.
最高第 1 名08:24 达到08:24 首次观测上榜14:32 观测离榜累计约6小时8分 - 04CVE-2026-66321 · HIGH 7.4
Access of resource using incompatible type ('type confusion') in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network.
最高第 4 名08:24 达到08:24 首次观测上榜14:16 观测离榜累计约5小时52分 - 05CVE-2026-66322 · HIGH 7.1
Origin validation error in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network.
最高第 3 名08:24 达到08:24 首次观测上榜14:16 观测离榜累计约5小时52分 - 06CVE-2026-66325 · MEDIUM 6.1
Server-side request forgery (ssrf) in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network.
最高第 2 名08:24 达到08:24 首次观测上榜14:16 观测离榜累计约5小时52分 - 07CVE-2026-56845 · HIGH 7.5
An unauthenticated path traversal (LFI) vulnerability exists under /custom-sounds/ when CustomSounds storage is configured to FileSystem. By including ../ sequences in the request path, an attacker can read arbitrary files outside the base directory.
最高第 6 名09:28 达到09:28 首次观测上榜15:20 观测离榜累计约5小时52分 - 08CVE-2026-56846 · HIGH 7.5
A flaw in Node.js HTTP/2 handling can cause HTTP/2 retained header blocks evade maxSessionMemory and enable remote memory exhaustion. This vulnerability affects Node.js **24.x** and **22.x**.
最高第 5 名09:28 达到09:28 首次观测上榜15:20 观测离榜累计约5小时52分 - 09CVE-2026-58041 · MEDIUM 5.3
A flaw in Node.js node:sqlite allows a stale StatementSyncIterator created through DatabaseSync#createTagStore() to continue executing a cached prepared statement after it has been reset and rebound with new parameters. SQLTagStore resets cached statements using sqlite3_reset() directly, bypassing the iterator invalidation mechanism introduced for StatementSync in recent releases This vulnerability affects Node.js **22.x**, **24.x**, and **26.x**.
最高第 4 名09:28 达到09:28 首次观测上榜15:20 观测离榜累计约5小时52分 - 10CVE-2026-58042 · MEDIUM 5.9
A flaw in Node.js can cause dns.resolveAny() Aborts the Node.js Process When a DNS Response Contains More Than 256 A Records. Repeated triggering of this condition can lead to denial of service. This vulnerability affects Node.js **26.x**, **24.x**, and **22.x**.
最高第 3 名09:28 达到09:28 首次观测上榜15:20 观测离榜累计约5小时52分 - 11CVE-2026-58044 · LOW 3.7
A flaw in Node.js HTTP client can cause a request desynchronization for Node.js-based forwarding proxies that rebuild outbound headers from the visible `IncomingMessage` headers while piping the original body to a reused backend connection. Node.js can omit headers beyond `maxHeadersCount` / `maxHeaderPairs` from `req.headers`, `req.rawHeaders`, and `req.headersDistinct`, while still using those omitted headers internally for HTTP message framing. In particular, `Content-Length` can be hidden from userland while the request body is still delivered. This vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.
最高第 2 名09:28 达到09:28 首次观测上榜15:20 观测离榜累计约5小时52分 - 12CVE-2026-58045 · MEDIUM 6.2
A flaw in Node.js allows a spoofed `TypedArray` `byteLength` to trigger a reachable assertion in the synchronous `node:zlib` APIs, causing the entire process to crash. All 11 synchronous zlib functions are affected. Repeated exploitation of this condition can result in a denial of service. This vulnerability affects Node.js **22.x**, **24.x**, and **26.x**.
最高第 1 名09:28 达到09:28 首次观测上榜15:20 观测离榜累计约5小时52分 - 13CVE-2026-18719 · LOW 2.1
A vulnerability was detected in cemtan sar2html 4.0.0. This affects an unknown part of the file sar2html.py of the component Search. Performing a manipulation of the argument Search results in sql injection. It is possible to initiate the attack remotely. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
最高第 1 名10:16 达到10:16 首次观测上榜15:20 观测离榜累计约5小时4分 - 14CVE-2026-64562 · UNKNOWN
In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Hide shadow VMCS right after VMCLEAR free_nested() frees the shadow VMCS while vmcs01 still points to it. But because it is asynchronous with respect to loaded_vmcs_clear(), the vCPU might migrate before the pointer is cleared and __loaded_vmcs_clear() may then execute VMCLEAR. The VMCS needs to stay attached until its explicit VMCLEAR completes, but then it can be hidden and the page safely freed.
最高第 4 名15:20 达到15:20 首次观测上榜20:24 观测离榜累计约5小时4分 - 15CVE-2026-64563 · UNKNOWN
In the Linux kernel, the following vulnerability has been resolved: rhashtable: clear stale iter->p on table restart rhashtable_walk_start_check() has two restart paths when resuming a walk. When iter->walker.tbl is valid, it re-validates iter->p against the table and sets iter->p = NULL if the object is gone. When iter->walker.tbl is NULL (table was freed during resize), it resets slot and skip but forgets to clear iter->p. rhashtable_walk_next() then dereferences the stale iter->p, reading freed memory. This is a use-after-free. Any caller that does multi-fragment rhashtable walks across walk_stop/walk_start boundaries is affected. Concrete cases include netlink_diag (__netlink_diag_dump in net/netlink/diag.c) and TIPC (tipc_nl_sk_walk in net/tipc/socket.c). Crash stack (netlink_diag): BUG: KASAN: slab-use-after-free in rhashtable_walk_next+0x365/0x3c0 Read of size 8 at addr ffff88801a9d2438 (freed kmalloc-2k, offset 1080) Call Trace: rhashtable_walk_next+0x365/0x3c0 (lib/rhashtable.c:1016) __netlink_diag_dump+0x160/0x760 (net/netlink/diag.c:122) netlink_diag_dump+0xc2/0x240 netlink_dump+0x5bc/0x1270 netlink_recvmsg+0x7a3/0x980 sock_recvmsg+0x1bc/0x200 __sys_recvfrom+0x1d4/0x2c0
最高第 3 名15:20 达到15:20 首次观测上榜20:24 观测离榜累计约5小时4分 - 16CVE-2026-18753 · CRITICAL 9.1
The product firmware contains an embedded, static RSA private key utilized by the Lighttpd web server for TLS termination. Exposure of this private key allows malicious actors to breach the confidentiality and integrity of HTTPS communications, enabling traffic decryption and server spoofing.
最高第 5 名16:24 达到16:24 首次观测上榜21:28 观测离榜累计约5小时4分 - 17CVE-2026-18754 · CRITICAL 9.1
The product firmware contains an embedded, static RSA private key utilized by the Lighttpd web server for TLS termination. Exposure of this private key allows malicious actors to breach the confidentiality and integrity of HTTPS communications, enabling traffic decryption and server spoofing.
最高第 4 名16:24 达到16:24 首次观测上榜21:28 观测离榜累计约5小时4分 - 18CVE-2026-18755 · HIGH 7.3
A DLL hijacking vulnerability in GeoVision GV-ASManager allows a local attacker with write access to an unsafe search directory to execute arbitrary code. By placing a crafted dynamic-link library (DLL) file into the application search path prior to the legitimate library, the malicious code is loaded and executed under the security privileges of the GV-ASManager process.
最高第 3 名16:24 达到16:24 首次观测上榜21:28 观测离榜累计约5小时4分 - 19CVE-2026-18759 · HIGH 8.5
The background service of ABP or AES runs as NT AUTHORITY\SYSTEM and implements a file-based inter-process communication (IPC) mechanism protected by AES encryption. Because the encryption key file is readable by standard users and protected using DPAPI. Any authenticated local user can recover the key and forge valid IPC requests. Furthermore, the service does not check the identity of the requesting process and validates destination paths using an insufficient substring check. A local attacker can submit crafted encrypted requests containing directory traversal sequences to perform arbitrary file reads and arbitrary file writes as NT AUTHORITY\SYSTEM, leading to full local privilege escalation. Affected products and versions include: ABP (ASUSTOR Backup Plan) 2.0.7.10171 and earlier as well as AES (ASUSTOR EZSync) 1.1.1.3113 and earlier.
最高第 2 名16:24 达到16:24 首次观测上榜21:28 观测离榜累计约5小时4分 - 20CVE-2026-67243 · HIGH 8.6
freo2 provided by refirio contains an unrestricted upload of file with dangerous type vulnerability. A user with the highest-level administrative privileges for the product may upload an executable file and execute arbitrary OS commands.
最高第 1 名16:24 达到16:24 首次观测上榜21:28 观测离榜累计约5小时4分 - 21CVE-2026-64561 · UNKNOWN
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Check for invalid/obsolete root *after* making MMU pages available Check for a "stale" page fault, i.e. for an invalid and/or obsolete root, after making MMU pages available for the shadow MMU. If reclaiming shadow pages zaps an in-use root, i.e. marks it invalid, then KVM will attempt to map memory into an invalid root. On its own, populating an invalid root is "fine", but because child shadow pages inherit their parent's role, any children created during the map/fetch will be created as invalid pages, thus violating KVM's invariant that invalid pages are never on the list of active MMU pages. Note, the underlying flaw has existed since KVM first started tracking invalid roots in 2008 (commit 2e53d63acba7, "KVM: MMU: ignore zapped root pagetables"), but the true badness only came along in 2020 (Linux 5.9) with the invariant that invalid shadow pages can't be on the list of active pages. Note #2, inheriting role.invalid when creating child shadow pages is also far from ideal; that flaw will be addressed separately.
最高第 5 名15:20 达到15:20 首次观测上榜19:36 观测离榜累计约4小时16分 - 22CVE-2026-15721 · CRITICAL 9.8
Cleartext storage of sensitive information vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows SQL Injection. This issue affects HUMANIST Digital Human Resources: from 26.0 before 26.1.
最高第 2 名18:32 达到18:32 首次观测上榜22:32 观测离榜累计约4小时 - 23CVE-2026-18772 · MEDIUM 5.5
Improper input validation vulnerability in Samsung Open Source rlottie allows Oversized Serialized Data Payloads.
最高第 1 名18:32 达到18:32 首次观测上榜22:32 观测离榜累计约4小时 - 24CVE-2026-17614 · MEDIUM 4.4
A path traversal flaw was found in WildFly's domain mode implementation. The LocalFileRepository.getFile() and getConfigurationFile() methods in wildfly-core/deployment-repository do not validate that the resolved file path remains within the configured repository or configuration root directories. A remote attacker who has obtained the slave host controller secret or compromised a slave host controller can supply a crafted relative path containing directory traversal sequences (e.g., ../../etc/passwd) via the slave-DC wire protocol, causing the Domain Controller to resolve and serve arbitrary files readable by the DC process. This leads to unauthorized disclosure of sensitive information such as configuration files, keystores, and system credentials.
最高第 4 名11:20 达到11:20 首次观测上榜15:20 观测离榜累计约4小时 - 25CVE-2026-18720 · MEDIUM 5.5
A flaw has been found in kalcaddle kodbox 1.67 Build 02. This vulnerability affects unknown code of the file /index.php?plugin/msgWarning/action of the component msgWarning Plugin. Executing a manipulation can lead to improper authorization. It is possible to launch the attack remotely. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
最高第 3 名11:20 达到11:20 首次观测上榜15:20 观测离榜累计约4小时 - 26CVE-2026-66314 · MEDIUM 6.5
Time-of-check time-of-use (toctou) race condition in Microsoft Edge (Chromium-based) allows an unauthorized attacker to disclose information over a network.
最高第 9 名08:24 达到08:24 首次观测上榜12:24 观测离榜累计约4小时 - 27CVE-2026-66315 · HIGH 7.5
Use after free in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network.
最高第 8 名08:24 达到08:24 首次观测上榜12:24 观测离榜累计约4小时 - 28CVE-2026-66316 · MEDIUM 5.4
Origin validation error in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform spoofing over a network.
最高第 7 名08:24 达到08:24 首次观测上榜12:24 观测离榜累计约4小时 - 29CVE-2026-66317 · MEDIUM 5.4
Origin validation error in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform tampering over a network.
最高第 6 名08:24 达到08:24 首次观测上榜12:24 观测离榜累计约4小时 - 30CVE-2026-66318 · HIGH 8.1
Origin validation error in Microsoft Edge (Chromium-based) allows an unauthorized attacker to disclose information over a network.
最高第 5 名08:24 达到08:24 首次观测上榜12:24 观测离榜累计约4小时 - 31CVE-2026-6837 · HIGH 7.2
A post-authentication command injection vulnerability in the "export-cgi" CGI program in Zyxel WAX650S firmware versions through 7.10(ABRM.4)C0 could allow an authenticated attacker with administrator privileges to execute OS commands on an affected device.
最高第 2 名11:20 达到11:20 首次观测上榜15:20 观测离榜累计约4小时 - 32CVE-2026-8508 · MEDIUM 6.5
An improper authentication vulnerability in the "social_login.cgi" CGI program in Zyxel WAX650S firmware versions through 7.10(ABRM.4)C0 could allow an attacker on the WLAN to bypass captive portal authentication.
最高第 1 名11:20 达到11:20 首次观测上榜15:20 观测离榜累计约4小时 - 33CVE-2026-16070 · UNKNOWN
The Brizy WordPress plugin before 2.8.19 does not properly verify authorization on the object being modified before updating a template's type meta, validating a request parameter that is different from the one used in the write operation, allowing users with Contributor-level access and above to change the template-type assignment of templates owned by other users.
最高第 15 名15:20 达到15:20 首次观测上榜18:32 观测离榜累计约3小时12分 - 34CVE-2026-16293 · UNKNOWN
The PowerPress Podcasting plugin by Blubrry WordPress plugin before 11.16.11 does not sanitise and escape some of its Podcast Episode settings, which could allow users with a role as low as Contributor to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed.
最高第 14 名15:20 达到15:20 首次观测上榜18:32 观测离榜累计约3小时12分 - 35CVE-2026-16295 · UNKNOWN
The Clearfy Cache WordPress plugin before 2.4.3 does not perform a capability check in one of its admin-page dispatch paths, allowing any authenticated user such as a Subscriber to render admin-only settings pages and disclose their contents, including administrative nonces, while the canonical page URL correctly restricts access.
最高第 13 名15:20 达到15:20 首次观测上榜18:32 观测离榜累计约3小时12分 - 36CVE-2026-16296 · UNKNOWN
The Clearfy Cache WordPress plugin before 2.4.3 does not validate the redirect target in its Cyrlitera old-URL redirect handler, passing a decoded request URI to an unsafe redirect function, which allows unauthenticated attackers to redirect visitors to an arbitrary external URL when a non-default option is enabled.
最高第 12 名15:20 达到15:20 首次观测上榜18:32 观测离榜累计约3小时12分 - 37CVE-2026-16536 · UNKNOWN
The Simple Google Calendar Outlook Events Widget WordPress plugin before 3.1.0 does not validate a user-supplied URL before performing a server-side request, allowing unauthenticated attackers to perform Server-Side Request Forgery attacks and, in some cases, read the response of the internal request.
最高第 11 名15:20 达到15:20 首次观测上榜18:32 观测离榜累计约3小时12分 - 38CVE-2026-16546 · UNKNOWN
The Wired Impact Volunteer Management WordPress plugin before 2.8.2 does not have authorisation checks in one of its AJAX actions, and does not verify that the RSVP being removed belongs to the requesting user, allowing users with a role as low as Subscriber to remove arbitrary users' RSVPs from any volunteer opportunity.
最高第 10 名15:20 达到15:20 首次观测上榜18:32 观测离榜累计约3小时12分 - 39CVE-2026-16547 · UNKNOWN
The REST API Log WordPress plugin before 1.7.1 does not bind the token protecting its log download feature to the log entry being requested, nor does it check the capability of the requester, allowing unauthenticated users in possession of any such token to download the logged REST API requests and responses of any entry, which may contain sensitive data such as credentials, authentication tokens or private content.
最高第 9 名15:20 达到15:20 首次观测上榜18:32 观测离榜累计约3小时12分 - 40CVE-2026-16548 · UNKNOWN
The Chat Widget: Floating Customer Support Button for 30+ Channels, Supporting SMS, Calls, and Chat WordPress plugin before 1.8.2 does not validate the type, extension, content, or size of files submitted to its public response endpoint and stores them under the uploads directory, so an unauthenticated user can upload arbitrary files. The original extension is discarded (files are stored under a bare UUID), so this does not yield code execution or stored XSS; impact is bounded to disk consumption and content hosting. The storing path requires the channel's response storage or mail-forwarding to be configured.
最高第 8 名15:20 达到15:20 首次观测上榜18:32 观测离榜累计约3小时12分 - 41CVE-2026-16618 · UNKNOWN
The Improve SEO WordPress plugin through 2.0.11 does not properly validate uploaded files, checking only the file content type while writing the file with the attacker-supplied extension into a publicly accessible directory, allowing unauthenticated users to upload executable PHP files and achieve remote code execution.
最高第 7 名15:20 达到15:20 首次观测上榜18:32 观测离榜累计约3小时12分 - 42CVE-2026-16623 · UNKNOWN
The Create Block WordPress plugin before 2.10.0 does not correctly escape user-supplied text before writing it into a generated PHP pattern file, allowing a multisite subsite administrator (who holds the capability gating this action but is denied the capability that normally gates PHP file editing) to inject and execute arbitrary PHP code on the server.
最高第 6 名15:20 达到15:20 首次观测上榜18:32 观测离榜累计约3小时12分 - 43CVE-2026-10050 · HIGH 8.7
In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains characters that cannot be represented in ISO-8859-1, they are silently replaced by `?`. This happens with passwords that contain Chinese, Cyrillic or Greek characters, for example: `αβ123` converts to `??123`. An attacker can send a request with a digest `Authorization` header crafted with a password made of only `?` characters; the server would match any password of the same length that contains non-ISO-8859-1 characters. Recent HTTP Digest [RFC-7616](https://datatracker.ietf.org/doc/html/rfc7616) supports a `charset` parameters that defaults to UTF-8 that allows for correct encoding/decoding of passwords.
最高第 1 名19:36 达到19:36 首次观测上榜22:32 观测离榜累计约2小时56分 - 44CVE-2026-66310 · HIGH 7.7
External control of file name or path in Microsoft Edge for Android allows an unauthorized attacker to disclose information locally.
最高第 13 名08:24 达到08:24 首次观测上榜11:20 观测离榜累计约2小时56分 - 45CVE-2026-66311 · MEDIUM 6.2
Missing authorization in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform tampering locally.
最高第 12 名08:24 达到08:24 首次观测上榜11:20 观测离榜累计约2小时56分 - 46CVE-2026-66312 · MEDIUM 6.5
Buffer over-read in Microsoft Edge (Chromium-based) allows an authorized attacker to execute code over a network.
最高第 11 名08:24 达到08:24 首次观测上榜11:20 观测离榜累计约2小时56分 - 47CVE-2026-66313 · MEDIUM 6.8
Origin validation error in Microsoft Edge (Chromium-based) allows an unauthorized attacker to perform tampering locally.
最高第 10 名08:24 达到08:24 首次观测上榜11:20 观测离榜累计约2小时56分 - 48CVE-2026-14818 · HIGH 7.2
A path traversal vulnerability in the CLI command used to execute configuration files in Zyxel ATP series firmware versions from V4.32 through V5.42 Patch 1, USG FLEX series firmware versions from V4.50 through V5.42 Patch 1, USG FLEX 50(W) series firmware versions from V4.16 through V5.42 Patch 1, and USG20(W)-VPN series firmware versions from V4.16 through V5.42 Patch 1 could allow an authenticated attacker with administrator privileges to execute a crafted malicious configuration file on an affected device.
最高第 5 名12:24 达到12:24 首次观测上榜15:20 观测离榜累计约2小时56分 - 49CVE-2026-18721 · LOW 2.1
A vulnerability has been found in kalcaddle kodbox 1.67 Build 02. This issue affects some unknown processing of the file /user/sso/apiLogin of the component SSO API Login. The manipulation of the argument callbackUrl leads to open redirect. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
最高第 4 名12:24 达到12:24 首次观测上榜15:20 观测离榜累计约2小时56分 - 50CVE-2026-18722 · LOW 2.1
A vulnerability was found in diaowen DWSurvey up to 6.14.0. Impacted is the function in DwDeisgnSurveyController.devSurvey. of the file /api/dwsurvey/app/v6/dw-design-survey/dev-survey.do of the component Survey Handler. The manipulation results in authorization bypass. The attack can be launched remotely. The exploit has been made public and could be used. The vendor was contacted early about this disclosure but did not respond in any way.
最高第 3 名12:24 达到12:24 首次观测上榜15:20 观测离榜累计约2小时56分


































































































