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":May 30, 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
245551 4.3 警告 blogator-script - Blogator-script の bs_auth.php におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-1892 2012-06-26 16:02 2008-04-18 Show GitHub Exploit DB Packet Storm
245552 7.5 危険 azrul
Joomla!
- Joomla! 用のJom Comment コンポーネントにおける SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-1890 2012-06-26 16:02 2008-04-18 Show GitHub Exploit DB Packet Storm
245553 7.5 危険 cdnetworks - CDNetworks Nefficient Download の NeffyLauncher ActiveX コントロールにおける保護メカニズムを回避される脆弱性 CWE-310
暗号の問題
CVE-2008-1886 2012-06-26 16:02 2008-04-18 Show GitHub Exploit DB Packet Storm
245554 6.8 警告 cdnetworks - CDNetworks Nefficient Download の NeffyLauncher ActiveX コントロールにおけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2008-1885 2012-06-26 16:02 2008-04-18 Show GitHub Exploit DB Packet Storm
245555 6.8 警告 Blackboard, Inc. - Blackboard Academic Suite のサーバにおけるアカウントにアクセスされる脆弱性 CWE-287
不適切な認証
CVE-2008-1883 2012-06-26 16:02 2008-04-18 Show GitHub Exploit DB Packet Storm
245556 5 警告 Firebird Project
Gentoo Linux
- Gentoo Linux 上の Firebird のデフォルト設定における重要なデータベース情報を取得される脆弱性 CWE-255
証明書・パスワード管理
CVE-2008-1880 2012-06-26 16:02 2008-05-12 Show GitHub Exploit DB Packet Storm
245557 2.1 注意 Debian - tss における任意のファイルを読まれる脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2008-1877 2012-06-26 16:02 2008-04-12 Show GitHub Exploit DB Packet Storm
245558 7.5 危険 comdev - Comdev News Publisher の home.news.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-1872 2012-06-26 16:02 2008-04-17 Show GitHub Exploit DB Packet Storm
245559 7.5 危険 geek247 - PIGMy-SQL の getdata.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-1870 2012-06-26 16:02 2008-04-17 Show GitHub Exploit DB Packet Storm
245560 6.8 警告 exbb - ExBB Italia におけるチェックを回避される脆弱性 CWE-20
CWE-94
CVE-2008-1862 2012-06-26 16:02 2008-04-17 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 30, 2026, 4:16 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
811 - - - In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: fix potential UAF in create_big_sync Add hci_conn_valid() check in create_big_sync() to detect stale connect… New - CVE-2026-46111 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
812 - - - In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix shadow paging use-after-free due to unexpected GFN The shadow MMU computes GFNs for direct shadow pages using sp->g… New - CVE-2026-46113 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
813 - - - In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Reject non-8-byte ATOMIC_WRITE payloads atomic_write_reply() at drivers/infiniband/sw/rxe/rxe_resp.c unconditionally de… New - CVE-2026-46114 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
814 - - - In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Fix mana_destroy_wq_obj() cleanup in mana_ib_create_qp_rss() Sashiko points out there are two bugs here in the error u… New - CVE-2026-46126 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
815 - - - In the Linux kernel, the following vulnerability has been resolved: RDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp() Sashiko points out that pd->uctx isn't initialized until l… New - CVE-2026-46127 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
816 - - - In the Linux kernel, the following vulnerability has been resolved: ipmi: Check event message buffer response for bad data The event message buffer response data size got checked later when process… New - CVE-2026-46128 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
817 - - - In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free in create_space_info() error path When kobject_init_and_add() fails, the call chain is: create_space_info… New - CVE-2026-46129 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
818 - - - In the Linux kernel, the following vulnerability has been resolved: block: add pgmap check to biovec_phys_mergeable biovec_phys_mergeable() is used by the request merge, DMA mapping, and integrity … New - CVE-2026-46115 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
819 - - - In the Linux kernel, the following vulnerability has been resolved: xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete KASAN reproduces a slab-use-after-free in __xfrm_state_delete()'… New - CVE-2026-46116 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm
820 - - - In the Linux kernel, the following vulnerability has been resolved: pseries/papr-hvpipe: Fix null ptr deref in papr_hvpipe_dev_create_handle() commit 6d3789d347a7 ("papr-hvpipe: convert papr_hvpipe… New - CVE-2026-46118 2026-05-28 22:44 2026-05-28 Show GitHub Exploit DB Packet Storm