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":July 1, 2026, 2:01 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
225191 2.6 注意 Atlassian - Atlassian JIRA におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-3338 2014-03-11 17:43 2006-07-3 Show GitHub Exploit DB Packet Storm
225192 6.8 警告 DeltaScripts - PHP/MySQL Classifieds におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-3330 2014-03-11 17:43 2006-06-30 Show GitHub Exploit DB Packet Storm
225193 4.3 警告 e-cbd.biz - Custom dating biz dating script におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-3327 2014-03-11 17:43 2006-06-30 Show GitHub Exploit DB Packet Storm
225194 5 警告 id software - id3 Quake 3 Engine および Icculus Quake 3 Engine における書き込み保護された任意の変数を上書きされる脆弱性 - CVE-2006-3325 2014-03-11 17:43 2006-06-30 Show GitHub Exploit DB Packet Storm
225195 2.6 注意 sitebar - SiteBar におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-3320 2014-03-11 17:43 2006-06-30 Show GitHub Exploit DB Packet Storm
225196 5 警告 comscripts - CS-Forum における CRLF インジェクションの脆弱性 - CVE-2006-3171 2014-03-11 17:43 2006-06-23 Show GitHub Exploit DB Packet Storm
225197 5 警告 Netpbm - NetPBM におけるバッファオーバーフローの脆弱性 - CVE-2006-3145 2014-03-11 17:43 2006-06-22 Show GitHub Exploit DB Packet Storm
225198 4.6 警告 easy-cms - easy-CMS における任意の PHP コードを実行される脆弱性 - CVE-2006-3128 2014-03-11 17:43 2006-06-21 Show GitHub Exploit DB Packet Storm
225199 5 警告 chipmailer - Chipmailer における重要な情報を取得される脆弱性 - CVE-2006-3112 2014-03-11 17:43 2006-06-21 Show GitHub Exploit DB Packet Storm
225200 4.3 警告 シスコシステムズ - Cisco CallManager におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-3109 2014-03-11 17:43 2006-06-21 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:July 1, 2026, 4:27 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
491 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalars When regsafe() compares two scalar registers that both carry B… Update CWE-386
 Symbolic Name not Mapping to Correct Object
CVE-2026-53081 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
492 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rsp l2cap_ecred_reconf_rsp() calls l2cap_chan_del() without holding… Update CWE-414
 Missing Lock Check
CVE-2026-53071 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
493 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: dm log: fix out-of-bounds write due to region_count overflow The local variable region_count in create_log_context() is declared … Update CWE-190
 Integer Overflow or Wraparound
CVE-2026-53059 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
494 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Take state lock for af_unix iter When a BPF iterator program updates a sockmap, there is a race condition in unix_s… Update CWE-825
 Expired Pointer Dereference
CVE-2026-53033 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
495 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - copy IV using skcipher ivsize AF_ALG rfc3686-ctr-aes-ccp requests pass an 8-byte IV to the driver. ccp_aes_complet… Update CWE-805
 Buffer Access with Incorrect Length Value
CVE-2026-53016 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
496 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: ice: fix double-free of tx_buf skb If ice_tso() or ice_tx_csum() fail, the error path in ice_xmit_frame_ring() frees the skb, but… Update CWE-1341
 Multiple Releases of Same Resource or Handle
CVE-2026-53009 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
497 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in icmpv6_rcv() Caching saddr and daddr before pskb_pull() is problematic since skb->head can change. Rem… Update CWE-825
 Expired Pointer Dereference
CVE-2026-53006 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
498 7.0 HIGH
Local
- - 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… Update CWE-787
 Out-of-bounds Write
CVE-2026-53002 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
499 7.0 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… Update CWE-763
 Release of Invalid Pointer or Reference
CVE-2026-53000 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
500 7.0 HIGH
Local
- - 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… Update CWE-763
 Release of Invalid Pointer or Reference
CVE-2026-52993 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm