全部/科技/实时热榜

NVD · 实时热榜

HISTORY2026年8月24日149 不同热搜
08/0309/01 有历史数据
DAILY UNIQUE TOPICS149 个热搜
  1. 01
    CVE-2026-6827 · MEDIUM 5.1

    justhtml before 1.17.0 contains multiple security issues in sanitization, serialization, and programmatic DOM handling. When custom policies preserve foreign namespaces (SVG/MathML), dangerous content such as HTML integration points (SVG <foreignObject>, MathML <annotation-xml encoding="text/html">) and mutation-XSS parser-differential payloads could survive sanitization and become active HTML after reparse; SVG filter="url(...)" and preserved <style> could leave resource-loading CSS (@import, background-image:url()). Programmatic script/style/Comment nodes could serialize into active markup. Additional hardening fixes address sanitize-pipeline cache mutation and DOM parent/child cycles that could cause infinite loops. Most issues affect advanced or custom configurations rather than the default JustHTML(..., sanitize=True) safe path.

    最高第 700:00 达到当日首次采集时已在榜09:17 观测离榜累计约9小时18分
  2. 02
    CVE-2026-74793 · MEDIUM 5.1

    justhtml before 3.11.0 contains a cross-site scripting vulnerability where the default sanitizer bypasses event handler removal in selectedcontent projections. Attackers can inject SVG or MathML elements with event handlers that are cloned and reinserted into output without sanitization, enabling stored or reflected XSS attacks.

    最高第 600:00 达到当日首次采集时已在榜09:17 观测离榜累计约9小时18分
  3. 03
    CVE-2026-77088 · MEDIUM 5.3

    justhtml versions 0.9.0 through 1.21.0 contain a cross-site scripting vulnerability in to_markdown() where inline code spans fail to account for blank lines as block boundaries. Attackers can inject blank lines into code or pre element text to break the inline span, causing sanitized HTML to be emitted unescaped and re-parsed as live Markdown by compliant renderers.

    最高第 500:00 达到当日首次采集时已在榜09:17 观测离榜累计约9小时18分
  4. 04
    CVE-2026-7808 · CRITICAL 9.3

    justhtml before 1.16.0 contains multiple HTML sanitization bypass issues that can allow active/dangerous content (e.g., script or style) to survive sanitization, potentially leading to cross-site scripting. The issues primarily affect advanced usage rather than the default JustHTML(..., sanitize=True) path for ordinary parsed HTML: mutating or reusing sanitization policy objects (including exported defaults) could weaken later sanitization; programmatic DOM input to sanitize()/sanitize_dom() could miss mixed-case tag names (e.g., ScRiPt, StYlE); crafted programmatic doctype names could serialize into active markup; and custom policies preserving SVG or MathML could allow animation elements, presentation attributes with external url(...) references, or DOM trees mislabeled as namespace="html" to bypass foreign-content checks. Fixed in 1.16.0.

    最高第 400:00 达到当日首次采集时已在榜09:17 观测离榜累计约9小时18分
  5. 05
    CVE-2026-8445 · CRITICAL 9.3

    justhtml versions <= 1.11.0 (fixed in 1.12.0) do not sufficiently escape HTML-significant characters (angle brackets) in text nodes when converting a parsed document to Markdown via to_markdown(). While a small set of Markdown metacharacters are escaped, characters such as < and > are preserved, so untrusted input that is safe in to_html() — including entity-decoded text (e.g. &lt;script&gt;) or text from RCDATA/RAWTEXT-parsed elements like <title>, <textarea>, <noscript>, and <plaintext> — can be emitted as raw HTML in the Markdown output, enabling a sanitizer bypass and potential cross-site scripting when that output is rendered.

    最高第 300:00 达到当日首次采集时已在榜09:17 观测离榜累计约9小时18分
  6. 06
    CVE-2026-8630 · MEDIUM 5.1

    justhtml before 1.12.0 (versions <= 1.11.0) contains a mutation cross-site scripting (mXSS) vulnerability in the serialization of raw-text elements such as <style> and <script>. When a DOM tree is processed by sanitize_dom() using a custom policy that keeps these elements, text nodes inside them are serialized literally without escaping, allowing attacker-controlled text containing the matching closing tag sequence to break out of the raw-text context and inject arbitrary HTML into the serialized output. The default sanitization policy is not affected because it drops the contents of style and script.

    最高第 200:00 达到当日首次采集时已在榜09:17 观测离榜累计约9小时18分
  7. 07
    CVE-2026-9769 · HIGH 8.7

    justhtml through 1.9.1 (fixed in 1.10.0) is vulnerable to uncontrolled recursion leading to denial of service. During JustHTML() construction, TreeBuilder.finish() unconditionally calls _populate_selectedcontent(), which recursively traverses the DOM tree via _find_elements()/_find_element() without a depth bound. An attacker who can supply HTML for parsing can provide deeply nested elements (e.g., ~1000 nested <div> tags, roughly 11 KB) to exceed CPython's default recursion limit and trigger an unhandled RecursionError, which may abort parsing, fail requests, or terminate a worker/process depending on the host application's exception handling.

    最高第 100:00 达到当日首次采集时已在榜09:17 观测离榜累计约9小时18分
  8. 08
    CVE-2026-5388 · CRITICAL 9.3

    justhtml before 1.15.0 contains multiple security issues in URL sanitization helpers (clean_url_value/clean_url_in_js_string), HTML serialization, Markdown passthrough (html_passthrough=True), and several custom sanitization-policy edge cases. Depending on configuration, an attacker can bypass sanitization to inject active HTML and JavaScript — for example via encoded javascript: URLs, backslash-based relative URLs resolved as remote hosts, markup-breaking programmatic element/attribute names or HTML comments, raw </textarea> reintroduction through Markdown passthrough, or preserved <style>/<meta http-equiv=refresh>/<base href> tags in custom policies. Most custom-policy issues do not affect the default sanitize=True configuration; they primarily affect helper APIs, programmatic DOM construction, html_passthrough=True, and custom policies/transform pipelines.

    最高第 1000:00 达到当日首次采集时已在榜08:29 观测离榜累计约8小时30分
  9. 09
    CVE-2026-5389 · MEDIUM 5.1

    justhtml versions before 1.13.0 contain a cross-site scripting vulnerability in the to_markdown() function when serializing attacker-controlled pre content. Attackers can place backticks inside sanitized pre elements to break out of fixed-length code fences, allowing raw HTML to execute when the generated Markdown is rendered by CommonMark or GFM-style renderers.

    最高第 900:00 达到当日首次采集时已在榜08:29 观测离榜累计约8小时30分
  10. 10
    CVE-2026-5751 · MEDIUM 5.1

    justhtml versions 1.13.0 and earlier contain a parser-differential / mutation cross-site scripting (mXSS) vulnerability when using a custom SanitizationPolicy that preserves foreign namespaces (e.g., drop_foreign_namespaces=False with allowlisted SVG/MathML elements or raw-text containers such as <style>). Specially crafted input can sanitize into markup that appears safe but becomes unsafe when re-parsed by a browser or another HTML parser, allowing markup injection. The default safe configuration (sanitize=True) is not affected. Fixed in 1.14.0.

    最高第 800:00 达到当日首次采集时已在榜08:29 观测离榜累计约8小时30分
  11. 11
    CVE-2026-4671 · HIGH 8.7

    justhtml before 1.18.0 contains multiple low-severity denial-of-service issues in CSS selector handling and linkification. Applications that evaluate attacker-controlled selector strings (via query(), matches(), or selector-based transforms), run selector matching over very large untrusted documents, construct DOM trees from untrusted structure, or enable linkification over attacker-controlled text may consume disproportionate CPU or memory. Triggers include oversized selectors, large selector lists, oversized compound selectors, long combinator chains, deeply nested functional pseudo-classes, repeated token/positional matching, cyclic DOM graphs causing non-terminating traversal, and punctuation-heavy or trailing-bracket linkification input. These are availability-only concerns and do not by themselves allow script execution, data disclosure, or sanitizer bypass. Default JustHTML(sanitize=True) usage is not expected to be exposed, since selectors are normally supplied by application code.

    最高第 1100:00 达到当日首次采集时已在榜07:25 观测离榜累计约7小时26分
  12. 12
    CVE-2026-78112 · LOW 2.1

    A flaw has been found in itsourcecode Hospital Management System Project in PHP 1.0. This impacts an unknown function of the file /viewservicetype.php. This manipulation of the argument delid causes sql injection. The attack may be initiated remotely. The exploit has been published and may be used.

    最高第 1400:00 达到当日首次采集时已在榜07:25 观测离榜累计约7小时26分
  13. 13
    CVE-2026-78115 · LOW 2.1

    A vulnerability has been found in SourceCodester Class and Exam Timetabling System 1.0. Affected is an unknown function of the file /admin/edit_user_account.php of the component User Account Update. Such manipulation of the argument id/username leads to improper authorization. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.

    最高第 1300:00 达到当日首次采集时已在榜07:25 观测离榜累计约7小时26分
  14. 14
    CVE-2026-78155 · CRITICAL 9.9

    privilege escalation in StackGres operator allows a low-privilege tenant who owns a database to gain administrator privileges

    最高第 1200:00 达到当日首次采集时已在榜07:25 观测离榜累计约7小时26分
  15. 15
    CVE-2026-10053 · HIGH 8.5

    GitLab has remediated an issue in GitLab CE/EE affecting all versions from 18.8 before 19.0.6, 19.1 before 19.1.4, and 19.2 before 19.2.2 that under certain conditions could have allowed an authenticated user to achieve remote code execution due to a path traversal vulnerability in the package registry.

    最高第 1500:00 达到当日首次采集时已在榜06:21 观测离榜累计约6小时22分
  16. 16
    CVE-2026-77116 · MEDIUM 4.3

    Brave Popup Builder (slug: brave-popup-builder) has a broken access control issue in versions through 0.8.5. Any logged-in user - Subscriber or WooCommerce Customer is enough — can read popup content they shouldn't have access to by passing a post ID in the URL.

    最高第 1600:00 达到当日首次采集时已在榜06:21 观测离榜累计约6小时22分
  17. 17
    CVE-2026-78197 · MEDIUM 5.5

    A weakness has been identified in SourceCodester Simple Online Food Ordering System 1.0. This vulnerability affects unknown code of the file /fos/admin/ajax.php?action=save_user. This manipulation of the argument Username causes sql injection. The attack may be initiated remotely. The exploit has been made available to the public and could be used for attacks.

    最高第 113:18 达到13:18 首次观测上榜19:31 观测离榜累计约6小时13分
  18. 18
    CVE-2026-75922 · UNKNOWN

    Reverse::Proxy versions before 0.04 for Perl allow HTTP request smuggling via a percent-decoded PATH_INFO written unencoded to the upstream request line. PSGI hands PATH_INFO to an application percent-decoded, so a %XX sequence in the client URL has become a raw byte by the time the proxy sees it. The proxy appends that byte string to the upstream base URL, and for an Upgrade tunnel writes it into a request line it serializes itself, re-encoding nothing in either path. The HTTP client that sends the resulting URL does not validate the target either. A path containing %0d%0a therefore arrives at the upstream as a CRLF that ends the request line, and a decoded space, '?' or '#' truncates it the same way. Everything the client writes after the CRLF is read by the upstream as a second request. On the buffered path it arrives on a keep-alive connection the proxy pools and reuses for other clients. Its method, path and headers are all chosen by the client, and the upstream attributes it to the proxy, so it reaches upstream paths that the proxy's own routing does not expose.

    最高第 103:20 达到03:20 首次观测上榜09:17 观测离榜累计约5小时57分
  19. 19
    CVE-2026-78185 · LOW 2.1

    A vulnerability was detected in itsourcecode Sales and Inventory System 1.0. The impacted element is an unknown function of the file /pages/cust_edit.php. The manipulation of the argument ID results in sql injection. The attack can be executed remotely. The exploit is now public and may be used.

    最高第 412:30 达到12:30 首次观测上榜18:27 观测离榜累计约5小时57分
  20. 20
    CVE-2026-78211 · CRITICAL 9.3

    4MOSAn GCB Doctor developed by 4MOSAn Security Technology has a OS Command Injection vulnerability. Unauthenticated remote attackers can inject malicious commands through an unremoved ADOdb test page parameter, thereby executing arbitrary system commands on the server.

    最高第 312:30 达到12:30 首次观测上榜18:27 观测离榜累计约5小时57分
  21. 21
    CVE-2026-78212 · HIGH 8.7

    4MOSAn developed by 4MOSAn Security Technology Co., Ltd. has an Arbitrary File Read vulnerability. Unauthenticated remote attackers can exploit a Relative Path Traversal flaw to download arbitrary system files.

    最高第 212:30 达到12:30 首次观测上榜18:27 观测离榜累计约5小时57分
  22. 22
    CVE-2026-78213 · MEDIUM 6.2

    Heptabase developed by Hepta Platforms, Inc. has a Stored Cross-Site Scripting vulnerability. Authenticated remote attackers can inject persistent malicious content into specific pages, causing arbitrary JavaScript code to execute when other users click the crafted content.

    最高第 112:30 达到12:30 首次观测上榜18:27 观测离榜累计约5小时57分
  23. 23
    CVE-2026-59561 · HIGH 8.4

    Sakura Editor provided by Sakura Editor Development Community contains an OS command injection vulnerability. If a victim user is directed to edit a file in a crafted directory, arbitrary OS command may be executed on the user's PC when the user invokes "Open Terminal".

    最高第 513:18 达到13:18 首次观测上榜18:27 观测离榜累计约5小时9分
  24. 24
    CVE-2026-78186 · LOW 2.1

    A flaw has been found in Open5GS up to 2.8.0. This affects an unknown function of the file src/hss/hss-cx-path.c of the component HSS. This manipulation of the argument User-Name causes reachable assertion. The attack is possible to be carried out remotely. The exploit has been published and may be used. Patch name: c9abe09421eb99bbf1cd7862a3d375e58a4eb9e4. It is recommended to apply a patch to fix this issue.

    最高第 413:18 达到13:18 首次观测上榜18:27 观测离榜累计约5小时9分
  25. 25
    CVE-2026-78187 · LOW 1.3

    A vulnerability has been found in Piwigo 16.3.0. This impacts an unknown function of the component Public Authentication Page. Such manipulation of the argument lang leads to cross site scripting. The attack may be performed from remote. A high complexity level is associated with this attack. The exploitability is said to be difficult. The exploit has been disclosed to the public and may be used. Upgrading to version 16.4.0 will fix this issue. The name of the patch is 5277a7dee4b8f1a174f1d69e1e2a4e1c82a3fc9e. It is recommended to upgrade the affected component.

    最高第 313:18 达到13:18 首次观测上榜18:27 观测离榜累计约5小时9分
  26. 26
    CVE-2026-78196 · MEDIUM 4.8

    A security flaw has been discovered in achorein expo-share-intent up to 8.0.0. This affects the function getDataColumn of the file ExpoShareIntentModule.kt of the component Android File Copy Routine. The manipulation of the argument _display_name results in path traversal. The attack requires a local approach. Upgrading to version 8.0.1 is able to mitigate this issue. The patch is identified as c6900b1ed06fcc3ca4b09651348974ac5b95e4e6. The affected component should be upgraded.

    最高第 213:18 达到13:18 首次观测上榜18:27 观测离榜累计约5小时9分
  27. 27
    CVE-2026-78198 · MEDIUM 5.5

    A security vulnerability has been detected in SourceCodester Simple Online Food Ordering System 1.0. This issue affects some unknown processing of the file /fos/admin/ajax.php?action=add_to_cart. Such manipulation of the argument pid leads to sql injection. The attack may be launched remotely. The exploit has been disclosed publicly and may be used.

    最高第 414:22 达到14:22 首次观测上榜19:31 观测离榜累计约5小时9分
  28. 28
    CVE-2026-78199 · MEDIUM 5.5

    A vulnerability was detected in SourceCodester Simple Online Food Ordering System 1.0. Impacted is an unknown function of the file /fos/view_prod.php. Performing a manipulation of the argument ID results in sql injection. Remote exploitation of the attack is possible. The exploit is now public and may be used.

    最高第 314:22 达到14:22 首次观测上榜19:31 观测离榜累计约5小时9分
  29. 29
    CVE-2026-78200 · LOW 2.1

    A flaw has been found in itsourcecode Library Management System 1.0. The affected element is an unknown function of the file editbooks.php. Executing a manipulation of the argument ID can lead to sql injection. The attack can be executed remotely. The exploit has been published and may be used.

    最高第 214:22 达到14:22 首次观测上榜19:31 观测离榜累计约5小时9分
  30. 30
    CVE-2026-78201 · MEDIUM 5.5

    A vulnerability has been found in itsourcecode Payroll System 1.0. The impacted element is the function Login of the file admin_class.php. The manipulation of the argument Username leads to sql injection. The attack is possible to be carried out remotely. The exploit has been disclosed to the public and may be used.

    最高第 114:22 达到14:22 首次观测上榜19:31 观测离榜累计约5小时9分
  31. 31
    CVE-2026-78181 · MEDIUM 5.5

    A weakness has been identified in ractivejs ractive up to 1.4.4. Impacted is the function Ractive#set of the component Keypath Handler. Executing a manipulation can lead to improperly controlled modification of object prototype attributes. The attack may be launched remotely. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.

    最高第 612:30 达到12:30 首次观测上榜17:23 观测离榜累计约4小时53分
  32. 32
    CVE-2026-78182 · MEDIUM 5.5

    A security vulnerability has been detected in Shenzhen Gongji Technology XBROTHER Dynamic Environment Monitoring System up to 300R004C00B300. The affected element is the function PlanController.getImmediatePlans of the file /xbreport/api/v1/plamange/plansImmediate. The manipulation of the argument order/sort leads to sql injection. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used.

    最高第 512:30 达到12:30 首次观测上榜17:23 观测离榜累计约4小时53分
  33. 33
    CVE-2026-19565 · UNKNOWN

    Apache::AppSamurai::Util versions through 1.01 for Perl generate predictable session authentication keys from the clock and process id in CreateSessionAuthKey. CreateSessionAuthKey runs five rounds of SHA-256, each over a fresh Time::HiRes reading formatted to six decimal places, the running digest, and the process id. CreateSession calls it with an empty key source on every login, and the optional Keysource directive is the only route to the other branch. The result is 64 hex characters. The microsecond field of the first reading takes one of a million values, the later readings follow it within microseconds, and the process id is drawn from a small range. The key is returned to the browser as the session cookie, and is combined with the configured server key to compute the session id and to encrypt the stored session data. An attacker who knows the second in which a session was created and the process id of the worker that created it can enumerate candidate keys and recover the victim's cookie, bypassing authentication for the protected resources. Each candidate has to be tried against the server, which validates the cookie with a key the attacker does not hold.

    最高第 304:29 达到04:29 首次观测上榜09:17 观测离榜累计约4小时48分
  34. 34
    CVE-2026-78140 · LOW 2

    A flaw has been found in Dromara UJCMS up to 10.1.3. The impacted element is the function update of the file src/main/java/com/ujcms/cms/ext/web/backendapi/WebFileTemplateController.java of the component web-file-template Endpoint. Executing a manipulation can lead to improper neutralization of special elements used in a template engine. The attack can be launched remotely. The exploit has been published and may be used.

    最高第 204:29 达到04:29 首次观测上榜09:17 观测离榜累计约4小时48分
  35. 35
    CVE-2026-78183 · UNKNOWN

    DBD::Pg version 3.21.0 for Perl has a heap out-of-bounds write in quote_float. quote_float() allocates the length of the string + 1, which is the size of the bare numeric symbol plus NULL. But for special literals NaN, Inf, +Inf, -Inf, Infinity, +Infinity, -Infinity it emits the literal surrounded by quotes plus NULL, which is length + 3 bytes. Every recognised literal (case-insensitive) overflows by 2 bytes, a single quote and a NULL. This can be reached by the $dbh->quote method, for example $dbh->quote( "Infinity", DBI::SQL_NUMERIC ). This regression was introduced in 3.21.0 by the quote.c rewrite.

    最高第 104:29 达到04:29 首次观测上榜09:17 观测离榜累计约4小时48分
  36. 36
    CVE-2026-14853 · MEDIUM 4.3

    The WooCommerce Bookings WordPress plugin before 3.9.0 does not perform a capability check on one of its AJAX actions, and its nonce check can be bypassed by omitting the token, allowing users with Subscriber-level access and above to create draft bookable products.

    最高第 1900:00 达到当日首次采集时已在榜04:29 观测离榜累计约4小时30分
  37. 37
    CVE-2026-77003 · LOW 2.7

    The Content Mask WordPress plugin before 1.8.5.5 does not check the capability required to publish the post type being created, allowing users with a role as low as Contributor to publish posts and pages on the site without holding the publish capability.

    最高第 1800:00 达到当日首次采集时已在榜04:29 观测离榜累计约4小时30分
  38. 38
    CVE-2026-77115 · HIGH 7.1

    Brave Popup Builder (brave-popup-builder) up to version 0.8.5 reflects UTM query parameters into popup form HTML without escaping them.

    最高第 1700:00 达到当日首次采集时已在榜04:29 观测离榜累计约4小时30分
  39. 39
    CVE-2026-78156 · LOW 2.1

    A security vulnerability has been detected in Open5GS 2.8.0. Affected by this issue is the function hss_ogs_diam_s6a_air_cb of the file src/hss/hss-s6a-path.c of the component S6a Authentication-Information-Request Handler. Such manipulation of the argument Visited-PLMN-Id leads to heap-based buffer overflow. The attack may be performed from remote. The name of the patch is a9c82ee0b590d76a581b0580cb46b598984e2392. A patch should be applied to remediate this issue.

    最高第 108:29 达到08:29 首次观测上榜12:30 观测离榜累计约4小时1分
  40. 40
    CVE-2026-78170 · HIGH 7.4

    A flaw has been found in UTT HiPER 1200GW up to 2.5.3-170306. Affected is the function strcpy of the file /goform/formConfigFastDirectionW. Executing a manipulation of the argument ssid can lead to buffer overflow. The attack may be performed from remote. The exploit has been published and may be used.

    最高第 110:21 达到10:21 首次观测上榜14:22 观测离榜累计约4小时1分
  41. 41
    CVE-2026-78209 · HIGH 8.4

    exceljs-hardened versions before 5.0.0 fail to neutralize leading equals, plus, minus, or at signs in cell values written to CSV output. Attackers who can influence exported cell values can inject formulas that execute when the CSV file is opened in a spreadsheet application, potentially exfiltrating data or performing other malicious actions.

    最高第 109:17 达到09:17 首次观测上榜13:18 观测离榜累计约4小时1分
  42. 42
    CVE-2026-78147 · MEDIUM 6.9

    A vulnerability was found in ggml-org llama.cpp bec4772f6. The impacted element is the function deserialize_tensor of the file ggml/src/ggml-rpc/ggml-rpc.cpp of the component ggml-RPC Server. Performing a manipulation of the argument op/op_params results in deserialization. The attack may be initiated remotely. This vulnerability is distinct from CVE-2026-34159 (GHSA-j8rj-fmpv-wcxw, PR #20908), which only added a buffer==nullptr rejection in create_node() and does not validate op or op_params. The reported GitHub issue was closed automatically due to inactivity.

    最高第 107:25 达到07:25 首次观测上榜11:25 观测离榜累计约4小时
  43. 43
    CVE-2026-78141 · LOW 2.1

    A vulnerability has been found in Tenda CH22 1.0.0.1. This affects the function formexeCommand of the file /goform/exeCommand. The manipulation of the argument cmdinput leads to command injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.

    最高第 206:21 达到06:21 首次观测上榜10:21 观测离榜累计约4小时
  44. 44
    CVE-2026-78142 · LOW 2.1

    A vulnerability was found in code-projects Barangay Resident Profiling Management System 1.0. This impacts an unknown function of the file /archived_records.php of the component Restore/Delete. The manipulation of the argument resident_id results in authorization bypass. The attack may be launched remotely. The exploit has been made public and could be used.

    最高第 106:21 达到06:21 首次观测上榜10:21 观测离榜累计约4小时
  45. 45
    CVE-2026-77993 · MEDIUM 5.3

    Joomla Extension - joomlack.fr - Reflected XSS in Page Builder CK < 3.6.5 - The Joomla extension Page Builder CK is vulnerable to a reflected XSS via the iscontenttype parameter.

    最高第 316:19 达到16:19 首次观测上榜20:19 观测离榜累计约4小时
  46. 46
    CVE-2026-77994 · CRITICAL 9.3

    Joomla Extension - joomlack.fr - Second order SQL injection in Page Builder CK < 3.6.5 - The Joomla extension Page Builder CK is vulnerable to a SQL injection issue related to the loadStyles method of the frontend page model.

    最高第 216:19 达到16:19 首次观测上榜20:19 观测离榜累计约4小时
  47. 47
    CVE-2026-78202 · MEDIUM 5.5

    A vulnerability was found in itsourcecode Payroll System 1.0. This affects the function save_settings of the file admin_class.php. The manipulation of the argument img results in unrestricted upload. The attack may be performed from remote. The exploit has been made public and could be used.

    最高第 215:31 达到15:31 首次观测上榜19:31 观测离榜累计约4小时
  48. 48
    CVE-2026-78255 · HIGH 8.7

    The HTTP media server running on DJI drones serves stored photos and videos through the `/v2` endpoint without authenticating the requesting client. Filenames follow a predictable pattern, allowing an attacker who joins the drone's internal network to enumerate valid filenames and exfiltrate stored photos and videos. The exposed media may reveal sensitive information, including private locations, property, travel history, identifiable individuals, and the operator's routines. Affected models are DJI Neo until 01.00.0400, DJI Neo 2 until 01.00.0500, DJI Flip until 01.00.1200, DJI Air 3 until 01.00.1600, DJI Air 3S until 01.00.1400, DJI Avata 2 until 01.00.0400, DJI Avata 360 until 01.00.0300, DJI Mavic 3 until 01.00.1400, DJI Mavic 3 Classic until 01.00.0800, DJI Mavic 3 Pro until 01.01.0700, DJI Mavic 4 Pro until 01.00.0500, DJI Mini 2 until 01.07.0200, DJI Mini 3 until 01.00.0500, DJI Mini 3 Pro until 01.00.0900, DJI Mini 4 Pro until 01.00.1100, and DJI Mini 5 Pro until 01.00.0600.

    最高第 116:19 达到16:19 首次观测上榜20:19 观测离榜累计约4小时
  49. 49
    CVE-2026-8173 · MEDIUM 5.3

    The web GUI of affected Murrelektronik Xelity switches logs MAC addresses from the devices MAC address table when an authenticated administrator uses the 'Copy learned MAC Addresses' function. Due to improper generation of error messages, an unauthenticated attacker with network access to the web interface can retrieve the logged MAC addresses via browser developer tools.

    最高第 115:31 达到15:31 首次观测上榜19:31 观测离榜累计约4小时
  50. 50
    CVE-2026-19853 · MEDIUM 6.9

    NewSiteServer (NSS) developed by CyberTutor has a Missing Authentication vulnerability. Unauthenticated remote attackers can exploit a specific functionality to send emails to anyone on behalf of the school.

    最高第 912:30 达到12:30 首次观测上榜16:19 观测离榜累计约3小时49分