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 29, 2026, 4 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
203361 9.8 緊急
Network
The Tcpdump Group - tcpdump の UDP パーサの print-udp.c:udp_print() におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2016-7936 2017-02-10 11:52 2016-09-9 Show GitHub Exploit DB Packet Storm
203362 9.8 緊急
Network
The Tcpdump Group - tcpdump の RTP パーサの print-udp.c:rtp_print() におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2016-7935 2017-02-10 11:52 2016-09-9 Show GitHub Exploit DB Packet Storm
203363 9.8 緊急
Network
The Tcpdump Group - tcpdump の RTCP パーサのprint-udp.c:rtcp_print() におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2016-7934 2017-02-10 11:51 2016-09-9 Show GitHub Exploit DB Packet Storm
203364 9.8 緊急
Network
The Tcpdump Group - tcpdump の PPP パーサの print-ppp.c:ppp_hdlc_if_print() におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2016-7933 2017-02-10 11:51 2016-09-9 Show GitHub Exploit DB Packet Storm
203365 9.8 緊急
Network
The Tcpdump Group - tcpdump の PIM パーサの print-pim.c:pimv2_check_checksum() におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2016-7932 2017-02-10 11:51 2016-09-9 Show GitHub Exploit DB Packet Storm
203366 9.8 緊急
Network
The Tcpdump Group - tcpdump の MPLS パーサの print-mpls.c:mpls_print() におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2016-7931 2017-02-10 11:51 2016-09-9 Show GitHub Exploit DB Packet Storm
203367 9.8 緊急
Network
The Tcpdump Group - tcpdump の LLC/SNAP パーサの print-llc.c:llc_print() におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2016-7930 2017-02-10 11:51 2016-09-9 Show GitHub Exploit DB Packet Storm
203368 9.8 緊急
Network
The Tcpdump Group - tcpdump の Juniper PPPoE ATM パーサの print-juniper.c:juniper_parse_header() におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2016-7929 2017-02-10 11:51 2016-09-9 Show GitHub Exploit DB Packet Storm
203369 9.8 緊急
Network
The Tcpdump Group - tcpdump の IPComp パーサの print-ipcomp.c:ipcomp_print() におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2016-7928 2017-02-10 11:51 2016-09-9 Show GitHub Exploit DB Packet Storm
203370 9.8 緊急
Network
The Tcpdump Group - tcpdump の IEEE 802.11 パーサの print-802_11.c:ieee802_11_radio_print() におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2016-7927 2017-02-10 11:51 2016-09-9 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 29, 2026, 4:19 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
151 7.5 HIGH
Network
- - In the Linux kernel, the following vulnerability has been resolved: pppoe: drop PFC frames RFC 2516 Section 7 states that Protocol Field Compression (PFC) is NOT RECOMMENDED for PPPoE. In practice,… New - CVE-2026-53003 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
152 9.8 CRITICAL
Network
- - In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: remove sprintf usage Replace it with scnprintf, the buffer sizes are expected to be large enough to hold th… New - CVE-2026-53002 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
153 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: netfilter: nat: use kfree_rcu to release ops Florian Westphal says: "Historically this is not an issue, even for normal base hoo… New - CVE-2026-53000 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
154 9.1 CRITICAL
Network
- - In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_osf: fix out-of-bounds read on option matching In nf_osf_match(), the nf_osf_hdr_ctx structure is initialize… New - CVE-2026-52999 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
155 7.5 HIGH
Network
- - In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_osf: fix potential NULL dereference in ttl check The nf_osf_ttl() function accessed skb->dev to perform a lo… New - CVE-2026-52998 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
156 9.8 CRITICAL
Network
- - In the Linux kernel, the following vulnerability has been resolved: tipc: fix double-free in tipc_buf_append() tipc_msg_validate() can potentially reallocate the skb it is validating, freeing the o… New - CVE-2026-52993 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
157 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: sched/psi: fix race between file release and pressure write A potential race condition exists between pressure write and cgroup f… New - CVE-2026-52991 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
158 9.8 CRITICAL
Network
- - In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callers Currently, when nvmet_tcp_build_pdu_iovec() detects an out… New - CVE-2026-52989 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
159 7.1 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: join hook list via splice_list_rcu() in commit phase Publish new hooks in the list into the basechain/flowt… New - CVE-2026-52988 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
160 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: avoid double drm_exec_fini() in userq validate When new_addition is true, amdgpu_userq_vm_validate() calls drm_exec_f… New - CVE-2026-52987 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm