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":June 30, 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
203631 7.5 重要
Network
OneLogin, Inc. - Ruby-saml における XML 署名ラッピング攻撃を実行される脆弱性 CWE-91
ブラインド XPath インジェクション
CVE-2016-5697 2017-02-6 17:41 2016-06-24 Show GitHub Exploit DB Packet Storm
203632 8.8 重要
Network
Snort.org - Snort における任意のコードを実行される脆弱性 CWE-426
信頼性のない検索パス
CVE-2016-1417 2017-02-6 17:40 2016-09-29 Show GitHub Exploit DB Packet Storm
203633 8.8 重要
Network
elfden - WordPress 用 eShop プラグインの eshop-orders.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2016-0769 2017-02-6 17:34 2016-02-2 Show GitHub Exploit DB Packet Storm
203634 6.1 警告
Network
elfden - WordPress 用 eShop プラグインの eshop-orders.php におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2016-0765 2017-02-6 17:33 2016-02-2 Show GitHub Exploit DB Packet Storm
203635 7.8 重要
Local
Debian
Terminology project
- Terminology における任意のコマンドを実行される脆弱性 CWE-77
コマンドインジェクション
CVE-2015-8971 2017-02-6 17:32 2015-08-17 Show GitHub Exploit DB Packet Storm
203636 7.8 重要
Local
マイクロソフト - Microsoft Skype における任意のコードを実行される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2016-5720 2017-02-6 17:04 2016-09-27 Show GitHub Exploit DB Packet Storm
203637 8.4 重要
Local
ownCloud - ownCloud Desktop における任意のコードを実行される脆弱性 CWE-94
コード・インジェクション
CVE-2016-7102 2017-02-6 16:24 2016-08-17 Show GitHub Exploit DB Packet Storm
203638 5.9 警告
Network
ownCloud - ownCloud サーバにおける任意の画像をダウンロードされる脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2016-5876 2017-02-6 16:24 2016-07-13 Show GitHub Exploit DB Packet Storm
203639 9.8 緊急
Network
シックス・アパート株式会社 - 複数の Movable Type 製品における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2016-5742 2017-02-6 16:23 2016-06-22 Show GitHub Exploit DB Packet Storm
203640 7.5 重要
Network
GStreamer - GStreamer の vmnc デコーダにおける整数オーバーフローの脆弱性 CWE-190
整数オーバーフローまたはラップアラウンド
CVE-2016-9445 2017-02-6 15:49 2016-11-16 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 30, 2026, 4:22 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
41 4.4 MEDIUM
Network
envoyproxy envoy Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.35.11, 1.36.7, 1.37.3, and 1.38.1, a structural flaw was identified in DefaultCertValidator::verifySu… Update CWE-158
 Improper Neutralization of Null Byte or NUL Character
CVE-2026-47778 2026-06-30 03:49 2026-06-27 Show GitHub Exploit DB Packet Storm
42 7.2 HIGH
Network
cacti cacti Cacti is an open source performance and fault management framework. Versions 1.2.30 and prior have SQL Injection through unsanitized unserialize+implode in managers.php. At line 756 of managers.php,… Update CWE-89
SQL Injection
CVE-2026-40083 2026-06-30 03:48 2026-06-26 Show GitHub Exploit DB Packet Storm
43 7.8 HIGH
Local
- - The kernel handler for IPV6_MSFILTER dropped a serializing lock in order to copy the source-filter list from userspace, then reacquired the lock. During this window another thread could free the mul… New CWE-416
 Use After Free
CVE-2026-49412 2026-06-30 03:48 2026-06-27 Show GitHub Exploit DB Packet Storm
44 7.1 HIGH
Local
- - The Linuxulator determined whether a binary was set-user-ID or set-group-ID by checking the P_SUGID process flag. During execve(2), this flag is not yet set at the point where the auxiliary vector i… New CWE-266
 Incorrect Privilege Assignment
CVE-2026-49413 2026-06-30 03:48 2026-06-27 Show GitHub Exploit DB Packet Storm
45 7.8 HIGH
Local
- - dsp_mmap_single() validated the requested mapping by checking the sum of the user-supplied offset and length against the buffer size. This addition could overflow, so that a large offset and length … New CWE-125
CWE-190
CWE-681
CWE-787
Out-of-bounds Read
 Integer Overflow or Wraparound
 Incorrect Conversion between Numeric Types
 Out-of-bounds Write
CVE-2026-45258 2026-06-30 03:48 2026-06-27 Show GitHub Exploit DB Packet Storm
46 6.5 MEDIUM
Local
- - sigqueue(2) was marked as permitted in capability mode with the introduction of Capsicum in 2011, but the implementation of kern_sigqueue did not include a capability mode check restricting signal de… New CWE-266
 Incorrect Privilege Assignment
CVE-2026-45259 2026-06-30 03:48 2026-06-27 Show GitHub Exploit DB Packet Storm
47 7.0 HIGH
Local
- - Second, the audio buffer backing a mapping could be freed when the device was closed even though the mapping remained valid. The freed memory could then be reused elsewhere while still accessible th… New CWE-416
 Use After Free
CVE-2026-49417 2026-06-30 03:48 2026-06-27 Show GitHub Exploit DB Packet Storm
48 7.8 HIGH
Local
- - The ELF image activator cleared per-process ASLR preference flags for setuid binaries after the code that computes the PIE base address, rather than before. As a result, a user-requested ASLR disabl… New CWE-179
 Incorrect Behavior Order: Early Validation
CVE-2026-49414 2026-06-30 03:48 2026-06-27 Show GitHub Exploit DB Packet Storm
49 - - - The CONS_HISTORY ioctl handler did not adequately validate the requested history size. A large value caused an integer overflow in the buffer size calculation, resulting in a heap allocation smaller… New CWE-190
 Integer Overflow or Wraparound
CVE-2026-49416 2026-06-30 03:48 2026-06-27 Show GitHub Exploit DB Packet Storm
50 6.5 MEDIUM
Network
cacti cacti Cacti is an open source performance and fault management framework. Versions 1.2.30 and prior are vulnerable to Path Traversal through the Report format_file Parameter, causing arbitrary file read. … Update CWE-22
Path Traversal
CVE-2026-40084 2026-06-30 03:48 2026-06-26 Show GitHub Exploit DB Packet Storm