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
901 9.8 緊急
Network
ToDesktop ToDesktop Builder ToDesktopのToDesktop Builderにおける証明書検証に関する脆弱性 CWE-295
不正な証明書検証
CVE-2025-67229 2026-02-2 19:22 2026-01-23 Show GitHub Exploit DB Packet Storm
902 7.1 重要
Network
ToDesktop ToDesktop Builder ToDesktopのToDesktop Builderにおける不適切なデフォルトパーミッションに関する脆弱性 CWE-276
不適切なデフォルトパーミッション
CVE-2025-67230 2026-02-2 19:22 2026-01-23 Show GitHub Exploit DB Packet Storm
903 5.9 警告
Network
ToDesktop ToDesktop Builder ToDesktopのToDesktop Builderにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2025-67231 2026-02-2 19:22 2026-01-23 Show GitHub Exploit DB Packet Storm
904 9.8 緊急
Network
remyandrade Modern Image Gallery App Using PHP and MySQL with Source Code Remy AndradeのModern Image Gallery App Using PHP and MySQL with Source Codeにおける危険なタイプのファイルの無制限アップロードに関する脆弱性 CWE-434
危険なタイプのファイルの無制限アップロード
CVE-2025-70457 2026-02-2 19:22 2026-01-23 Show GitHub Exploit DB Packet Storm
905 8.1 重要
Network
オートデスク株式会社 Autodesk Fusion オートデスク株式会社のAutodesk Fusionにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2026-0533 2026-02-2 19:22 2026-01-22 Show GitHub Exploit DB Packet Storm
906 8.1 重要
Network
オートデスク株式会社 Autodesk Fusion オートデスク株式会社のAutodesk Fusionにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2026-0534 2026-02-2 19:21 2026-01-22 Show GitHub Exploit DB Packet Storm
907 8.1 重要
Network
オートデスク株式会社 Autodesk Fusion オートデスク株式会社のAutodesk Fusionにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2026-0535 2026-02-2 19:21 2026-01-22 Show GitHub Exploit DB Packet Storm
908 6 警告
Local
Amazon.com, Inc. Firecracker Amazon.com, Inc.のFirecrackerにおけるUNIX Symbolic Link のフォローに関する脆弱性 CWE-61
UNIX Symbolic Link のフォロー
CVE-2026-1386 2026-02-2 19:21 2026-01-23 Show GitHub Exploit DB Packet Storm
909 5.4 警告
Network
Stack Ideas Private Limited. EasyDiscuss Stack Ideas Private Limited.のEasyDiscussにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2026-21624 2026-02-2 19:21 2026-01-16 Show GitHub Exploit DB Packet Storm
910 8.8 重要
Network
Stack Ideas Private Limited. EasyDiscuss Stack Ideas Private Limited.のEasyDiscussにおける危険なタイプのファイルの無制限アップロードに関する脆弱性 CWE-434
危険なタイプのファイルの無制限アップロード
CVE-2026-21625 2026-02-2 19:21 2026-01-16 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:April 26, 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
141 - - - Marked is a markdown parser and compiler. From 18.0.0 to 18.0.1, a critical Denial of Service (DoS) vulnerability exists in marked. By providing a specific 3-byte input sequence a tab, a vertical tab… New CWE-400
CWE-674
CWE-835
 Uncontrolled Resource Consumption
 Uncontrolled Recursion
 Loop with Unreachable Exit Condition ('Infinite Loop')
CVE-2026-41680 2026-04-25 03:16 2026-04-25 Show GitHub Exploit DB Packet Storm
142 - - - rust-openssl provides OpenSSL bindings for the Rust programming language. From to before 0.10.78, aes::unwrap_key() contains an incorrect assertion: it checks that out.len() + 8 <= in_.len(), but t… New CWE-787
 Out-of-bounds Write
CVE-2026-41678 2026-04-25 03:16 2026-04-25 Show GitHub Exploit DB Packet Storm
143 - - - rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.0 to before 0.10.78, the *_from_pem_callback APIs did not validate the length returned by the user's callback. A pa… New CWE-125
CWE-1284
Out-of-bounds Read
 Improper Validation of Specified Quantity in Input
CVE-2026-41677 2026-04-25 03:16 2026-04-25 Show GitHub Exploit DB Packet Storm
144 - - - rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.27 to before 0.10.78, Deriver::derive (and PkeyCtxRef::derive) sets len = buf.len() and passes it as the in/out len… New CWE-131
CWE-787
Incorrect Calculation of Buffer Size
 Out-of-bounds Write
CVE-2026-41676 2026-04-25 03:16 2026-04-25 Show GitHub Exploit DB Packet Storm
145 2.2 LOW
Network
- - @astrojs/cloudflare is an SSR adapter for use with Cloudflare Workers targets. Prior to 13.1.10, the fetch() call for remote images in packages/integrations/cloudflare/src/utils/image-binding-transfo… New CWE-918
Server-Side Request Forgery (SSRF) 
CVE-2026-41321 2026-04-25 03:16 2026-04-25 Show GitHub Exploit DB Packet Storm
146 - - - Poetry is a dependency manager for Python. Prior to 2.3.4, the extractall() function in src/poetry/utils/helpers.py:410-426 extracts sdist tarballs without path traversal protection on Python version… New CWE-22
Path Traversal
CVE-2026-41140 2026-04-25 03:16 2026-04-25 Show GitHub Exploit DB Packet Storm
147 6.5 MEDIUM
Network
- - A Broken Access Control vulnerability exists in ClassroomIO v0.1.13 where an authenticated low-privileged "student" user can access unauthorized course-level information by modifying intercepted API … New CWE-284
CWE-285
Improper Access Control
Improper Authorization
CVE-2025-67259 2026-04-25 03:16 2026-04-25 Show GitHub Exploit DB Packet Storm
148 8.8 HIGH
Network
- - Math.js is an extensive math library for JavaScript and Node.js. From 13.1.1 to before 15.2.0, a vulnerability allowed executing arbitrary JavaScript via the expression parser of mathjs. You can be a… New CWE-915
 Improperly Controlled Modification of Dynamically-Determined Object Attributes
CVE-2026-40897 2026-04-25 02:56 2026-04-25 Show GitHub Exploit DB Packet Storm
149 7.5 HIGH
Network
- - lxml is a library for processing XML and HTML in the Python language. Prior to 6.1.0, using either of the two parsers in the default configuration (with resolve_entities=True) allows untrusted XML in… New CWE-611
XXE
CVE-2026-41066 2026-04-25 02:56 2026-04-25 Show GitHub Exploit DB Packet Storm
150 6.1 MEDIUM
Network
- - Astro is a web framework. Prior to 6.1.6, the defineScriptVars function in Astro's server-side rendering pipeline uses a case-sensitive regex /<\/script>/g to sanitize values injected into inline <sc… New CWE-79
Cross-site Scripting
CVE-2026-41067 2026-04-25 02:56 2026-04-25 Show GitHub Exploit DB Packet Storm