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 11, 2026, 10 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
223381 7.5 危険 CUBIC FACTORY - CUBIC CMS における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2014-1619 2014-01-23 16:28 2014-01-8 Show GitHub Exploit DB Packet Storm
223382 7.8 危険 Ecava - Ecava IntegraXor の SCADA サーバにおけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2014-0753 2014-01-23 16:17 2014-01-16 Show GitHub Exploit DB Packet Storm
223383 2.6 注意 httplib2 Project
Canonical
- httplib2 における SSL サーバになりすまされる脆弱性 CWE-20
不適切な入力確認
CVE-2013-2037 2014-01-23 16:11 2013-04-23 Show GitHub Exploit DB Packet Storm
223384 7.5 危険 UAEPD - UAEPD Shopping Cart Script における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2014-1618 2014-01-23 15:57 2014-01-8 Show GitHub Exploit DB Packet Storm
223385 5.8 警告 FreeBSD - FreeBSD で使用される bsnmpd の lib/snmpagent.c におけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2014-1452 2014-01-23 15:49 2014-01-14 Show GitHub Exploit DB Packet Storm
223386 6.5 警告 Open Dynamics - Collabtive の managetimetracker.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2013-6872 2014-01-23 15:44 2013-11-26 Show GitHub Exploit DB Packet Storm
223387 4.3 警告 IBM - 複数の IBM 製品におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2013-6746 2014-01-23 15:36 2013-12-23 Show GitHub Exploit DB Packet Storm
223388 10 危険 IBM - IBM Java SDK における脆弱性 CWE-noinfo
情報不足
CVE-2013-0485 2014-01-23 15:36 2013-04-9 Show GitHub Exploit DB Packet Storm
223389 4.3 警告 IBM - IBM Platform Symphony における重要な情報を取得される脆弱性 CWE-310
暗号の問題
CVE-2013-6305 2014-01-23 15:33 2013-10-31 Show GitHub Exploit DB Packet Storm
223390 2.1 注意 IBM - IBM Tivoli Federated Identity Manager および Tivoli Federated Identity Manager Business Gateway におけるトランザクションを完了される脆弱性 CWE-287
不適切な認証
CVE-2013-5429 2014-01-23 15:33 2013-12-31 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 11, 2026, 5:13 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
314051 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: ocfs2: add bounds checking to ocfs2_xattr_find_entry() Add a paranoia check to make sure it doesn't stray beyond valid memory reg… CWE-787
 Out-of-bounds Write
CVE-2024-47670 2024-11-9 01:15 2024-10-10 Show GitHub Exploit DB Packet Storm
314052 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: ext4: fix double brelse() the buffer of the extents path In ext4_ext_try_to_merge_up(), set path[1].p_bh to NULL after it has bee… CWE-415
 Double Free
CVE-2024-49882 2024-11-9 01:15 2024-10-22 Show GitHub Exploit DB Packet Storm
314053 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: ext4: update orig_path in ext4_find_extent() In ext4_find_extent(), if the path is not big enough, we free it and set *orig_path … CWE-476
 NULL Pointer Dereference
CVE-2024-49881 2024-11-9 01:15 2024-10-22 Show GitHub Exploit DB Packet Storm
314054 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: btrfs: fix a NULL pointer dereference when failed to start a new trasacntion [BUG] Syzbot reported a NULL pointer dereference wit… CWE-476
 NULL Pointer Dereference
CVE-2024-49868 2024-11-9 01:15 2024-10-22 Show GitHub Exploit DB Packet Storm
314055 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: staging: iio: frequency: ad9834: Validate frequency parameter value In ad9834_write_frequency() clk_get_rate() can return 0. In s… CWE-369
 Divide By Zero
CVE-2024-47663 2024-11-9 01:15 2024-10-10 Show GitHub Exploit DB Packet Storm
314056 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: btrfs: wait for fixup workers before stopping cleaner kthread during umount During unmount, at close_ctree(), we have the followi… CWE-416
 Use After Free
CVE-2024-49867 2024-11-9 01:15 2024-10-22 Show GitHub Exploit DB Packet Storm
314057 7.1 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential oob read in nilfs_btree_check_delete() The function nilfs_btree_check_delete(), which checks whether degene… CWE-125
Out-of-bounds Read
CVE-2024-47757 2024-11-9 01:15 2024-10-21 Show GitHub Exploit DB Packet Storm
314058 7.1 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: net: dpaa: Pad packets to ETH_ZLEN When sending packets under 60 bytes, up to three bytes of the buffer following the data may be… NVD-CWE-noinfo
CVE-2024-46854 2024-11-9 01:15 2024-09-27 Show GitHub Exploit DB Packet Storm
314059 7.0 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition In the ether3_probe function, a timer is initi… CWE-416
 Use After Free
CVE-2024-47747 2024-11-9 01:15 2024-10-21 Show GitHub Exploit DB Packet Storm
314060 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: firmware_loader: Block path traversal Most firmware names are hardcoded strings, or are constructed from fairly constrained forma… CWE-22
Path Traversal
CVE-2024-47742 2024-11-9 01:15 2024-10-21 Show GitHub Exploit DB Packet Storm