
NVD · 实时热榜
- 01CVE-2026-12261 · MEDIUM 5.3
A vulnerability in `nltk.downloader` in nltk/nltk versions <= 3.9.4 allows for cross-package resource and model poisoning. The downloader extracts package archives into shared namespaces such as `corpora/` and `taggers/` instead of package-isolated roots, and validates package integrity only after the archive has been written and extracted. This design flaw enables one package to overwrite another package's trusted resources within the same namespace, making the changes immediately active through ordinary NLTK APIs. This issue persists across fresh interpreter restarts and can affect downstream workflows, including machine learning pipelines and reproducibility-sensitive environments.
最高第 1 名15:21 达到15:21 首次观测上榜18:17 观测离榜累计约2小时56分 - 02CVE-2026-15816 · HIGH 7.5
A flaw was found in dracut. The die() error-handling function writes its message into a shell script under the initramfs emergency-hook directory without properly shell-quoting it. When the message contains data derived from the DHCP ROOT_PATH option, an attacker on the adjacent network who controls a rogue DHCP server can inject a command-substitution sequence that executes as root the next time dracut sources its emergency hook scripts during standard boot-failure handling.
最高第 1 名19:21 达到19:21 首次观测上榜当日结束时仍在榜累计约4小时37分 - 03CVE-2026-19190 · HIGH 7.1
A weakness has been identified in StableBit Scanner 2.6.13.4088. This affects an unknown part of the file C:\Program Files (x86)\StableBit\Scanner\Service\Scanner.Service.exe of the component ScannerService. This manipulation causes permission issues. The attack is restricted to local execution. The exploit has been made available to the public and could be used for attacks.
最高第 1 名12:25 达到12:25 首次观测上榜14:17 观测离榜累计约1小时52分 - 04CVE-2026-19196 · MEDIUM 5.5
A vulnerability was found in SourceCodester Photo Share Website 1.0. The impacted element is an unknown function of the file /social/ajax.php?action=login. The manipulation of the argument email results in sql injection. The attack can be launched remotely. The exploit has been made public and could be used.
最高第 1 名14:17 达到14:17 首次观测上榜18:17 观测离榜累计约4小时 - 05CVE-2026-19264 · CRITICAL 9.3
Postiz is an open-source social media scheduling tool. The route that serves locally stored media joins URL-supplied path segments onto the upload directory and streams the file without normalising the path or confining it to that directory, and the route requires no authentication. Raw dot-segments are collapsed before routing, but URL-encoded separators survive route matching and are decoded only once they reach the handler, restoring the traversal at the filesystem call. An unauthenticated remote attacker can therefore read any file readable by the application process, including the process environment, which exposes the JWT signing secret, the database connection string, and connected provider and billing secrets. Because session tokens are signed with that secret and carry no expiry, this allows forging a non-expiring session as any user, including an administrator, without a password.
最高第 1 名23:26 达到23:26 首次观测上榜当日结束时仍在榜累计约32分钟 - 06CVE-2026-49005 · LOW 2.4
The root password hash of the device can be obtained through unencrypted information in the firmware.
最高第 1 名13:29 达到13:29 首次观测上榜15:21 观测离榜累计约1小时52分 - 07CVE-2026-49007 · HIGH 7.5
By accessing unencrypted information in the device firmware, an attacker can obtain the initial login credentials for the device's web interface.
最高第 1 名16:25 达到16:25 首次观测上榜18:17 观测离榜累计约1小时52分 - 08CVE-2026-49746 · UNKNOWN
Software installed and run as a non-privileged user may conduct improper GPU system calls to cause OOB read kernel memory access and in certain cases cause GPU UAF of arbitrary pages. Incorrect validation of array index can lead to OOB read and potentially to GPU UAF of arbitrary pages.
最高第 1 名11:21 达到11:21 首次观测上榜14:17 观测离榜累计约2小时56分 - 09CVE-2026-50159 · MEDIUM 5.3
Mermaid is a JavaScript tool that uses Markdown-inspired text to create and modify diagrams and charts. Prior to 10.9.8 and 11.16.1, Mermaid is vulnerable to CSS injection via sibling combinator selectors generated from diagram-supplied class or id names. An attacker who can supply diagram text can inject arbitrary CSS into the rendered page, potentially altering the appearance or behavior of unrelated page elements. This issue is fixed in versions 10.9.8 and 11.16.1.
最高第 1 名06:17 达到06:17 首次观测上榜06:33 观测离榜累计约16分钟 - 10CVE-2026-66838 · MEDIUM 5.9
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in elixir-ecto postgrex allows SQL Injection via the :comment option of Postgrex.stream/4. An attacker who can influence that value can close the comment delimiter with */ and extend the streamed statement with their own clauses, which execute under the connection's role. Ecto exposes the same option through Ecto.Repo.stream/2. Postgrex appends the comment by concatenating it into the statement text sent in the Parse message, without escaping or rejecting */. The option is validated by comment_not_present!/1 at every other execution point; stream/4 never calls it. Because Parse accepts a single command, the injection is confined to the streamed statement and further statements cannot be chained. This issue affects postgrex: from 0.19.3 before 0.22.4.
最高第 1 名21:18 达到21:18 首次观测上榜当日结束时仍在榜累计约2小时40分 - 11CVE-2026-66914 · CRITICAL 9.2
Joomla Extension - seblod.com - Unauthenticated path traversal in SEBLOD < 3.30.0, < 4.7.0, < 6.0.1 - An unauthenticated attacker could download files from both inside and outside the webroot.
最高第 1 名22:22 达到22:22 首次观测上榜当日结束时仍在榜累计约1小时36分 - 12CVE-2026-68750 · HIGH 8.2
Inefficient Algorithmic Complexity vulnerability in the traversal engine in rrrene html_sanitize_ex allows an unauthenticated remote attacker to exhaust server CPU and memory via a flat run of sibling elements in sanitized HTML. The list clause of HtmlSanitizeEx.Traverser.traverse/2 recurses on the tail of a sibling list and then evaluates List.flatten([head] ++ tail) over the already flattened result, so every one of n siblings copies and re-walks the entire remaining tail. The flattening is only needed for the rare case where scrub returns several replacement nodes for one node, but the cost is paid across the whole tail at every step, making traversal quadratic in sibling count. The traverser sits on every public entry point, so no particular scrubber or configuration is required and the payload needs only allowed tags. A 160 KB body of 20,000 sibling elements occupies a scheduler for roughly 1.7 seconds, and the cost grows faster than the body does. This issue affects html_sanitize_ex: from 0.3.1 before 1.5.3.
最高第 1 名00:25 达到00:25 首次观测上榜06:17 观测离榜累计约5小时52分 - 13CVE-2026-70332 · CRITICAL 9.6
Server-side request forgery (ssrf) in Microsoft Office SharePoint allows an unauthorized attacker to perform spoofing over a network.
最高第 1 名08:25 达到08:25 首次观测上榜14:17 观测离榜累计约5小时52分 - 14CVE-2026-70646 · HIGH 7.5
aiosend is a synchronous and asynchronous Crypto Pay API client. Pror to version 3.0.7, `WebhookHandler.feed_update()` deserializes the entire request body before verifying the HMAC signature. This allows an unauthenticated attacker to force expensive parsing of arbitrary JSON payloads that will ultimately be rejected, leading to unnecessary CPU and memory consumption. Version 3.0.7 fixes the issue. Some workarounds are available. Restrict request body size at the reverse proxy or web framework, rate-limit webhook endpoints, and/or reject oversized requests before JSON parsing.
最高第 1 名00:00 达到当日首次采集时已在榜06:17 观测离榜累计约6小时17分 - 15CVE-2026-71560 · UNKNOWN
Out-of-bounds Read vulnerability in Apache Fory C++ deserialization. This issue affects Apache Fory C++ versions from 0.14.0 before 1.5.0 when deserializing structs containing tagged integer fields. A crafted input payload may trigger an out-of-bounds heap read in the tagged integer fast-path deserializer, potentially causing information disclosure or denial of service. Users are recommended to upgrade to Apache Fory 1.5.0, which fixes this issue. Applications that do not use Apache Fory C++ or do not use tagged integer fields are not affected.
最高第 1 名18:17 达到18:17 首次观测上榜当日结束时仍在榜累计约5小时41分 - 16CVE-2026-8325 · HIGH 7.8
A maliciously crafted PDF file, when parsed through Autodesk Revit, can force an Out-of-Bounds Write vulnerability. A malicious actor may leverage this vulnerability to cause a crash, cause data corruption, or execute arbitrary code in the context of the current process.
最高第 1 名06:33 达到06:33 首次观测上榜11:21 观测离榜累计约4小时48分 - 17CVE-2026-9169 · HIGH 8.8
DLL Search Order Hijacking in LUCID Vision Labs Arena SDK 1.0.80.49 on Windows allows a local attacker to execute arbitrary code with the privileges of the application by placing a malicious DLL in a user-controlled directory listed in the PATH environment variable, which the SDK traverses when a required dependency is not found locally.
最高第 1 名17:29 达到17:29 首次观测上榜18:17 观测离榜累计约48分钟 - 18CVE-2026-16265 · UNKNOWN
The WP Maps WordPress plugin before 4.9.7 does not perform a capability check in one of its AJAX actions and does not restrict the operation it dispatches, allowing users with a Subscriber account to trigger uncontrolled recursion that exhausts server resources, resulting in a Denial of Service.
最高第 2 名14:17 达到14:17 首次观测上榜18:17 观测离榜累计约4小时 - 19CVE-2026-19195 · HIGH 7.1
A vulnerability has been found in V-Secure Jingyun Antivirus 2.4.2.39. The affected element is an unknown function in the library ZyArk.sys of the component Kernel Driver. The manipulation leads to improper access controls. The attack needs to be performed locally. 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.
最高第 2 名13:29 达到13:29 首次观测上榜14:17 观测离榜累计约48分钟 - 20CVE-2026-19207 · LOW 1.9
A security vulnerability has been detected in PHPGurukul Company Visitor Management System 1.0. This issue affects some unknown processing of the file /manage-newvisitors.php. The manipulation of the argument fullname leads to cross site scripting. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used.
最高第 2 名23:26 达到23:26 首次观测上榜当日结束时仍在榜累计约32分钟 - 21CVE-2026-45204 · UNKNOWN
Software installed and run as a non-privileged user may conduct improper GPU system calls to trigger OOB access and kernel null pointer dereference in an error path. Null pointer dereference occurs in an error path of a function running in kernel thread of execution leading to kernel exceptions, platform instability and denial of service.
最高第 2 名11:21 达到11:21 首次观测上榜14:17 观测离榜累计约2小时56分 - 22CVE-2026-49006 · MEDIUM 5.3
By accessing unencrypted information in the device firmware, an attacker can obtain credentials related to TLS transmission.
最高第 2 名16:25 达到16:25 首次观测上榜18:17 观测离榜累计约1小时52分 - 23CVE-2026-49391 · MEDIUM 5.1
Frappe is a full-stack web application framework. Prior to 16.19.0 and 15.109.0, Data Import does not escape imported column headers before rendering previews and results, allowing an authenticated importer to persist script content that executes when another user views the import interface. This issue is fixed in versions 16.19.0 and 15.109.0.
最高第 2 名06:17 达到06:17 首次观测上榜06:33 观测离榜累计约16分钟 - 24CVE-2026-61477 · LOW 2.3
An injection vulnerability was found in libvirt's virtual network driver. The network XML parser does not strip newline characters from DNS TXT record value attributes and SRV record domain/target attributes. These values are written verbatim into the dnsmasq configuration file generated by the network driver, allowing a user with permission to define virtual networks to inject arbitrary dnsmasq configuration directives such as dhcp-script, leading to arbitrary command execution as root.
最高第 2 名22:22 达到22:22 首次观测上榜当日结束时仍在榜累计约1小时36分 - 25CVE-2026-66493 · MEDIUM 6.4
Joomla Extension - phoca.cz - Path Traversal vulnerability in Phoca Commander 1.0.0-6.1.3 - Improper limitation of paths for delete, copy and move actions lead to path traversal vulnerabilities.
最高第 2 名17:29 达到17:29 首次观测上榜18:17 观测离榜累计约48分钟 - 26CVE-2026-66494 · HIGH 8.7
Joomla Extension - joomshaper.com - Unauthenticated stored XSS in Shapes API endpoint SP Page Builder < 6.7.0 - An unauthenticated attacker can store malicious JavaScript in a Joomla site's database via a single HTTP request. When an administrator opens the SP Page Builder editor, the JavaScript executes in their browser automatically..
最高第 2 名21:18 达到21:18 首次观测上榜当日结束时仍在榜累计约2小时40分 - 27CVE-2026-68749 · HIGH 8.2
Inefficient Regular Expression Complexity vulnerability in the CSS scrubber in rrrene html_sanitize_ex allows an unauthenticated remote attacker to exhaust server CPU via a long CSS declaration in sanitized HTML. The declaration regex in HtmlSanitizeEx.Scrubber.CSS.scrub/1 matches the property name with an unbounded greedy [-\w]+ followed by a mandatory :, so a long run of word characters not followed by a colon makes the engine give back one character at a time and retry the colon at every start offset. The work is quadratic in the length of the run, and no length cap is applied to the CSS handed to the scrubber. An 80 KB <style> body costs roughly 2.4 seconds of scheduler time, so a few concurrent requests saturate the BEAM scheduler pool and make the application unresponsive. The impact is CPU exhaustion only. Nothing is read, modified or disclosed. This issue affects html_sanitize_ex: from 0.3.1 before 1.5.3.
最高第 2 名00:25 达到00:25 首次观测上榜06:17 观测离榜累计约5小时52分 - 28CVE-2026-68823 · CRITICAL 9.1
Exposed dangerous method or function in Azure Confidential Ledger allows an authorized attacker to execute code over a network.
最高第 2 名08:25 达到08:25 首次观测上榜14:17 观测离榜累计约5小时52分 - 29CVE-2026-70637 · HIGH 8.2
LightFTP through 2.4 contains multiple data race vulnerabilities in ftpserv.c that allow anonymous attackers to cause undefined behavior by issuing LIST followed by ABOR commands without authentication. The control thread closes data_socket and file_fd descriptors while worker threads concurrently operate on the same fields in worker_thread_cleanup, allowing stale file descriptors to be reassigned by the OS and subsequently used by worker threads on unrelated resources, resulting in potential denial of service.
最高第 2 名00:00 达到当日首次采集时已在榜00:25 观测离榜累计约25分钟 - 30CVE-2026-71559 · UNKNOWN
Deserialization of Untrusted Data vulnerability in the Go implementation of Apache Fory allows an attacker to cause a denial of service by supplying crafted data containing malformed type metadata, which triggers an uncaught panic. This issue affects Apache Fory: from 0.16.0 before 1.5.0. Users of other language implementations are not affected. Users are recommended to upgrade to version 1.5.0, which fixes the issue.
最高第 2 名18:17 达到18:17 首次观测上榜当日结束时仍在榜累计约5小时41分 - 31CVE-2026-7867 · HIGH 7.8
A flaw was found in udisks2. A local attacker with an active console session can exploit insufficient authorization checking on the 'as-user' option in the org.freedesktop.UDisks2.Filesystem.Mount() D-Bus method. This allows the attacker to spoof the 'as-user' parameter, mounting filesystems on behalf of arbitrary users, including privileged accounts. This can lead to local privilege escalation through mount point injection and manipulation of the mount namespace visible to privileged users.
最高第 2 名06:33 达到06:33 首次观测上榜11:21 观测离榜累计约4小时48分 - 32CVE-2026-16263 · UNKNOWN
The WP Maps WordPress plugin before 4.9.7 does not perform a capability check in one of its AJAX actions and does not properly validate a user-controlled path before using it in a file inclusion, allowing users with a Subscriber account to include and execute arbitrary existing local PHP files on the server.
最高第 3 名14:17 达到14:17 首次观测上榜18:17 观测离榜累计约4小时 - 33CVE-2026-18497 · UNKNOWN
A heap-buffer-overflow vulnerability exists in the nothings stb TrueType library, up to version 1.26, that is used for parsing TrueType font files. The vulnerability exists in the stbtt__GetGlyphShapeTT() function within the nothings stb_truetype.h library when parsing malformed TTF (TrueType Font) files. The vulnerability resides in the glyph data parsing path. An attacker can craft a malformed TTF file with an inflated endPtsOfContours value and truncate the remaining glyph data. When an application utilizing stb_truetype.h (such as various game engines or graphics software) attempts to load, bake, or render this malformed font via stbtt_GetGlyphShape(), the parser will attempt to read past the end of the glyph data buffer, triggering the out-of-bounds read.
最高第 3 名23:26 达到23:26 首次观测上榜当日结束时仍在榜累计约32分钟 - 34CVE-2026-19079 · MEDIUM 4.4
A TOCTOU (Time-of-Check-Time-of-Use) race condition vulnerability was found in the fixfiles script in policycoreutils. When running fixfiles relabel or fixfiles restore, the script used find and chcon commands to locate and relabel unlabeled files under /tmp and other directories. A local attacker could exploit a race window between the file discovery and the label change operation by swapping directory components with symlinks, causing chcon to follow the symlink and modify SELinux labels on arbitrary system files. This could undermine SELinux mandatory access control protections on critical files such as /etc/shadow.
最高第 3 名16:25 达到16:25 首次观测上榜18:17 观测离榜累计约1小时52分 - 35CVE-2026-19193 · HIGH 7.1
A flaw has been found in Jiangmin Antivirus 21. Impacted is the function MessageNotifyCallback in the library kvcore.sys of the component Minifilter Port. Executing a manipulation can lead to improper access controls. The attack needs to be launched locally. 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 名13:29 达到13:29 首次观测上榜14:17 观测离榜累计约48分钟 - 36CVE-2026-37171 · MEDIUM 5.9
A lack of tenant separation in SuperTokens Inc. SuperTokens Core v6.0.0 to v11.4.0 allows an authenticated party in one tenant to access sessions, data, and endpoints of another tenant.
最高第 3 名22:22 达到22:22 首次观测上榜当日结束时仍在榜累计约1小时36分 - 37CVE-2026-45198 · UNKNOWN
Kernel software from a non-secure operating system on a platform with Trusted Execution Environment support, may cause GPU Firmware to boot up using data from non-secure memory. The GPU thread of control (Firmware) uses a pointer from non-secure memory belonging to the Rich Execution Environment (REE) when saving or retrieving internal data between the tightly coupled private memory to main memory. An attacker with control over the REE kernel may modify the pointer value, corrupting the data used by the GPU Firmware.
最高第 3 名11:21 达到11:21 首次观测上榜14:17 观测离榜累计约2小时56分 - 38CVE-2026-48088 · CRITICAL 9.4
OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.4, the route `POST /api/tenants/{tenantId}/staff/{staffId}/crypto` accepts and stores attacker-controlled ML-KEM-768 public keys against any tenant on the platform without authentication. The handler logs an "Unauthorized crypto key storage attempt" warning when neither a session nor a registration cookie is present, then proceeds to insert the row regardless. The platform's E2E claim that "even administrators cannot view sensitive information" is broken: any unauthenticated network attacker can register themselves as an additional encryption recipient for any tenant's future patient appointments. A second variant of the bug suppresses the unauthorized-warning log entry. The Zod schema makes the `email` field optional. When the request body omits `email` and the request carries no registration cookie, the comparison `registrationEmail === email` becomes `undefined === undefined`, which evaluates to `true`. The handler treats the request as a legitimate registration flow, skips the warning entirely, and stores the row. Successful storage is still recorded as an `[info]` log line, but the security-relevant warning that operators are most likely to monitor or alert on is gone. The `staff_crypto` table has no unique constraint on `user_id`, so an arbitrary number of attacker rows can coexist for the same staff identifier and all return as `is_active=true`. The supplied `staffId` does not need to match any existing user or pending invite. Schema validation on `passkeyId`, `publicKey`, and `privateKeyShare` is also weak: the literal string `<placeholder-base64>` was accepted, indicating no length, format, or cryptographic-validity check beyond field presence. This weakness is independent of the auth bypass but compounds it: a poisoned directory can also be filled with malformed entries that break legitimate booking flows. The injected key is consumed by the public booking flow. After completing the unauthenticated `bootstrap-challenge` and `bootstrap-verify` ceremony as a "patient", the resulting `bookingAccessToken` is accepted by `GET /api/tenants/{id}/appointments/staff-public-keys`, which returns the attacker-controlled keys alongside any legitimate ones. A new appointment encrypts its tunnel key with ML-KEM to all listed recipients, so the attacker becomes a co-recipient of the encryption and can decapsulate the tunnel key with the matching secret. From there, all appointment payloads for that booking are decryptable. Version 1.0.4 patches the issue.
最高第 3 名06:17 达到06:17 首次观测上榜06:33 观测离榜累计约16分钟 - 39CVE-2026-56794 · MEDIUM 6.5
Dell OpenManage Server Administrator, versions prior to 11.1.0.2, contains a Relative Path Traversal vulnerability. A low privileged attacker with remote access could potentially exploit this vulnerability, leading to Filesystem access for attacker.
最高第 3 名21:18 达到21:18 首次观测上榜当日结束时仍在榜累计约2小时40分 - 40CVE-2026-65668 · HIGH 8.8
Improper access control in Microsoft Purview eDiscovery allows an authorized attacker to elevate privileges over a network.
最高第 3 名08:25 达到08:25 首次观测上榜14:17 观测离榜累计约5小时52分 - 41CVE-2026-66492 · MEDIUM 6.1
Joomla Extension - phoca.cz - Path Traversal vulnerability in Phoca Commander 1.0.0-6.1.3 - Improper limitation of paths in the file upload action lead to path a traversal vulnerability.
最高第 3 名17:29 达到17:29 首次观测上榜18:17 观测离榜累计约48分钟 - 42CVE-2026-67261 · CRITICAL 9.8
Dell Virtual Storage Integrator for VMware vSphere Client, versions prior to 10.11.1.0, contain(s) an OS Command Injection vulnerability in the IAPI component. A remote unauthenticated attacker could potentially exploit this vulnerability, leading to the execution of arbitrary OS commands on the application's underlying operating system with root privileges. Exploitation may lead to a complete system takeover by an attacker. This vulnerability is considered critical as it allows an unauthenticated remote attacker to achieve arbitrary code execution as root, potentially compromising the entire VSI deployment and underlying infrastructure. Dell recommends customers to upgrade at the earliest opportunity.
最高第 3 名00:00 达到当日首次采集时已在榜00:25 观测离榜累计约25分钟 - 43CVE-2026-68747 · LOW 2.3
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') vulnerability in the CSS scrubber in rrrene html_sanitize_ex allows an unauthenticated remote attacker to inject CSS at-rules, including an import of a remote stylesheet, into a page served to other users. HtmlSanitizeEx.Scrubber.CSS.scrub/1 applies its property and value allowlist through a Regex.replace over substrings matching a property: value declaration pattern, so input that does not match that pattern is never inspected and is copied to the output unchanged. @import url(//attacker.example/style.css); survives, while the same URL inside a background: url(...) declaration is removed. Element boundaries are resolved before the scrubber runs, so injected content does not escape the <style> element and no script executes. This issue affects html_sanitize_ex: from 0.3.1 before 1.5.4.
最高第 3 名00:25 达到00:25 首次观测上榜06:17 观测离榜累计约5小时52分 - 44CVE-2026-71558 · UNKNOWN
Heap type confusion vulnerability in Apache Fory C++ deserialization. This issue affects Apache Fory C++ versions from 0.14.0 before 1.5.0. A crafted input payload can bypass type compatibility checks during polymorphic smart-pointer deserialization, causing an object of an incompatible type to be treated as the declared base type. This may result in undefined behavior and potentially lead to denial of service or arbitrary code execution. Users are recommended to upgrade to Apache Fory 1.5.0, which fixes this issue. Applications not using Apache Fory C++ polymorphic smart-pointer deserialization are not affected.
最高第 3 名18:17 达到18:17 首次观测上榜当日结束时仍在榜累计约5小时41分 - 45CVE-2026-7406 · HIGH 7.8
A maliciously crafted BMP file, when parsed through certain Autodesk products, can force a Untrusted Pointer Dereference vulnerability. A malicious actor can leverage this vulnerability to execute arbitrary code in the context of the current process.
最高第 3 名06:33 达到06:33 首次观测上榜08:25 观测离榜累计约1小时52分 - 46CVE-2022-4995 · CRITICAL 9.3
Weaver (Fanwei) E-cology 9.0 versions prior to 10.52 contain a file upload vulnerability that allows a remote, unauthenticated attacker to upload arbitrary files, including JSP webshells, by submitting a multipart/form-data POST request to /workrelate/plan/util/uploaderOperate.jsp with arbitrary secId and plandetailid field values. Successful exploitation results in remote code execution under the privileges of the application server process. Exploitation evidence was first observed by the Shadowserver Foundation on 2023-10-14 (UTC).
最高第 4 名23:26 达到23:26 首次观测上榜当日结束时仍在榜累计约32分钟 - 47CVE-2026-16027 · MEDIUM 5.4
Server-Side request forgery (SSRF) vulnerability in Revenue Administration Türkiye's E-Signature allows Server Side Request Forgery. This issue affects Türkiye's E-Signature: from 2.4.4.0 before 2.5.1.0.
最高第 4 名16:25 达到16:25 首次观测上榜18:17 观测离榜累计约1小时52分 - 48CVE-2026-16262 · UNKNOWN
The Estatik Real Estate Plugin WordPress plugin before 4.3.3 does not bind its OAuth social login flow to the initiating user session, allowing an unauthenticated attacker to log a victim into an attacker-controlled account (login CSRF), so that the victim's subsequent activity is stored under and readable by the attacker.
最高第 4 名14:17 达到14:17 首次观测上榜18:17 观测离榜累计约4小时 - 49CVE-2026-19189 · HIGH 7.1
A security flaw has been discovered in Power Sofware PowerISO 9.3.0.0. Affected by this issue is some unknown functionality in the library C:\Windows\System32\drivers\scdemu.sys of the component Kernel Driver. The manipulation results in improper privilege management. The attack is only possible with local access. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
最高第 4 名11:21 达到11:21 首次观测上榜14:17 观测离榜累计约2小时56分 - 50CVE-2026-19192 · HIGH 7.1
A vulnerability was detected in DeepCool DisplayService 1.2.12. This issue affects some unknown processing of the file C:\DeepCool\resources\service\x64\DeepCoolDisplayService.exe. Performing a manipulation results in improper access controls. The attack must be initiated from a local position. The exploit is now public and may be used.
最高第 4 名13:29 达到13:29 首次观测上榜14:17 观测离榜累计约48分钟


































































































