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 27, 2026, 6 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
197871 7.8 重要
Local
マイクロソフト - Microsoft Windows 10 および Windows Server 2016 のカーネルモードドライバにおける権限昇格の脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2017-0024 2017-03-22 15:14 2017-03-14 Show GitHub Exploit DB Packet Storm
197872 7.8 重要
Local
マイクロソフト - 複数の Microsoft Office および Word 製品における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2017-0031 2017-03-22 15:07 2017-03-14 Show GitHub Exploit DB Packet Storm
197873 7.8 重要
Local
マイクロソフト - Microsoft Word 2016 における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2017-0019 2017-03-22 15:07 2017-03-14 Show GitHub Exploit DB Packet Storm
197874 6.1 警告
Network
マイクロソフト - Microsoft Exchange Outlook Web Access におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2017-0110 2017-03-22 14:35 2017-03-14 Show GitHub Exploit DB Packet Storm
197875 8.1 重要
Network
マイクロソフト - 複数の Microsoft Windows Server の iSNS Server サービスにおける悪意のあるリクエストを発行される脆弱性 CWE-190
整数オーバーフローまたはラップアラウンド
CVE-2017-0104 2017-03-22 14:20 2017-03-14 Show GitHub Exploit DB Packet Storm
197876 7.8 重要
Local
マイクロソフト - 複数の Microsoft Windows 製品の Helppane.exe の DCOM オブジェクトにおける権限昇格の脆弱性 CWE-287
不適切な認証
CVE-2017-0100 2017-03-22 14:20 2017-03-14 Show GitHub Exploit DB Packet Storm
197877 4.3 警告
Network
マイクロソフト - 複数の Microsoft Windows 製品の DNS クライアントにおける重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2017-0057 2017-03-22 14:20 2017-03-14 Show GitHub Exploit DB Packet Storm
197878 7.8 重要
Local
マイクロソフト - Microsoft Windows Vista および Windows Server 2008 における権限昇格の脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2017-0039 2017-03-22 14:20 2017-03-14 Show GitHub Exploit DB Packet Storm
197879 5.5 警告
Local
マイクロソフト - Microsoft Windows 10 および Windows Server 2016 の Device Guard における PowerShell スクリプトを変更される脆弱性 CWE-20
不適切な入力確認
CVE-2017-0007 2017-03-22 14:20 2017-03-14 Show GitHub Exploit DB Packet Storm
197880 7 重要
Local
マイクロソフト - 複数の Microsoft Windows 製品のカーネル API における権限昇格の脆弱性 CWE-119
バッファエラー
CVE-2017-0103 2017-03-22 14:15 2017-03-14 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 27, 2026, 4:52 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
2121 7.3 HIGH
Network
- - An arbitrary file upload vulnerability in the ShopOrderImportController.java component of qihang-wms commit 75c15a allows attackers to execute arbitrary code via uploading a crafted file. CWE-434
 Unrestricted Upload of File with Dangerous Type 
CVE-2026-37430 2026-05-15 05:17 2026-05-13 Show GitHub Exploit DB Packet Storm
2122 7.5 HIGH
Network
- - The mem0 1.0.0 server lacks authentication and authorization controls for its memory management API endpoints. Critical functions such as updating memory records (PUT /memories/{memory_id}) are expos… CWE-306
Missing Authentication for Critical Function
CVE-2026-31240 2026-05-15 05:17 2026-05-13 Show GitHub Exploit DB Packet Storm
2123 9.8 CRITICAL
Network
- - The mamba language model framework thru 2.2.6 is vulnerable to insecure deserialization (CWE-502) when loading pre-trained models from HuggingFace Hub. The MambaLMHeadModel.from_pretrained() method u… CWE-502
 Deserialization of Untrusted Data
CVE-2026-31239 2026-05-15 05:17 2026-05-13 Show GitHub Exploit DB Packet Storm
2124 9.8 CRITICAL
Network
- - The Ludwig framework thru 0.10.4 is vulnerable to insecure deserialization (CWE-502) in its model serving component. When starting a model server with the ludwig serve command, the framework loads mo… CWE-502
 Deserialization of Untrusted Data
CVE-2026-31238 2026-05-15 05:17 2026-05-13 Show GitHub Exploit DB Packet Storm
2125 9.8 CRITICAL
Network
- - The Ludwig framework thru 0.10.4 is vulnerable to insecure deserialization (CWE-502) through its predict() method. When a user provides a dataset file path to the predict() method, the framework auto… CWE-502
 Deserialization of Untrusted Data
CVE-2026-31237 2026-05-15 05:17 2026-05-13 Show GitHub Exploit DB Packet Storm
2126 9.8 CRITICAL
Network
- - The llm CLI tool thru 0.27.1 contains a critical code injection vulnerability via its --functions command-line argument. This argument is intended to allow users to provide custom Python function def… CWE-94
Code Injection
CVE-2026-31236 2026-05-15 05:17 2026-05-13 Show GitHub Exploit DB Packet Storm
2127 9.8 CRITICAL
Network
- - The imgaug library thru 0.4.0 contains an insecure deserialization vulnerability in its BackgroundAugmenter class within the multicore.py module. The class uses Python's pickle module to deserialize … CWE-502
 Deserialization of Untrusted Data
CVE-2026-31235 2026-05-15 05:17 2026-05-13 Show GitHub Exploit DB Packet Storm
2128 9.8 CRITICAL
Network
- - Horovod thru 0.28.1 contains an insecure deserialization vulnerability (CWE-502) in its KVStore HTTP server component. The KVStore server, used for distributed task coordination, lacks authentication… CWE-502
 Deserialization of Untrusted Data
CVE-2026-31234 2026-05-15 05:17 2026-05-13 Show GitHub Exploit DB Packet Storm
2129 9.8 CRITICAL
Network
- - Guardrails AI thru 0.6.7 contains a code injection vulnerability (CWE-94) in its Hub package installation mechanism. When installing validator packages via guardrails hub install, the system retrieve… CWE-94
Code Injection
CVE-2026-31233 2026-05-15 05:17 2026-05-13 Show GitHub Exploit DB Packet Storm
2130 8.8 HIGH
Network
- - The CosyVoice project thru commit 6e01309e01bc93bbeb83bdd996b1182a81aaf11e (2025-30-21) contains an insecure deserialization vulnerability (CWE-502) in its model loading process. When loading model f… CWE-502
 Deserialization of Untrusted Data
CVE-2026-31232 2026-05-15 05:17 2026-05-13 Show GitHub Exploit DB Packet Storm