Vulnerability Search Top
Show Search Menu
Vendor Name
プロダクト・サービス名
Title
CVE
Urgent
Important
Warning
Warning
CWE
公開-検索開始年
公開-検索開始月
公開-検索開始日
公開-検索終了年
公開-検索終了月
公開-検索終了日
レベルソート
In descending order of publication date
In descending order of update date
Number of items displayed

You can search for vulnerabilities managed by JVN (Japan Vulnerability Note) and NVD (National Vulnerability Database).
Search keywords must be entered in English otherwise will not be searched in both JVN and NVD.

To search by CWE, please refer to the CWE Overview and check the CWE number.

  • Urgent
  • Important
  • Warning
  • Low
JVN Vulnerability Information

Update Date":Feb. 9, 2026, 12:59 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
218561 4 警告 オラクル - Oracle MySQL の MySQL Server における Optimizer に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-5767 2013-10-17 19:33 2013-10-15 Show GitHub Exploit DB Packet Storm
218562 4 警告 オラクル - Sun System Firmware で稼働する Oracle SPARC Enterprise T & M シリーズサーバにおける Sun System Firmware/Hypervisor に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-3838 2013-10-17 19:01 2013-10-15 Show GitHub Exploit DB Packet Storm
218563 4.3 警告 オラクル - Oracle Siebel CRM の Siebel Core - EAI における Web Services に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-5796 2013-10-17 18:58 2013-10-15 Show GitHub Exploit DB Packet Storm
218564 4 警告 オラクル - Oracle Siebel CRM の Siebel Core - EAI における Web Services に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-5769 2013-10-17 18:58 2013-10-15 Show GitHub Exploit DB Packet Storm
218565 4 警告 オラクル - Oracle Siebel CRM の Siebel UI Framework における ActiveX Controls に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-5768 2013-10-17 18:58 2013-10-15 Show GitHub Exploit DB Packet Storm
218566 5.8 警告 オラクル - Oracle Siebel CRM の Siebel Core - Server BizLogic Script における Integration - Scripting に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-5761 2013-10-17 18:58 2013-10-15 Show GitHub Exploit DB Packet Storm
218567 5 警告 オラクル - Oracle Siebel CRM の Siebel Core - EAI における Web Services に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-3841 2013-10-17 18:58 2013-10-15 Show GitHub Exploit DB Packet Storm
218568 4 警告 オラクル - Oracle Siebel CRM の Siebel Core - EAI における Web Services に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-3840 2013-10-17 18:57 2013-10-15 Show GitHub Exploit DB Packet Storm
218569 4 警告 オラクル - Oracle Siebel CRM の Siebel Server Remote における File System Management に関する脆弱性 CWE-noinfo
情報不足
CVE-2013-3832 2013-10-17 18:57 2013-10-15 Show GitHub Exploit DB Packet Storm
218570 5 警告 オラクル - Oracle Database Server の Core RDBMS における脆弱性 CWE-noinfo
情報不足
CVE-2013-3826 2013-10-17 18:14 2013-10-15 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:April 25, 2026, 4:08 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
401 5.3 MEDIUM
Local
- - OpenClaw before 2026.3.28 contains an environment variable sanitization vulnerability where GIT_TEMPLATE_DIR and AWS_CONFIG_FILE are not blocked in the host-env blocklist. Attackers can exploit appro… New CWE-184
 Incomplete Blacklist
CVE-2026-41332 2026-04-24 23:40 2026-04-24 Show GitHub Exploit DB Packet Storm
402 3.7 LOW
Network
- - OpenClaw before 2026.3.31 contains an authentication rate limiting bypass vulnerability that allows attackers to circumvent shared authentication protections using fake device tokens. Attackers can e… New CWE-799
 Improper Control of Interaction Frequency
CVE-2026-41333 2026-04-24 23:40 2026-04-24 Show GitHub Exploit DB Packet Storm
403 6.5 MEDIUM
Network
- - OpenClaw before 2026.3.31 contains a decompression bomb vulnerability in image processing that fails to properly enforce pixel-limit guards on sips. Attackers can exploit this by uploading oversized … New CWE-636
 Not Failing Securely ('Failing Open')
CVE-2026-41334 2026-04-24 23:40 2026-04-24 Show GitHub Exploit DB Packet Storm
404 5.3 MEDIUM
Network
- - OpenClaw before 2026.3.31 contains an information disclosure vulnerability in the Control Interface bootstrap JSON that exposes version and assistant agent identifiers. Attackers can extract sensitiv… New CWE-497
 Exposure of Sensitive System Information to an Unauthorized Control Sphere
CVE-2026-41335 2026-04-24 23:40 2026-04-24 Show GitHub Exploit DB Packet Storm
405 7.8 HIGH
Local
- - OpenClaw before 2026.3.31 allows workspace .env files to override the OPENCLAW_BUNDLED_HOOKS_DIR environment variable, enabling loading of attacker-controlled hook code. Attackers can replace trusted… New CWE-829
 Inclusion of Functionality from Untrusted Control Sphere
CVE-2026-41336 2026-04-24 23:40 2026-04-24 Show GitHub Exploit DB Packet Storm
406 5.3 MEDIUM
Network
- - OpenClaw before 2026.3.31 contains a callback origin mutation vulnerability in Plivo voice-call replay that allows attackers to mutate in-process callback origin before replay rejection. Attackers wi… New CWE-367
 Time-of-check Time-of-use (TOCTOU) Race Condition
CVE-2026-41337 2026-04-24 23:40 2026-04-24 Show GitHub Exploit DB Packet Storm
407 5.0 MEDIUM
Local
- - OpenClaw before 2026.3.31 contains a time-of-check-time-of-use vulnerability in sandbox file operations that allows attackers to bypass fd-based defenses. Attackers can exploit check-then-act pattern… New CWE-367
 Time-of-check Time-of-use (TOCTOU) Race Condition
CVE-2026-41338 2026-04-24 23:40 2026-04-24 Show GitHub Exploit DB Packet Storm
408 4.3 MEDIUM
Network
- - OpenClaw before 2026.4.2 exposes configPath and stateDir metadata in Gateway connect success snapshots to non-admin authenticated clients. Non-admin clients can recover host-specific filesystem paths… New CWE-497
 Exposure of Sensitive System Information to an Unauthorized Control Sphere
CVE-2026-41339 2026-04-24 23:40 2026-04-24 Show GitHub Exploit DB Packet Storm
409 6.5 MEDIUM
Network
- - OpenClaw before 2026.3.31 contains an authentication boundary vulnerability where Telegram legacy allowFrom migration incorrectly fans default-account trust into all named accounts. Attackers can exp… New CWE-372
 Incomplete Internal State Distinction
CVE-2026-41340 2026-04-24 23:40 2026-04-24 Show GitHub Exploit DB Packet Storm
410 5.4 MEDIUM
Network
- - OpenClaw before 2026.3.31 contains a logic error in Discord component interaction routing that misclassifies group direct messages as direct messages in extensions/discord/src/monitor/agent-component… New CWE-351
 Insufficient Type Distinction
CVE-2026-41341 2026-04-24 23:40 2026-04-24 Show GitHub Exploit DB Packet Storm