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, 12:21 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
249001 10 危険 flip4mac - Flip4Mac WMV の Importer における詳細不明な脆弱性 CWE-noinfo
情報不足
CVE-2008-4095 2012-06-26 16:02 2008-09-16 Show GitHub Exploit DB Packet Storm
249002 7.5 危険 couponscript - PHP Coupon Script の index.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-4090 2012-06-26 16:02 2008-09-15 Show GitHub Exploit DB Packet Storm
249003 6.8 警告 acoustica - Acoustica Beatcraft におけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2008-4087 2012-06-26 16:02 2008-09-15 Show GitHub Exploit DB Packet Storm
249004 3.5 注意 brim-project - Brim の Bookmarks プラグインにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-4083 2012-06-26 16:02 2008-09-15 Show GitHub Exploit DB Packet Storm
249005 4.6 警告 brim-project - Brim の Tasks プラグインにおける SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-4082 2012-06-26 16:02 2008-09-15 Show GitHub Exploit DB Packet Storm
249006 6.5 警告 LedgerSMB
dws systems inc.
sql-ledger
- LSMB などにおける SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-4078 2012-06-26 16:02 2008-09-15 Show GitHub Exploit DB Packet Storm
249007 7.8 危険 LedgerSMB
dws systems inc.
sql-ledger
- LSMB の CGI スクリプトにおけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2008-4077 2012-06-26 16:02 2008-08-26 Show GitHub Exploit DB Packet Storm
249008 6.8 警告 Dino - D-iscussion Board の index.php におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2008-4075 2012-06-26 16:02 2008-09-15 Show GitHub Exploit DB Packet Storm
249009 5 警告 マイクロソフト
アドビシステムズ
- Adobe Acrobat の特定の ActiveX コントロールにおけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2008-4071 2012-06-26 16:02 2008-09-15 Show GitHub Exploit DB Packet Storm
249010 4.3 警告 XOOPS
有限会社ブルームーン
- XOOPS 用の Bluemoon PopnupBLOG モジュールの index.php におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-4053 2012-06-26 16:02 2008-09-11 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
31 8.2 HIGH
Network
- - In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack_irc: fix possible out-of-bounds read When parsing fails after we've matched the command string we should bai… New - CVE-2026-53268 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
32 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_ct: bail out on template ct in get eval I noticed this issue while looking at a historic syzbot report [1]. A rul… New - CVE-2026-53267 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
33 8.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: make ebt_snat ARP rewrite writable The ebtables SNAT target keeps the Ethernet source address rewrite behind s… New - CVE-2026-53266 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
34 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: dm cache policy smq: check allocation under invalidate lock commit 2d1f7b65f5de ("dm cache policy smq: fix missing locks in inval… New - CVE-2026-53265 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
35 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: net/sched: act_api: use RCU with deferred freeing for action lifecycle When NEWTFILTER and DELFILTER are run concurrently it is p… New - CVE-2026-53264 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
36 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl() pppol2tp_ioctl() read sock->sk->sk_user_data directly without any l… New - CVE-2026-53262 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
37 9.8 CRITICAL
Network
- - In the Linux kernel, the following vulnerability has been resolved: tcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req(). syzbot reported a weird reqsk->rsk_refcnt underflow in __in… New - CVE-2026-53260 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
38 7.8 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: ipv6: anycast: insert aca into global hash under idev->lock syzbot reported a splat [1]: a slab-use-after-free in ipv6_chk_acast_… New - CVE-2026-53259 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
39 8.0 HIGH
Adjacent
- - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind() rfcomm_get_sock_by_channel() scans rfcomm_sk_list under the list … New - CVE-2026-53256 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm
40 8.1 HIGH
Adjacent
- - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: validate skb length in MCC handlers The RFCOMM MCC handlers cast skb->data to protocol-specific structs withou… New - CVE-2026-53254 2026-06-28 17:16 2026-06-25 Show GitHub Exploit DB Packet Storm