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 8, 2026, 4:01 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
4081 9.8 緊急
Network
Arc53 DocsGPT Arc53のDocsGPTにおけるコマンドインジェクションの脆弱性 CWE-77
コマンドインジェクション
CVE-2026-26015 2026-05-7 12:01 2026-04-29 Show GitHub Exploit DB Packet Storm
4082 5.5 警告
Local
レッドハット
Sequoia PGP
rpm-sequoia
Red Hat Hardened Images
Red Hat Enterprise Linux
レッドハット等の複数ベンダの製品におけるデジタル署名の検証に関する脆弱性 CWE-347
デジタル署名の不適切な検証
CVE-2026-2625 2026-05-7 12:01 2026-04-3 Show GitHub Exploit DB Packet Storm
4083 10 緊急
Network
scoder Lupa scoderのLupaにおける複数の脆弱性 CWE-284
CWE-639
CVE-2026-34444 2026-05-7 12:01 2026-04-6 Show GitHub Exploit DB Packet Storm
4084 4.7 警告
Local
Moritz Andre Myrseth (moritzmyrz) coursevault-preview Moritz Andre Myrseth (moritzmyrz)のcoursevault-previewにおけるパストラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2026-35613 2026-05-7 12:01 2026-04-7 Show GitHub Exploit DB Packet Storm
4085 7.8 重要
Local
wkentaro gdown wkentaroのgdownにおけるパストラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2026-40491 2026-05-7 12:01 2026-04-18 Show GitHub Exploit DB Packet Storm
4086 7.4 重要
Network
Skim-rs Skim Skim-rsのSkimにおけるコードインジェクションの脆弱性 CWE-94
コード・インジェクション
CVE-2026-41414 2026-05-7 12:01 2026-04-24 Show GitHub Exploit DB Packet Storm
4087 7.5 重要
Network
Apache Software Foundation Apache Neethi Apache Software FoundationのApache Neethiにおけるリソースの枯渇に関する脆弱性 CWE-400
リソースの枯渇
CVE-2026-42402 2026-05-7 12:01 2026-05-1 Show GitHub Exploit DB Packet Storm
4088 7.5 重要
Network
Apache Software Foundation Apache Neethi Apache Software FoundationのApache Neethiにおけるリソースの枯渇に関する脆弱性 CWE-400
リソースの枯渇
CVE-2026-42403 2026-05-7 12:01 2026-05-1 Show GitHub Exploit DB Packet Storm
4089 7.2 重要
Network
Apache Software Foundation Apache Neethi Apache Software FoundationのApache Neethiにおけるサーバサイドのリクエストフォージェリの脆弱性 CWE-918
サーバサイドリクエストフォージェリ
CVE-2026-42404 2026-05-7 12:00 2026-05-1 Show GitHub Exploit DB Packet Storm
4090 7.1 重要
Local
Open CASCADE Technology (OCCT) Open CASCADE Technology (OCCT) Open CASCADE Technology (OCCT)における境界外読み取りに関する脆弱性 CWE-125
CWE-125
CVE-2026-42476 2026-05-7 12:00 2026-05-1 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 8, 2026, 4:09 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
315401 5.5 MEDIUM
Local
wireshark wireshark ITS dissector crash in Wireshark 4.4.0 allows denial of service via packet injection or crafted capture file CWE-909
 Missing Initialization of Resource
CVE-2024-9780 2024-10-17 23:18 2024-10-10 Show GitHub Exploit DB Packet Storm
315402 7.1 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: fou: fix initialization of grc The grc must be initialize first. There can be a condition where if fou is NULL, goto out will be … CWE-908
 Use of Uninitialized Resource
CVE-2024-46865 2024-10-17 23:15 2024-09-27 Show GitHub Exploit DB Packet Storm
315403 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_socket: fix sk refcount leaks We must put 'sk' reference before returning. NVD-CWE-Other
CVE-2024-46855 2024-10-17 23:15 2024-09-27 Show GitHub Exploit DB Packet Storm
315404 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: platform/x86: panasonic-laptop: Fix SINF array out of bounds accesses The panasonic laptop code in various places uses the SINF a… CWE-129
 Improper Validation of Array Index
CVE-2024-46859 2024-10-17 23:15 2024-09-27 Show GitHub Exploit DB Packet Storm
315405 7.0 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: Fix uaf in __timer_delete_sync There are two paths to access mptcp_pm_del_add_timer, result in a race condition: … CWE-416
 Use After Free
CVE-2024-46858 2024-10-17 23:15 2024-09-27 Show GitHub Exploit DB Packet Storm
315406 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: dma-buf: heaps: Fix off-by-one in CMA heap fault handler Until VM_DONTEXPAND was added in commit 1c1914d6e8c6 ("dma-buf: heaps: D… CWE-193
 Off-by-one Error
CVE-2024-46852 2024-10-17 23:15 2024-09-27 Show GitHub Exploit DB Packet Storm
315407 4.7 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Prevent unmapping active read buffers The kms paths keep a persistent map active to read and compare the cursor buffe… NVD-CWE-noinfo
CVE-2024-46710 2024-10-17 23:15 2024-09-13 Show GitHub Exploit DB Packet Storm
315408 4.4 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: selinux,smack: don't bypass permissions check in inode_setsecctx hook Marek Gresko reports that the root user on an NFS client is… CWE-276
Incorrect Default Permissions 
CVE-2024-46695 2024-10-17 23:15 2024-09-13 Show GitHub Exploit DB Packet Storm
315409 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix possible NULL pointer dereference in snd_usb_pcm_has_fixed_rate() The subs function argument may be NULL, so… CWE-476
 NULL Pointer Dereference
CVE-2023-52904 2024-10-17 23:15 2024-08-21 Show GitHub Exploit DB Packet Storm
315410 - - - In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Always drain health in shutdown callback There is no point in recovery during device shutdown. if health work started n… - CVE-2024-43866 2024-10-17 23:15 2024-08-21 Show GitHub Exploit DB Packet Storm