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, 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
255301 5 警告 realpage - RealPage Module ActiveX コントロールの Upload メソッドにおける任意のファイルを読まれる脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2010-2584 2012-03-27 18:42 2010-10-26 Show GitHub Exploit DB Packet Storm
255302 5.1 警告 daniel friesel - feh における任意のコマンドを実行される脆弱性 CWE-20
不適切な入力確認
CVE-2010-2246 2012-03-27 18:42 2011-05-26 Show GitHub Exploit DB Packet Storm
255303 9.3 危険 SonicWALL - SonicWALL SSL-VPN End-Point におけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2010-2583 2012-03-27 18:42 2010-11-3 Show GitHub Exploit DB Packet Storm
255304 5 警告 MailEnable - MailEnable の SMTP サービス (MESMTPC.exe) におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2010-2580 2012-03-27 18:42 2010-09-13 Show GitHub Exploit DB Packet Storm
255305 4.7 警告 Linux - Linux kernel の btrfs_ioctl_clone 関数における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2010-2538 2012-03-27 18:42 2010-09-30 Show GitHub Exploit DB Packet Storm
255306 6.3 警告 Linux - Linux kernel の btrfs_ioctl_clone 関数における append-only のファイルを上書きされる脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2010-2537 2012-03-27 18:42 2010-09-30 Show GitHub Exploit DB Packet Storm
255307 3.5 注意 Joomla! - Joomla! の Back End におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2010-2535 2012-03-27 18:42 2010-07-15 Show GitHub Exploit DB Packet Storm
255308 4.9 警告 アップル
FreeBSD
NetBSD
- NetBSD などの製品で使用されるカーネルの smb_subr.c におけるサービス運用妨害 (DoS) の脆弱性 CWE-189
数値処理の問題
CVE-2010-2530 2012-03-27 18:42 2010-09-29 Show GitHub Exploit DB Packet Storm
255309 10 危険 Linux - Linux kernel の pppol2tp_xmit 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2010-2495 2012-03-27 18:42 2010-09-8 Show GitHub Exploit DB Packet Storm
255310 4.3 警告 Roundup - Roundup の cgi/client.py におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2010-2491 2012-03-27 18:42 2010-09-24 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