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 19, 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
250781 2.6 注意 a.l-pifou - A.l-Pifou におけるディレクトリトラバーサルの脆弱性 - CVE-2006-4914 2012-06-26 15:37 2006-09-20 Show GitHub Exploit DB Packet Storm
250782 7.5 危険 AlstraSoft - AlstraSoft E-friends の chat/getStartOptions.php におけるディレクトリトラバーサルの脆弱性 - CVE-2006-4913 2012-06-26 15:37 2006-09-20 Show GitHub Exploit DB Packet Storm
250783 7.5 危険 シスコシステムズ - Cisco IPS におけるトラフィックインスペクションを回避される脆弱性 - CVE-2006-4911 2012-06-26 15:37 2006-09-20 Show GitHub Exploit DB Packet Storm
250784 5 警告 シスコシステムズ - Cisco IDS の mainApp におけるサービス運用妨害 (DoS) の脆弱性 - CVE-2006-4910 2012-06-26 15:37 2006-09-20 Show GitHub Exploit DB Packet Storm
250785 2.6 注意 シスコシステムズ - Cisco Guard DDoS Mitigation Appliance におけるクロスサイトスクリプティングの脆弱性 - CVE-2006-4909 2012-06-26 15:37 2006-09-20 Show GitHub Exploit DB Packet Storm
250786 7.5 危険 artmedic webdesign - Artmedic Links の index.php における PHP リモートファイルインクルージョンの脆弱性 - CVE-2006-4905 2012-06-26 15:37 2006-09-20 Show GitHub Exploit DB Packet Storm
250787 6.4 警告 CA Technologies - CA eTrust Security Command Center および eTrust Audit における警告を偽装される脆弱性 - CVE-2006-4901 2012-06-26 15:37 2006-09-22 Show GitHub Exploit DB Packet Storm
250788 5.5 警告 CA Technologies - CA eTrust Security Command Center におけるディレクトリトラバーサルの脆弱性 - CVE-2006-4900 2012-06-26 15:37 2006-09-22 Show GitHub Exploit DB Packet Storm
250789 5 警告 CA Technologies - CA eTrust Security Command Center の ePPIServlet スクリプトにおけるサーバのパスを取得される脆弱性 - CVE-2006-4899 2012-06-26 15:37 2006-09-22 Show GitHub Exploit DB Packet Storm
250790 7.5 危険 guanxicrm - guanxiCRM の include/phpxd/phpXD.php における PHP リモートファイルインクルーションの脆弱性 - CVE-2006-4898 2012-06-26 15:37 2006-09-19 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 19, 2026, 4:01 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
314061 - - - miniupnp before 4c90b87, as used in Bitcoin Core before 0.12 and other products, lacks checks for snprintf return values, leading to a buffer overflow and significant data leak, a different vulnerabi… - CVE-2015-20111 2024-11-18 13:15 2024-11-18 Show GitHub Exploit DB Packet Storm
314062 - - - A vulnerability, which was classified as critical, has been found in Altenergy Power Control Software up to 20241108. This issue affects some unknown processing of the file /index.php/display/databas… CWE-285
CWE-266
Improper Authorization
 Incorrect Privilege Assignment
CVE-2024-11306 2024-11-18 11:15 2024-11-18 Show GitHub Exploit DB Packet Storm
314063 - - - A vulnerability classified as critical was found in Altenergy Power Control Software up to 20241108. This vulnerability affects the function get_status_zigbee of the file /index.php/display/status_zi… CWE-89
CWE-74
SQL Injection
Injection
CVE-2024-11305 2024-11-18 10:15 2024-11-18 Show GitHub Exploit DB Packet Storm
314064 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix general protection fault in run_is_mapped_full Fixed deleating of a non-resident attribute in ntfs_create_inode() r… NVD-CWE-noinfo
CVE-2024-50243 2024-11-18 00:15 2024-11-9 Show GitHub Exploit DB Packet Storm
314065 7.0 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: net: do not delay dst_entries_add() in dst_release() dst_entries_add() uses per-cpu data that might be freed at netns dismantle f… NVD-CWE-noinfo
CVE-2024-50036 2024-11-18 00:15 2024-10-22 Show GitHub Exploit DB Packet Storm
314066 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer Pass pointer reference to amdgpu_bo_unref to clear the correct pointer,… CWE-416
 Use After Free
CVE-2024-49991 2024-11-18 00:15 2024-10-22 Show GitHub Exploit DB Packet Storm
314067 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors x86_android_tablet_remove() frees the … CWE-416
 Use After Free
CVE-2024-49986 2024-11-18 00:15 2024-10-22 Show GitHub Exploit DB Packet Storm
314068 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: uprobe: avoid out-of-bounds memory access of fetching args Uprobe needs to fetch args into a percpu buffer, and then copy to ring… CWE-787
 Out-of-bounds Write
CVE-2024-50067 2024-11-18 00:15 2024-10-28 Show GitHub Exploit DB Packet Storm
314069 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: ext4: fix timer use-after-free on failed mount Syzbot has found an ODEBUG bug in ext4_fill_super The del_timer_sync function can… CWE-416
 Use After Free
CVE-2024-49960 2024-11-18 00:15 2024-10-22 Show GitHub Exploit DB Packet Storm
314070 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix uaf in l2cap_connect [Syzbot reported] BUG: KASAN: slab-use-after-free in l2cap_connect.constprop.0+0x10d8/… CWE-416
 Use After Free
CVE-2024-49950 2024-11-18 00:15 2024-10-22 Show GitHub Exploit DB Packet Storm