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 27, 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
227131 6.8 警告 Reality66 - WordPress 用 Cart66 Lite プラグインの Cart66Product.php におけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2013-5977 2013-11-5 17:32 2013-10-2 Show GitHub Exploit DB Packet Storm
227132 4.3 警告 Simplenews Project - Drupal 用 Simplenews モジュールの API におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2013-4447 2013-11-5 16:47 2013-10-16 Show GitHub Exploit DB Packet Storm
227133 6.8 警告 LinksAlpha - WordPress 用 Social Sharing Toolkit プラグインにおけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2013-2701 2013-11-5 16:33 2013-10-17 Show GitHub Exploit DB Packet Storm
227134 6.4 警告 Tiki Software Community Association - Tiki Wiki CMS Groupware にクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
- 2013-11-5 15:32 2013-10-31 Show GitHub Exploit DB Packet Storm
227135 4.3 警告 シスコシステムズ - Cisco Unified Communications Manager におけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2013-5555 2013-11-5 14:12 2013-10-30 Show GitHub Exploit DB Packet Storm
227136 6.3 警告 シスコシステムズ - Cisco Adaptive Security Appliance ソフトウェアにおけるサービス運用妨害 (DoS) の脆弱性 CWE-119
バッファエラー
CVE-2013-5551 2013-11-5 14:12 2013-10-30 Show GitHub Exploit DB Packet Storm
227137 4.3 警告 シスコシステムズ - Cisco IOS の IKEv2 の実装における特定の IPsec 再送防止機能を回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2013-5548 2013-11-5 14:11 2013-10-30 Show GitHub Exploit DB Packet Storm
227138 7.8 危険 シスコシステムズ - Cisco ASR 1000 シリーズのデバイス上で稼働する Cisco IOS XE におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2013-5547 2013-11-5 14:11 2013-10-30 Show GitHub Exploit DB Packet Storm
227139 7.8 危険 シスコシステムズ - Cisco ASR 1000 シリーズのデバイス上で稼働する Cisco IOS XE の TCP リアセンブリ機能におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2013-5546 2013-11-5 14:10 2013-10-30 Show GitHub Exploit DB Packet Storm
227140 7.8 危険 シスコシステムズ - Cisco ASR 1000 シリーズのデバイス上で稼働する Cisco IOS XE の PPTP ALG の実装におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2013-5545 2013-11-5 14:10 2013-10-30 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 27, 2026, 4:35 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1301 - - - In the Linux kernel, the following vulnerability has been resolved: bpf: Fix linked reg delta tracking when src_reg == dst_reg Consider the case of rX += rX where src_reg and dst_reg are pointers t… New - CVE-2026-53092 2026-06-25 02:17 2026-06-25 Show GitHub Exploit DB Packet Storm
1302 - - - In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb-… New - CVE-2026-53091 2026-06-25 02:17 2026-06-25 Show GitHub Exploit DB Packet Storm
1303 - - - In the Linux kernel, the following vulnerability has been resolved: bpf: Fix ld_{abs,ind} failure path analysis in subprogs Usage of ld_{abs,ind} instructions got extended into subprogs some time a… New - CVE-2026-53090 2026-06-25 02:17 2026-06-25 Show GitHub Exploit DB Packet Storm
1304 - - - In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free in offloaded map/prog info fill When querying info for an offloaded BPF map or program, bpf_map_offload_i… New - CVE-2026-53089 2026-06-25 02:17 2026-06-25 Show GitHub Exploit DB Packet Storm
1305 - - - In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix off-by-one in bcmgenet_put_txcb The write_ptr points to the next open tx_cb. We want to return the tx_cb that … New - CVE-2026-53088 2026-06-25 02:17 2026-06-25 Show GitHub Exploit DB Packet Storm
1306 - - - In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix leaking free_bds While reclaiming the tx queue we fast forward the write pointer to drop any data in flight. T… New - CVE-2026-53087 2026-06-25 02:17 2026-06-25 Show GitHub Exploit DB Packet Storm
1307 - - - In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix racing timeout handler The bcmgenet_timeout handler tries to take down all tx queues when a single queue times… New - CVE-2026-53086 2026-06-25 02:17 2026-06-25 Show GitHub Exploit DB Packet Storm
1308 - - - In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded task_vma iterator The open-coded task_vma iterator reads task->mm locklessly and acquires mma… New - CVE-2026-53085 2026-06-25 02:17 2026-06-25 Show GitHub Exploit DB Packet Storm
1309 - - - In the Linux kernel, the following vulnerability has been resolved: bpf: return VMA snapshot from task_vma iterator Holding the per-VMA lock across the BPF program body creates a lock ordering prob… New - CVE-2026-53084 2026-06-25 02:17 2026-06-25 Show GitHub Exploit DB Packet Storm
1310 - - - In the Linux kernel, the following vulnerability has been resolved: bpf: Fix RCU stall in bpf_fd_array_map_clear() Add a missing cond_resched() in bpf_fd_array_map_clear() loop. For PROG_ARRAY map… New - CVE-2026-53083 2026-06-25 02:17 2026-06-25 Show GitHub Exploit DB Packet Storm