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":Feb. 9, 2026, 12:59 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
239981 4.3 警告 ASP indir - Angelo-Emlak の hpz/admin/Default.asp におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-2048 2012-06-26 16:02 2008-05-1 Show GitHub Exploit DB Packet Storm
239982 7.5 危険 ASP indir - Angelo-Emlak における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-2047 2012-06-26 16:02 2008-05-1 Show GitHub Exploit DB Packet Storm
239983 4.3 警告 cPanel - cPanel におけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2008-2043 2012-06-26 16:02 2008-05-1 Show GitHub Exploit DB Packet Storm
239984 10 危険 EGroupware - eGroupWare における詳細不明な脆弱性 CWE-94
コード・インジェクション
CVE-2008-2041 2012-06-26 16:02 2008-04-30 Show GitHub Exploit DB Packet Storm
239985 3.5 注意 editeurscripts - EditeurScripts EsContacts におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-2037 2012-06-26 16:02 2008-04-30 Show GitHub Exploit DB Packet Storm
239986 7.5 危険 dream4 - dream4 Koobi Pro の index.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-2036 2012-06-26 16:02 2008-04-30 Show GitHub Exploit DB Packet Storm
239987 5 警告 acritum - Acritum Femitter Server の FTP サービスにおけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2008-2032 2012-06-26 16:02 2008-04-30 Show GitHub Exploit DB Packet Storm
239988 4.3 警告 F5 Networks - F5 FirePass 4100 SSL VPN の installControl.php3 におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-2030 2012-06-26 16:02 2008-04-30 Show GitHub Exploit DB Packet Storm
239989 6.8 警告 e107.org
webze
opendb
labgab
TorrentFlux
PHPNUKE
my123tkshop
phpmybittorrent
- Francisco Burzi PHP-Nuke などの製品で使用される CAPTCHA における CAPTCHA 検証を通過する脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2008-2020 2012-06-26 16:02 2008-04-29 Show GitHub Exploit DB Packet Storm
239990 7.5 危険 chilkat software - Chilek Content Management System におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2008-2017 2012-06-26 16:02 2008-04-29 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:April 25, 2026, 4:08 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
257141 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checker before passing variables Checks null pointer before passing variables to functions. This fixes… CWE-476
 NULL Pointer Dereference
CVE-2024-43902 2024-08-27 23:38 2024-08-26 Show GitHub Exploit DB Packet Storm
257142 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference for DTN log in DCN401 When users run the command: cat /sys/kernel/debug/dri/0/amdg… CWE-476
 NULL Pointer Dereference
CVE-2024-43901 2024-08-27 23:38 2024-08-26 Show GitHub Exploit DB Packet Storm
257143 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: media: xc2028: avoid use-after-free in load_firmware_cb() syzkaller reported use-after-free in load_firmware_cb() [1]. The reason… CWE-416
 Use After Free
CVE-2024-43900 2024-08-27 23:38 2024-08-26 Show GitHub Exploit DB Packet Storm
257144 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null pointer deref in dcn20_resource.c Fixes a hang thats triggered when MPV is run on a DCN401 dGPU: mpv -… CWE-476
 NULL Pointer Dereference
CVE-2024-43899 2024-08-27 23:38 2024-08-26 Show GitHub Exploit DB Packet Storm
257145 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padata_mt_helper() We are hit with a not easily reproducible divide-by-0 panic in padat… CWE-369
 Divide By Zero
CVE-2024-43889 2024-08-27 23:38 2024-08-26 Show GitHub Exploit DB Packet Storm
257146 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: mm: list_lru: fix UAF for memory cgroup The mem_cgroup_from_slab_obj() is supposed to be called under rcu lock or cgroup_mutex or… CWE-416
 Use After Free
CVE-2024-43888 2024-08-27 23:37 2024-08-26 Show GitHub Exploit DB Packet Storm
257147 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check in resource_log_pipe_topology_update [WHY] When switching from "Extend" to "Second Display Only" … CWE-476
 NULL Pointer Dereference
CVE-2024-43886 2024-08-27 23:37 2024-08-26 Show GitHub Exploit DB Packet Storm
257148 8.8 HIGH
Network
zohocorp manageengine_adaudit_plus Zohocorp ManageEngine ADAudit Plus versions below 8121 are vulnerable to the authenticated SQL injection in extranet lockouts report option. CWE-89
SQL Injection
CVE-2024-5586 2024-08-27 23:37 2024-08-23 Show GitHub Exploit DB Packet Storm
257149 8.8 HIGH
Network
zohocorp manageengine_adaudit_plus Zohocorp ManageEngine ADAudit Plus versions below 8000 are vulnerable to the authenticated SQL injection in reports module. CWE-89
SQL Injection
CVE-2024-5556 2024-08-27 23:36 2024-08-23 Show GitHub Exploit DB Packet Storm
257150 8.8 HIGH
Network
zohocorp manageengine_adaudit_plus Zohocorp ManageEngine ADAudit Plus versions below 8000 are vulnerable to the authenticated SQL injection in aggregate reports option. CWE-89
SQL Injection
CVE-2024-5490 2024-08-27 23:36 2024-08-23 Show GitHub Exploit DB Packet Storm