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 26, 2026, 2 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
2281 5.3 警告
Network
Django Software Foundation Django Django Software FoundationのDjangoにおけるレングスパラメーターの不整合による処理に関する脆弱性 CWE-130
レングスパラメーターの不整合による不適切な処理
CVE-2026-5766 2026-05-11 10:55 2026-05-5 Show GitHub Exploit DB Packet Storm
2282 8.8 重要
Network
Ivanti endpoint manager mobile Ivantiのendpoint manager mobileにおけるアクセス制御に関する脆弱性 CWE-284
不適切なアクセス制御
CVE-2026-5786 2026-05-11 10:54 2026-05-7 Show GitHub Exploit DB Packet Storm
2283 9.1 緊急
Network
Ivanti endpoint manager mobile Ivantiのendpoint manager mobileにおける証明書検証に関する脆弱性 CWE-295
不正な証明書検証
CVE-2026-5787 2026-05-11 10:54 2026-05-7 Show GitHub Exploit DB Packet Storm
2284 9.8 緊急
Network
Ivanti endpoint manager mobile Ivantiのendpoint manager mobileにおけるアクセス制御に関する脆弱性 CWE-284
不適切なアクセス制御
CVE-2026-5788 2026-05-11 10:54 2026-05-7 Show GitHub Exploit DB Packet Storm
2285 8.8 重要
Network
HKUDS OpenHarness HKUDSのOpenHarnessにおける不適切なデフォルトパーミッションに関する脆弱性 CWE-276
不適切なデフォルトパーミッション
CVE-2026-6819 2026-05-11 10:54 2026-04-21 Show GitHub Exploit DB Packet Storm
2286 8.2 重要
Network
HKUDS OpenHarness HKUDSのOpenHarnessにおける不適切なデフォルトパーミッションに関する脆弱性 CWE-276
不適切なデフォルトパーミッション
CVE-2026-6823 2026-05-11 10:54 2026-04-21 Show GitHub Exploit DB Packet Storm
2287 5.3 警告
Network
Django Software Foundation Django Django Software FoundationのDjangoにおける重要な情報を含むキャッシュの使用に関する脆弱性 CWE-524
重要な情報を含むキャッシュの使用
CVE-2026-6907 2026-05-11 10:54 2026-05-5 Show GitHub Exploit DB Packet Storm
2288 7.2 重要
Network
Ivanti endpoint manager mobile Ivantiのendpoint manager mobileにおける入力確認に関する脆弱性 CWE-20
不適切な入力確認
CVE-2026-6973 2026-05-11 10:54 2026-05-7 Show GitHub Exploit DB Packet Storm
2289 9.1 緊急
Network
Ivanti endpoint manager mobile Ivantiのendpoint manager mobileにおける証明書検証に関する脆弱性 CWE-295
不正な証明書検証
CVE-2026-7821 2026-05-11 10:54 2026-05-7 Show GitHub Exploit DB Packet Storm
2290 9.6 緊急
Network
Google Google Chrome GoogleのGoogle Chromeにおける解放済みメモリの使用に関する脆弱性 CWE-416
解放済みメモリの使用
CVE-2026-7910 2026-05-11 10:54 2026-05-6 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 26, 2026, 4:05 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
312511 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add array index check for hdcp ddc access [Why] Coverity reports OVERRUN warning. Do not check if array index va… CWE-129
 Improper Validation of Array Index
CVE-2024-46804 2024-10-5 02:51 2024-09-27 Show GitHub Exploit DB Packet Storm
312512 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check debug trap enable before write dbg_ev_file In interrupt context, write dbg_ev_file will be run by work queue. I… CWE-476
 NULL Pointer Dereference
CVE-2024-46803 2024-10-5 02:45 2024-09-27 Show GitHub Exploit DB Packet Storm
312513 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/bridge: tc358767: Check if fully initialized before signalling HPD event via IRQ Make sure the connector is fully initialized… CWE-476
 NULL Pointer Dereference
CVE-2024-46810 2024-10-5 02:43 2024-09-27 Show GitHub Exploit DB Packet Storm
312514 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdgpu: Check tbo resource pointer Validate tbo resource pointer, skip if NULL CWE-476
 NULL Pointer Dereference
CVE-2024-46807 2024-10-5 02:40 2024-09-27 Show GitHub Exploit DB Packet Storm
312515 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check link_index before accessing dc->links[] [WHY & HOW] dc->links[] has max size of MAX_LINKS and NULL is retu… CWE-129
 Improper Validation of Array Index
CVE-2024-46813 2024-10-5 02:38 2024-09-27 Show GitHub Exploit DB Packet Storm
312516 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check BIOS images before it is used BIOS images may fail to load and null checks are added before they are used.… CWE-476
 NULL Pointer Dereference
CVE-2024-46809 2024-10-5 02:33 2024-09-27 Show GitHub Exploit DB Packet Storm
312517 5.3 MEDIUM
Network
gitlab gitlab An issue has been discovered in GitLab EE affecting all versions starting from 16.0 prior to 17.2.8, from 17.3 prior to 17.3.4, and from 17.4 prior to 17.4.1. An AI feature was found to read unsaniti… CWE-116
 Improper Encoding or Escaping of Output
CVE-2024-4099 2024-10-5 02:33 2024-09-27 Show GitHub Exploit DB Packet Storm
312518 4.3 MEDIUM
Network
gitlab gitlab Information disclosure in Gitlab EE/CE affecting all versions from 15.6 prior to 17.2.8, 17.3 prior to 17.3.4, and 17.4 prior to 17.4.1 in specific conditions it was possible to disclose to an unauth… CWE-863
 Incorrect Authorization
CVE-2024-8974 2024-10-5 02:30 2024-09-27 Show GitHub Exploit DB Packet Storm
312519 7.5 HIGH
Network
ays-pro chatgpt_assistant The AI ChatBot with ChatGPT and Content Generator by AYS WordPress plugin before 2.1.0 discloses the Open AI API Key, allowing unauthenticated users to obtain it CWE-319
Cleartext Transmission of Sensitive Information
CVE-2024-7713 2024-10-5 02:28 2024-09-27 Show GitHub Exploit DB Packet Storm
312520 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check msg_id before processing transcation [WHY & HOW] HDCP_MESSAGE_ID_INVALID (-1) is not a valid msg_id nor is… CWE-129
 Improper Validation of Array Index
CVE-2024-46814 2024-10-5 02:27 2024-09-27 Show GitHub Exploit DB Packet Storm