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":May 21, 2026, 6:01 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
2201 5.3 警告
Network
Kazuho Oku (kazuho) Starlet Kazuho Oku (kazuho)のStarletにおけるHTTP リクエストスマグリングに関する脆弱性 CWE-444
HTTP リクエストスマグリング
CVE-2026-40561 2026-05-8 12:10 2026-05-3 Show GitHub Exploit DB Packet Storm
2202 7.5 重要
Network
NERDVANA (Michael Conrad) Crypt-SecretBuffer NERDVANA (Michael Conrad)のCrypt-SecretBufferにおけるタイミングの違いに起因する情報漏えいに関する脆弱性 CWE-208
タイミングの違いに起因する情報漏えい
CVE-2026-5086 2026-05-8 12:10 2026-04-13 Show GitHub Exploit DB Packet Storm
2203 7.5 重要
Network
JDEGUEST (Jacques Deguest) Apache::API::Password JDEGUEST (Jacques Deguest)のApache::API::Passwordにおける暗号の脆弱な PRNG の使用に関する脆弱性 CWE-338
暗号における脆弱な PRNG の使用
CVE-2026-5088 2026-05-8 12:09 2026-04-15 Show GitHub Exploit DB Packet Storm
2204 8.8 重要
Network
Cerberus, LLC Cerberus FTP Server CerberusのCerberus FTP Serverにおける安全に保持されない継承されたパーミッションに関する脆弱性 CWE-278
安全に保持されない継承されたパーミッション
CVE-2026-6265 2026-05-8 12:09 2026-04-27 Show GitHub Exploit DB Packet Storm
2205 8.8 重要
Network
レッドハット Red Hat Enterprise Linux AI
InstructLab
レッドハットのRed Hat Enterprise Linux AI等の複数製品における信頼できない制御領域からの機能の組み込みに関する脆弱性 CWE-829
信頼性のない制御領域からの機能の組み込み
CVE-2026-6859 2026-05-8 12:09 2026-04-22 Show GitHub Exploit DB Packet Storm
2206 6.5 警告
Network
Amazon.com, Inc. tuftool
Amazon tough
Amazon.com, Inc.のAmazon tough等の複数製品におけるデジタル署名の検証に関する脆弱性 CWE-347
デジタル署名の不適切な検証
CVE-2026-6966 2026-05-8 12:09 2026-04-24 Show GitHub Exploit DB Packet Storm
2207 6.5 警告
Network
Amazon.com, Inc. tuftool
Amazon tough
Amazon.com, Inc.のAmazon tough等の複数製品におけるデータの信頼性についての不十分な検証に関する脆弱性 CWE-345
データの信頼性についての不十分な検証
CVE-2026-6967 2026-05-8 12:09 2026-04-24 Show GitHub Exploit DB Packet Storm
2208 6.5 警告
Network
Amazon.com, Inc. tuftool
Amazon tough
Amazon.com, Inc.のAmazon tough等の複数製品におけるパストラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2026-6968 2026-05-8 12:09 2026-04-24 Show GitHub Exploit DB Packet Storm
2209 7.5 重要
Network
RRWO (Robert Rothenberg) Text::Minify::XS RRWO (Robert Rothenberg)のText::Minify::XSにおける複数の脆弱性 CWE-122
CWE-176
CVE-2026-7040 2026-05-8 12:09 2026-04-27 Show GitHub Exploit DB Packet Storm
2210 8.4 重要
Local
HMBRAND (H.Merijn Brand) Text::CSV_XS HMBRAND (H.Merijn Brand)のText::CSV_XSにおける複数の脆弱性 CWE-416
CWE-825
CVE-2026-7111 2026-05-8 12:09 2026-04-29 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 21, 2026, 4:10 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1501 5.8 MEDIUM
Network
vm2_project vm2 vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, vm2's code transformer has a performance optimization that skips AST analysis when the code does not contain catch, import, or async key… CWE-693
 Protection Mechanism Failure
CVE-2026-44003 2026-05-15 00:22 2026-05-14 Show GitHub Exploit DB Packet Storm
1502 7.5 HIGH
Network
vm2_project vm2 vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, sandboxed code can call Buffer.alloc() with an arbitrary size to allocate memory directly on the host heap. Because Buffer.alloc is a sy… CWE-770
 Allocation of Resources Without Limits or Throttling
CVE-2026-44004 2026-05-15 00:22 2026-05-14 Show GitHub Exploit DB Packet Storm
1503 10.0 CRITICAL
Network
vm2_project vm2 vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, It is possible to reach BaseHandler.getPrototypeOf, which can be used to get arbitrary prototypes. This vulnerability is fixed in 3.11.0. CWE-94
Code Injection
CVE-2026-44006 2026-05-15 00:19 2026-05-14 Show GitHub Exploit DB Packet Storm
1504 9.1 CRITICAL
Network
vm2_project vm2 vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.1, when a NodeVM is created with nesting: true, sandbox code can unconditionally require('vm2') regardless of the outer VM's require config… CWE-284
Improper Access Control
CVE-2026-44007 2026-05-15 00:18 2026-05-14 Show GitHub Exploit DB Packet Storm
1505 9.8 CRITICAL
Network
vm2_project vm2 vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.2, the new method neutralizeArraySpeciesBatch works with objects from the other side but can call into this side via getter on the array pr… CWE-668
 Exposure of Resource to Wrong Sphere
CVE-2026-44008 2026-05-15 00:17 2026-05-14 Show GitHub Exploit DB Packet Storm
1506 7.8 HIGH
Local
microsoft windows_10_1607
windows_10_1809
windows_10_21h2
windows_10_22h2
windows_11_23h2
windows_11_24h2
windows_11_25h2
windows_11_26h1
windows_server_2016
windows_server_2019
w…
Buffer over-read in Windows DWM Core Library allows an authorized attacker to disclose information locally. CWE-126
 Buffer Over-read
CVE-2026-34336 2026-05-15 00:17 2026-05-13 Show GitHub Exploit DB Packet Storm
1507 9.8 CRITICAL
Network
vm2_project vm2 vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.2, This vulnerability is fixed in 3.11.2. CWE-668
 Exposure of Resource to Wrong Sphere
CVE-2026-44009 2026-05-15 00:17 2026-05-14 Show GitHub Exploit DB Packet Storm
1508 7.3 HIGH
Network
- - YAML::Syck versions before 1.38 for Perl has an out-of-bounds read. The base60 (sexagesimal) parsing code in perl_syck.h has a buffer underflow bug in both int#base60 and float#base60 handlers. Whe… CWE-124
Buffer Underflow
CVE-2026-5089 2026-05-15 00:16 2026-05-13 Show GitHub Exploit DB Packet Storm
1509 6.8 MEDIUM
Physics
- - U-SPEED AC1200 Gigabit Wi-Fi Router (Model: T18-21K) V1.0 is vulnerable to Incorrect Access Control. The device exposes a UART interface that lacks authentication, authorization, or access control me… CWE-284
Improper Access Control
CVE-2026-36738 2026-05-15 00:16 2026-05-14 Show GitHub Exploit DB Packet Storm
1510 6.5 MEDIUM
Network
- - A path injection vulnerability exists in OpenPLC v3 (2c82b0e79c53f8c1f1458eee15fec173400d6e1a) as the binary program compiled from glue_generator.cpp does not perform any validation on the file path … CWE-22
Path Traversal
CVE-2026-31156 2026-05-15 00:16 2026-05-14 Show GitHub Exploit DB Packet Storm