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 6, 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
197881 4.3 警告 Wireshark - Wireshark の LLRP ディセクタの epan/dissectors/packet-llrp.c におけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2016-2532 2016-11-17 16:07 2016-02-26 Show GitHub Exploit DB Packet Storm
197882 4.3 警告 Wireshark - Wireshark の RSL ディセクタの epan/dissectors/packet-rsl.c におけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2016-2531 2016-11-17 16:05 2016-02-26 Show GitHub Exploit DB Packet Storm
197883 4.3 警告 Wireshark - Wireshark の RSL ディセクタの epan/dissectors/packet-rsl.c におけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2016-2530 2016-11-17 16:04 2016-02-26 Show GitHub Exploit DB Packet Storm
197884 7.2 危険 Wireshark - Windows 上で稼動する Wireshark の ui/qt/wireshark_application.cpp の WiresharkApplication クラスにおける権限を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2016-2521 2016-11-17 16:03 2016-02-26 Show GitHub Exploit DB Packet Storm
197885 6.5 警告
Network
Debian
The Perl Foundation
- Perl における子プロセス内で Taint 保護メカニズムを回避される脆弱性 CWE-20
不適切な入力確認
CVE-2016-2381 2016-11-17 16:02 2016-03-1 Show GitHub Exploit DB Packet Storm
197886 7.5 重要
Network
アップル
Debian
Canonical
xmlsoft.org
オラクル
- libxml2 の parser.c の xmlParseElementDecl 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2016-4447 2016-11-17 15:34 2016-05-23 Show GitHub Exploit DB Packet Storm
197887 5.5 警告
Local
Debian
Fabrice Bellard
Canonical
オラクル
- QEMU の VGA モジュールにおける整数オーバーフローの脆弱性 CWE-Other
その他
CVE-2016-3712 2016-11-17 15:34 2016-05-9 Show GitHub Exploit DB Packet Storm
197888 8.8 重要
Local
Debian
Fabrice Bellard
Canonical
- QEMU の VGA モジュールにおけるホスト上で任意のコードを実行される脆弱性 CWE-Other
その他
CVE-2016-3710 2016-11-17 15:34 2016-05-9 Show GitHub Exploit DB Packet Storm
197889 8.8 重要
Local
Xen プロジェクト
Fedora Project
オラクル
- Xen の x86 シャドウページテーブルコードにおける整数オーバーフローの脆弱性 CWE-264
CWE-Other
CVE-2016-3960 2016-11-17 15:33 2016-04-18 Show GitHub Exploit DB Packet Storm
197890 7.8 重要
Local
Linux - Linux Kernel の block/genhd.c の disk_seqf_stop 関数における権限を取得される脆弱性 CWE-Other
その他
CVE-2016-7910 2016-11-17 14:41 2016-08-16 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 7, 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
161 - - - In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate inline data i_size during inode read When reading an inode from disk, ocfs2_validate_inode_block() performs vario… New - CVE-2026-43076 2026-05-6 22:08 2026-05-6 Show GitHub Exploit DB Packet Storm
162 - - - In the Linux kernel, the following vulnerability has been resolved: crypto: algif_aead - Fix minimum RX size check for decryption The check for the minimum receive buffer size did not take the tag … New - CVE-2026-43077 2026-05-6 22:08 2026-05-6 Show GitHub Exploit DB Packet Storm
163 - - - In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - Fix page reassignment overflow in af_alg_pull_tsgl When page reassignment was added to af_alg_pull_tsgl the orig… New - CVE-2026-43078 2026-05-6 22:08 2026-05-6 Show GitHub Exploit DB Packet Storm
164 - - - In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Skip discovery table for offline dies This warning can be triggered if NUMA is disabled and the system boo… New - CVE-2026-43079 2026-05-6 22:08 2026-05-6 Show GitHub Exploit DB Packet Storm
165 - - - In the Linux kernel, the following vulnerability has been resolved: net: ipa: fix GENERIC_CMD register field masks for IPA v5.0+ Fix the field masks to match the hardware layout documented in downs… New - CVE-2026-43081 2026-05-6 22:08 2026-05-6 Show GitHub Exploit DB Packet Storm
166 - - - In the Linux kernel, the following vulnerability has been resolved: net: txgbe: leave space for null terminators on property_entry Lists of struct property_entry are supposed to be terminated with … New - CVE-2026-43082 2026-05-6 22:08 2026-05-6 Show GitHub Exploit DB Packet Storm
167 - - - In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: make hash table per queue Sharing a global hash table among all queues is tempting, but it can cause … New - CVE-2026-43084 2026-05-6 22:08 2026-05-6 Show GitHub Exploit DB Packet Storm
168 - - - In the Linux kernel, the following vulnerability has been resolved: xfrm_user: fix info leak in build_mapping() struct xfrm_usersa_id has a one-byte padding hole after the proto field, which ends u… New - CVE-2026-43089 2026-05-6 22:08 2026-05-6 Show GitHub Exploit DB Packet Storm
169 - - - In the Linux kernel, the following vulnerability has been resolved: xfrm: fix refcount leak in xfrm_migrate_policy_find syzkaller reported a memory leak in xfrm_policy_alloc: BUG: memory leak … New - CVE-2026-43090 2026-05-6 22:08 2026-05-6 Show GitHub Exploit DB Packet Storm
170 - - - In the Linux kernel, the following vulnerability has been resolved: xfrm: Wait for RCU readers during policy netns exit xfrm_policy_fini() frees the policy_bydst hash tables after flushing the poli… New - CVE-2026-43091 2026-05-6 22:08 2026-05-6 Show GitHub Exploit DB Packet Storm