全部/科技/实时热榜

NVD · 实时热榜

HISTORY2026年8月17日141 不同热搜
08/0309/01 有历史数据
DAILY UNIQUE TOPICS141 个热搜
  1. 01
    CVE-2026-74796 · HIGH 7

    OpenTofu before 1.11.7 fails to validate existing symlinks in the provider cache directory during initialization. Attackers can place a malicious symlink in a trusted working directory to cause tofu init to write provider package contents to arbitrary filesystem locations outside the working tree.

    最高第 200:00 达到当日首次采集时已在榜11:26 观测离榜累计约11小时26分
  2. 02
    CVE-2026-74797 · LOW 2.3

    OpenTofu versions before 1.11.4 contain a denial of service vulnerability in the tofu init command when processing maliciously-crafted .zip archives for provider or module packages. Attackers can cause excessive CPU usage by controlling .zip archive content served during dependency installation, degrading system performance and preventing timely completion of the init process.

    最高第 100:00 达到当日首次采集时已在榜11:26 观测离榜累计约11小时26分
  3. 03
    CVE-2026-74792 · HIGH 8.7

    Scriban before 7.0.0 (affected versions <= 6.6.0) contains a stack overflow vulnerability in nested array initializer parsing. Deeply nested array initializers recurse through a path (ParseArrayInitializer → ParseExpression → ParseArrayInitializer) that is not covered by the ExpressionDepthLimit counter added in the fix for GHSA-wgh7-7m3c-fx25. An attacker who can supply untrusted input to Template.Parse can trigger an uncatchable StackOverflowException that immediately terminates the process, even with the default ExpressionDepthLimit enabled.

    最高第 500:00 达到当日首次采集时已在榜10:22 观测离榜累计约10小时22分
  4. 04
    CVE-2026-74794 · HIGH 8.7

    Scriban before 6.6.0 contains an infinite recursion vulnerability in object rendering when the ObjectRecursionLimit property defaults to unlimited. Attackers can supply circular reference objects to the template context, exhausting stack space and triggering an uncatchable StackOverflowException that terminates the hosting process.

    最高第 400:00 达到当日首次采集时已在榜10:22 观测离榜累计约10小时22分
  5. 05
    CVE-2026-74795 · HIGH 8.7

    Scriban before 6.6.0 contains an uncontrolled recursion vulnerability in its recursive-descent parser. The parser does not enforce a default expression depth limit (the ExpressionDepthLimit property in ParserOptions defaults to null/disabled), so an attacker who controls template input can supply a deeply nested template (e.g., thousands of nested parentheses or blocks) that exhausts thread stack space and raises a StackOverflowException. Because a StackOverflowException cannot be caught in .NET, this causes immediate, unrecoverable termination of the hosting process, resulting in a denial of service. Applications that process untrusted or user-supplied templates can be exploited remotely without authentication.

    最高第 300:00 达到当日首次采集时已在榜10:22 观测离榜累计约10小时22分
  6. 06
    CVE-2026-74788 · HIGH 8.7

    Scriban before 7.0.0 (affected versions <= 6.6.0) contains an uncontrolled memory allocation vulnerability in the string.pad_left and string.pad_right template functions, which perform no validation on the width parameter before delegating to .NET's String.PadLeft/PadRight. When an application exposes Scriban to untrusted template input, an attacker can supply an arbitrarily large width value (e.g., 500,000,000) to trigger ~1GB memory allocations in a single call, resulting in OutOfMemoryException and denial of service. The TemplateContext.LimitToString limit does not prevent this because it is only enforced after the string has been fully allocated.

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

    Scriban before 7.0.0 (affected <= 6.6.0) applies its LoopLimit constraint only to script loop statements and not to expensive iteration performed inside built-in operators and functions. As a result, a single expression such as {{ 1..1000000 | array.size }} — or a memory-amplification expression such as {{ 'A' * 200000000 }} — can force large CPU or memory consumption even when LoopLimit is configured to a very small value, resulting in denial of service. Applications that render attacker-controlled templates and rely on LoopLimit for safe execution are affected.

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

    Scriban before 7.0.0 caches TypedObjectAccessor by Type only without considering MemberFilter changes, allowing reused TemplateContext instances to expose members that should be hidden. Attackers can access filtered properties and fields by reusing a TemplateContext after tightening its MemberFilter, bypassing sandbox policies across requests or tenants.

    最高第 700:00 达到当日首次采集时已在榜09:18 观测离榜累计约9小时18分
  9. 09
    CVE-2026-74791 · CRITICAL 9.2

    Scriban before 7.0.0 fails to clear the CachedTemplates dictionary when TemplateContext.Reset() is called, allowing cached templates to persist across reused contexts. Attackers can exploit request-dependent ITemplateLoader implementations to access previously authorized template content from earlier renders without triggering TemplateLoader.Load() again.

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

    Scriban before 7.2.0 contains a denial of service vulnerability in the array.insert_at function that allocates unbounded null entries without respecting LoopLimit or LimitToString constraints. Attackers can supply a large index parameter to trigger OutOfMemoryException and crash the host process in under a second.

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

    Scriban before 7.0.0 contains three distinct denial-of-service vulnerabilities in expression evaluation that bypass existing safety controls through unbounded string multiplication, uncontrolled BigInteger shift operations, and LoopLimit bypass via range enumeration in builtin functions. Attackers who can supply templates can cause out-of-memory exceptions or CPU exhaustion, typically terminating the entire host process.

    最高第 1200:00 达到当日首次采集时已在榜08:30 观测离榜累计约8小时30分
  12. 12
    CVE-2026-74786 · HIGH 7.1

    Scriban before 7.0.0 (affected versions <= 6.6.0) contains a denial-of-service vulnerability in which the LimitToString safety limit (default 1MB) can be bypassed because ObjectToString resets the per-call length counter (_currentToStringLength) on every top-level call and StringBuilderOutput enforces no cumulative output-size limit. An attacker who can supply a template can render a near-limit string repeatedly in a loop, allocating approximately 1GB of memory and causing an out-of-memory condition that crashes the host application.

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

    Scriban before 7.0.0 contains an uncontrolled recursion vulnerability in the object.to_json builtin function that lacks depth limits and circular reference detection. Attackers can craft templates with self-referencing objects to trigger unbounded recursion, causing a StackOverflowException that fatally terminates the hosting .NET process.

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

    Scriban versions from 3.0.0 through 7.2.5 contain a denial of service vulnerability in the ScriptRange.Multiply operator that bypasses LoopLimit when the left operand is a lazy sequence. Attackers can supply templates with array multiplication on lazy sequences to execute billions of uncharged iterations, pinning CPU cores and exhausting garbage collection resources even when LoopLimit is set to 1.

    最高第 1700:00 达到当日首次采集时已在榜07:26 观测离榜累计约7小时26分
  15. 15
    CVE-2026-73061 · CRITICAL 9.3

    Scriban before 7.2.2 contains an access-modifier bypass vulnerability in TypedObjectAccessor that allows template code to write CLR object properties without setter-visibility checks. Attackers can modify properties with private, internal, or init-only setters, and perform mass assignment on public-setter properties, permanently altering live host objects after template rendering.

    最高第 1600:00 达到当日首次采集时已在榜07:26 观测离榜累计约7小时26分
  16. 16
    CVE-2026-73062 · HIGH 8.7

    Scriban versions 3.0.0 through 7.2.0 contain a denial of service vulnerability in the array multiplication operator that allocates memory without enforcing LoopLimit or overflow-safe arithmetic checks. Attackers can supply a large integer multiplier in a template to force multi-gigabyte memory allocations, causing resource exhaustion and availability degradation.

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

    Scriban versions 6.6.0 through 7.2.0 contain a non-enforcing ExpressionDepthLimit guard that fails to stop recursive descent parsing of deeply nested expressions. Attackers can supply templates with deeply nested parentheses, array initializers, object initializers, or unary operators to trigger an uncatchable StackOverflowException that immediately terminates the host process.

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

    A vulnerability was detected in TrailDB 0.6. Impacted is the function tdb_open of the file /src/tdb.c of the component TOC Validation. The manipulation results in out-of-bounds read. It is possible to launch the attack remotely. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.

    最高第 104:30 达到04:30 首次观测上榜11:26 观测离榜累计约6小时56分
  19. 19
    CVE-2026-73059 · HIGH 7.1

    stoatchat before 0.15.0 contains a permission bypass vulnerability in the message_fetch route that checks only ViewChannel permission instead of requiring ReadMessageHistory. Attackers with ViewChannel access but ReadMessageHistory denied can retrieve individual message content by ID, bypassing the intended history restriction enforced by bulk read routes.

    最高第 1800:00 达到当日首次采集时已在榜06:22 观测离榜累计约6小时22分
  20. 20
    CVE-2026-19956 · MEDIUM 5.3

    A vulnerability has been found in gomarble-ai facebook-ads-mcp-server 0.1.0. The impacted element is the function fetch_pagination_url of the file server.py. Such manipulation leads to server-side request forgery. The attack can be launched remotely. The name of the patch is 4e53875aa22e8991c2fa4a7660d86e1caba66659. Applying a patch is advised to resolve this issue.

    最高第 105:18 达到05:18 首次观测上榜11:26 观测离榜累计约6小时8分
  21. 21
    CVE-2026-73058 · MEDIUM 6.9

    stoatchat versions before 0.15.0 fail to block the IPv6 unspecified address (::) in the SSRF blocklist, allowing unauthenticated attackers to bypass protections via the /proxy and /embed endpoints. Attackers can craft requests using IPv6 literal syntax to access services on the loopback interface and retrieve sensitive internal content.

    最高第 1900:00 达到当日首次采集时已在榜05:18 观测离榜累计约5小时18分
  22. 22
    CVE-2026-19968 · LOW 2.1

    A weakness has been identified in Open Asset Import Library Assimp 17c12da. The affected element is the function Assimp::MDLImporter::ReadFaces_3DGS_MDL7 in the library code/AssetLib/LWO/LWOLoader.h of the component 3DGS MDL7 Model Parser. Executing a manipulation can lead to heap-based buffer overflow. The attack may be launched remotely. The exploit has been made available to the public and could be used for attacks. This patch is called ee77bb09a42a49843ac85ef64c14d2328b251df1. Applying a patch is advised to resolve this issue.

    最高第 209:18 达到09:18 首次观测上榜14:28 观测离榜累计约5小时10分
  23. 23
    CVE-2026-19969 · LOW 2.1

    A security vulnerability has been detected in Open Asset Import Library Assimp 17c12da. The impacted element is the function Assimp::MDLImporter::GenerateOutputMeshes_3DGS_MDL7 of the file code/AssetLib/MDL/MDLLoader.cpp of the component 3DGS MDL7 Model Output Mesh Generator. The manipulation leads to buffer overflow. Remote exploitation of the attack is possible. The exploit has been disclosed publicly and may be used. The project was informed of the problem early through an issue report but has not responded yet.

    最高第 109:18 达到09:18 首次观测上榜14:28 观测离榜累计约5小时10分
  24. 24
    CVE-2026-19960 · LOW 2.1

    A security vulnerability has been detected in Edimax EW-7478APC 1.04. This impacts the function formWlbasic of the file /goform/formWlbasic. Such manipulation of the argument rootAPmac leads to command injection. The attack can be executed remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

    最高第 207:26 达到07:26 首次观测上榜12:36 观测离榜累计约5小时10分
  25. 25
    CVE-2026-19961 · HIGH 8.6

    A vulnerability was detected in Edimax EW-7478APC 1.04. Affected is the function formWlSiteSurvey of the file /goform/formWlSiteSurvey. Performing a manipulation of the argument selSSID results in buffer overflow. The attack is possible to be carried out 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.

    最高第 107:26 达到07:26 首次观测上榜12:36 观测离榜累计约5小时10分
  26. 26
    CVE-2026-19957 · LOW 2.1

    A vulnerability was identified in graphlit graphlit-mcp-server 1.0.1. This affects the function fetch of the file src/tools.ts of the component ssrf-test Endpoint. Such manipulation of the argument url leads to server-side request forgery. The attack may be launched remotely. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.

    最高第 106:22 达到06:22 首次观测上榜11:26 观测离榜累计约5小时4分
  27. 27
    CVE-2026-19964 · LOW 2

    A vulnerability was found in Jij-Inc Jij-MCP-Server 0.1.0. This affects the function PythonREPL.run of the file jij_mcp/python_repr.py of the component jm_check. The manipulation of the argument code results in code injection. It is possible to launch the attack remotely. The exploit has been made public and could be used. The project was informed of the problem early through an issue report but has not responded yet.

    最高第 208:30 达到08:30 首次观测上榜13:24 观测离榜累计约4小时54分
  28. 28
    CVE-2026-19965 · LOW 2.9

    A vulnerability was determined in automad up to 2.0.0-beta.32. This vulnerability affects the function requestPasswordResetToken of the file automad/src/server/Controllers/API/UserController.php of the component Password Reset Endpoint. This manipulation of the argument name-or-email causes observable response discrepancy. The attack can be initiated remotely. The attack's complexity is rated as high. It is stated that the exploitability is difficult. The exploit has been publicly disclosed and may be utilized. Upgrading to version 2.0.0-beta.33 is able to resolve this issue. Patch name: eac0b05dafdb0ddf8b9139dad8929aaba86568ca. You should upgrade the affected component.

    最高第 108:30 达到08:30 首次观测上榜13:24 观测离榜累计约4小时54分
  29. 29
    CVE-2026-73057 · HIGH 8.7

    stoatchat before 0.15.0 fails to validate SVG viewBox dimensions in the proxy endpoint, allowing attackers to cause denial of service by memory exhaustion. Attackers can host malicious SVGs with extremely large width and height values and trigger concurrent requests to exhaust available memory across proxy replicas.

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

    A vulnerability was identified in CodeCanyon TimeCamp Integration for CRM up to 2.8. This issue affects some unknown processing of the file /clients/save_contact of the component Contact Information Update. Such manipulation of the argument contact_id leads to authorization bypass. The attack can be launched remotely. The exploit is publicly available and might be used.

    最高第 409:18 达到09:18 首次观测上榜13:24 观测离榜累计约4小时6分
  31. 31
    CVE-2026-19967 · LOW 2.1

    A security flaw has been discovered in Open Asset Import Library Assimp 17c12da. Impacted is the function Assimp::Compression::decompressBlock of the file code/Common/Compression.cpp of the component File Parser. Performing a manipulation results in heap-based buffer overflow. The attack may be initiated remotely. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.

    最高第 309:18 达到09:18 首次观测上榜13:24 观测离榜累计约4小时6分
  32. 32
    CVE-2026-19970 · LOW 2.1

    A vulnerability was detected in Open Asset Import Library Assimp 17c12da. This affects the function Assimp::MDLImporter::AddBonesToNodeGraph_3DGS_MDL7 of the file code/AssetLib/MDL/MDLLoader.cpp of the component Node Parser. The manipulation of the argument bones_num results in heap-based buffer overflow. The attack can be executed remotely. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.

    最高第 310:22 达到10:22 首次观测上榜14:28 观测离榜累计约4小时6分
  33. 33
    CVE-2026-19971 · MEDIUM 5.3

    A flaw has been found in LB-Link WR1210M 1.0.3. This impacts the function main of the file /www/cgi-bin/backup.cgi of the component Backup Endpoint. This manipulation causes missing authentication. The attack is only possible within the local network. The vendor was contacted early about this disclosure but did not respond in any way.

    最高第 210:22 达到10:22 首次观测上榜14:28 观测离榜累计约4小时6分
  34. 34
    CVE-2026-19972 · LOW 2.1

    A vulnerability has been found in itsourcecode Hospital Management System 1.0. Affected is an unknown function of the file /viewpatient.php. Such manipulation of the argument delid leads to sql injection. The attack may be performed from remote. The exploit has been disclosed to the public and may be used.

    最高第 110:22 达到10:22 首次观测上榜14:28 观测离榜累计约4小时6分
  35. 35
    CVE-2026-19975 · LOW 1.3

    A weakness has been identified in Azuriom CMS up to 1.2.12. This issue affects the function transferMoney of the file app/Http/Controllers/ProfileController.php of the component Money Transfer Handler. This manipulation causes time-of-check time-of-use. The attack may be initiated remotely. A high degree of complexity is needed for the attack. The exploitability is assessed as difficult. Upgrading to version 1.2.13 is capable of addressing this issue. Patch name: ae5596a9548e010a8a79838806eff60ef9554539. Upgrading the affected component is advised. The vendor was contacted early about this disclosure.

    最高第 511:26 达到11:26 首次观测上榜15:32 观测离榜累计约4小时6分
  36. 36
    CVE-2026-19976 · LOW 2

    A security vulnerability has been detected in COMFAST CF-N1-S 2.6.0.1. Impacted is the function sub_44A968 of the file /cgi-bin/mbox-config?method=SET&section=ptest_macaddress. Such manipulation of the argument macaddress leads to command injection. The attack may be launched remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

    最高第 411:26 达到11:26 首次观测上榜15:32 观测离榜累计约4小时6分
  37. 37
    CVE-2026-19977 · CRITICAL 9.3

    A vulnerability was detected in EFM ipTIME A3004T 14.19.0. The affected element is the function httpcon_check_session_url of the component Session Validation. Performing a manipulation results in improper authentication. Remote exploitation of the attack is possible. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

    最高第 311:26 达到11:26 首次观测上榜15:32 观测离榜累计约4小时6分
  38. 38
    CVE-2026-50601 · MEDIUM 6.6

    A security vulnerability has been identified in the Planet9 desktop application where a hardcoded read-only API key permitted unauthorized access to internal repositories. An attacker could exploit this access to extract embedded administrative keys and secrets, potentially allowing them to gain administrative access to repository infrastructure and modify software source code. To mitigate this security risk, Acer has released an update to resolve the issue.

    最高第 211:26 达到11:26 首次观测上榜15:32 观测离榜累计约4小时6分
  39. 39
    CVE-2026-50602 · HIGH 8.5

    A security vulnerability has been identified in Planet9 due to incorrect file permissions assigned to an application executable used by the Planet9 background service. The service runs with SYSTEM privileges, while the affected executable grants excessive permissions to non-administrative users. As a result, an authenticated local user could potentially modify or replace the executable and execute arbitrary code with SYSTEM privileges when the service starts or the system is restarted.

    最高第 111:26 达到11:26 首次观测上榜15:32 观测离榜累计约4小时6分
  40. 40
    CVE-2026-19962 · LOW 2.1

    A flaw has been found in Edimax EW-7478APC 1.04. Affected by this vulnerability is the function setWAN of the file /goform/setWAN. Executing a manipulation of the argument pppUserName/pptpUserName/L2TPUserName can lead to command injection. The attack may be performed from remote. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

    最高第 408:30 达到08:30 首次观测上榜12:36 观测离榜累计约4小时6分
  41. 41
    CVE-2026-19963 · LOW 2.1

    A vulnerability has been found in Edimax EW-7478APC 1.04. Affected by this issue is the function stainfo of the file /goform/stainfo. The manipulation of the argument interface leads to command injection. It is possible to initiate the attack 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.

    最高第 308:30 达到08:30 首次观测上榜12:36 观测离榜累计约4小时6分
  42. 42
    CVE-2026-19958 · LOW 2.1

    A security flaw has been discovered in iatsiuk pptr-mcp up to 0.2.7. The impacted element is the function executeCode of the file src/vm-executor.ts of the component execute Tool. The manipulation results in code injection. The attack may be launched remotely. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.

    最高第 407:26 达到07:26 首次观测上榜11:26 观测离榜累计约4小时
  43. 43
    CVE-2026-19959 · HIGH 8.6

    A weakness has been identified in Edimax EW-7478APC 1.04. This affects the function formWanTcpipSetup of the file /goform/formWanTcpipSetup. This manipulation of the argument pppUserName causes stack-based buffer overflow. Remote exploitation of the attack is possible. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

    最高第 307:26 达到07:26 首次观测上榜11:26 观测离榜累计约4小时
  44. 44
    CVE-2026-19982 · MEDIUM 5.3

    A security vulnerability has been detected in GL.iNet BE9300 and MT6000 4.8.x. This vulnerability affects unknown code of the component Firewall-management RPC. The manipulation of the argument dest_port/dest_ip leads to os command injection. The attack may be initiated remotely. Upgrading to version 4.9.0 is able to resolve this issue. The affected component should be upgraded. The vendor explains: "After our investigation, we have confirmed that the vulnerability described (...) does indeed exist."

    最高第 413:24 达到13:24 首次观测上榜17:24 观测离榜累计约4小时
  45. 45
    CVE-2026-19983 · MEDIUM 6.9

    A vulnerability was detected in GL.iNet A1300, AX1800, AXT1800, MT2500, MT3000, MT6000, X3000 and XE3000 4.8.x. This issue affects some unknown processing of the file /usr/bin/gl_nas_sys of the component NAS Command Service. The manipulation results in os command injection. The attack may be launched remotely. Upgrading to version 4.9.0 is capable of addressing this issue. It is suggested to upgrade the affected component. The vendor explains: "After our investigation, we have confirmed that the vulnerability described (...) does indeed exist."

    最高第 313:24 达到13:24 首次观测上榜17:24 观测离榜累计约4小时
  46. 46
    CVE-2026-19984 · LOW 2.1

    A flaw has been found in jkawamoto mcp-florence2 up to 0.3.13. Affected by this issue is the function get_images of the file src/mcp_florence2/__init__.py. This manipulation of the argument src causes server-side request forgery. The attack may be initiated remotely. The exploit has been published and may be used. It is recommended to change the configuration settings. The vendor explains: "For deployments where SSRF protection is required, I recommend routing all HTTP(S) requests through an SSRF-safe proxy server. This approach mitigates the vulnerability without requiring changes to the mcp-florence2 source code."

    最高第 213:24 达到13:24 首次观测上榜17:24 观测离榜累计约4小时
  47. 47
    CVE-2026-19986 · LOW 2.1

    A weakness has been identified in Adblock for Youtube Extension up to 7.2.1 on Chrome. The impacted element is the function updateDynamicRules of the file contentscript.js of the component Event Listener. This manipulation of the argument yt-anti-adblock-detected causes improper authorization. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.

    最高第 113:24 达到13:24 首次观测上榜17:24 观测离榜累计约4小时
  48. 48
    CVE-2026-15623 · CRITICAL 9.4

    A SQL Injection vulnerability in a legacy dashboard widget API in Google Cloud Google SecOps (Chronicle SOAR) versions prior to 6.3.85 on Google Cloud Platform allows an authenticated attacker to execute blind SQL queries using a crafted request parameter. This vulnerability was patched in version 6.3.85, and no customer action is needed.

    最高第 615:32 达到15:32 首次观测上榜19:32 观测离榜累计约4小时
  49. 49
    CVE-2026-19994 · LOW 2.1

    A vulnerability was found in Webkul Bagisto up to 2.4.4. Affected by this issue is some unknown functionality of the file /admin/configuration/cache-management/execute of the component Configuration Management. The manipulation of the argument action results in authorization bypass. The attack may be launched remotely. The exploit has been made public and could be used. The vendor confirms: "The reported issues were already identified through our internal security assessment process prior to this notification and are being handled through our established internal security and development lifecycle. Some of these items have already been addressed, while the remaining items are planned for resolution in upcoming product releases."

    最高第 515:32 达到15:32 首次观测上榜19:32 观测离榜累计约4小时
  50. 50
    CVE-2026-19995 · LOW 2

    A vulnerability was determined in Webkul Bagisto up to 2.4.4. This affects an unknown part of the file /customer/account/rma/send-message of the component RMA Message Handler. This manipulation of the argument Message causes cross site scripting. Remote exploitation of the attack is possible. The exploit has been publicly disclosed and may be utilized. The vendor confirms: "The reported issues were already identified through our internal security assessment process prior to this notification and are being handled through our established internal security and development lifecycle. Some of these items have already been addressed, while the remaining items are planned for resolution in upcoming product releases."

    最高第 415:32 达到15:32 首次观测上榜19:32 观测离榜累计约4小时