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, 6:13 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
132941 6.3 警告
Network
トレイン・ジャパン株式会社 Tracer SC Trane 製 Tracer SC にクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2021-42534 2021-10-21 14:52 2021-10-20 Show GitHub Exploit DB Packet Storm
132942 9.1 緊急
Network
Magento, Inc. Magento Magento における OS コマンドインジェクションの脆弱性 CWE-78
OSコマンド・インジェクション
CVE-2021-21018 2021-10-21 14:31 2021-02-9 Show GitHub Exploit DB Packet Storm
132943 7.8 重要
Local
- 複数の Intel(R) Processor 用 BIOS ファームウェアにおける境界外読み取りに関する脆弱性 CWE-125
境界外読み取り
CVE-2020-8672 2021-10-21 14:29 2020-09-8 Show GitHub Exploit DB Packet Storm
132944 5.3 警告
Network
Magento, Inc. Magento Magento におけるアクセス制御に関する脆弱性 CWE-284
不適切なアクセス制御
CVE-2021-21020 2021-10-21 14:23 2021-02-9 Show GitHub Exploit DB Packet Storm
132945 7.5 重要
Network
Typelevel blaze-core blaze-core におけるリソースの枯渇に関する脆弱性 CWE-400
リソースの枯渇
CVE-2021-21293 2021-10-21 14:15 2021-02-3 Show GitHub Exploit DB Packet Storm
132946 7.5 重要
Network
Typelevel http4s http4s におけるリソースの枯渇に関する脆弱性 CWE-400
リソースの枯渇
CVE-2021-21294 2021-10-21 13:55 2021-02-3 Show GitHub Exploit DB Packet Storm
132947 6.5 警告
Network
JetBrains Hub JetBrains Hub における重要なリソースに対する不適切なパーミッションの割り当てに関する脆弱性 CWE-732
重要なリソースに対する不適切なパーミッションの割り当て
CVE-2021-25759 2021-10-21 13:50 2021-02-3 Show GitHub Exploit DB Packet Storm
132948 5.3 警告
Network
JetBrains Ktor JetBrains Ktor における暗号アルゴリズムの使用に関する脆弱性 CWE-327
不完全、または危険な暗号アルゴリズムの使用
CVE-2021-25761 2021-10-21 13:46 2021-02-3 Show GitHub Exploit DB Packet Storm
132949 7.8 重要
Local
Foxit Software Inc Foxit Studio Photo Foxit Studio Photo における境界外読み取りに関する脆弱性 CWE-125
境界外読み取り
CVE-2020-17427 2021-10-20 18:11 2020-10-28 Show GitHub Exploit DB Packet Storm
132950 7.8 重要
Local
Foxit Software Inc Foxit Studio Photo Foxit Studio Photo におけるバッファエラーの脆弱性 CWE-119
バッファエラー
CVE-2020-17426 2021-10-20 18:11 2020-10-28 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
511 8.2 HIGH
Local
- - The utility functions used by Malwarebytes EDR 1.0.11 on Linux for calculating a cryptographic hash of data bytes truncate the hashed data if it exceeds 4GB. This leads to an integer wrap-around if t… New CWE-190
 Integer Overflow or Wraparound
CVE-2023-29146 2026-06-10 05:16 2026-06-10 Show GitHub Exploit DB Packet Storm
512 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: AppArmor: Allow apparmor to handle unaligned dfa tables The dfa tables can originate from kernel or userspace and 8-byte alignmen… Update NVD-CWE-noinfo
CVE-2026-46254 2026-06-10 05:10 2026-06-4 Show GitHub Exploit DB Packet Storm
513 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: don't explicitly disable clocks in .remove() The clocks in fsl_edma_engine::muxclk are allocated and enabled… Update NVD-CWE-noinfo
CVE-2026-46255 2026-06-10 05:10 2026-06-4 Show GitHub Exploit DB Packet Storm
514 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: NFS/localio: prevent direct reclaim recursion into NFS via nfs_writepages LOCALIO is an NFS loopback mount optimization that avoi… Update CWE-667
 Improper Locking
CVE-2026-46256 2026-06-10 05:10 2026-06-4 Show GitHub Exploit DB Packet Storm
515 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/timer-sp804: Fix an Oops when read_current_timer is called on ARM32 platforms where the SP804 is not registere… Update CWE-908
 Use of Uninitialized Resource
CVE-2026-46257 2026-06-10 05:10 2026-06-4 Show GitHub Exploit DB Packet Storm
516 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: gpio: cdev: Avoid NULL dereference in linehandle_create() In linehandle_create(), there is a statement like this: retain_and_nu… Update CWE-476
 NULL Pointer Dereference
CVE-2026-46258 2026-06-10 05:09 2026-06-4 Show GitHub Exploit DB Packet Storm
517 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: procfs: fix missing RCU protection when reading real_parent in do_task_stat() When reading /proc/[pid]/stat, do_task_stat() acces… Update NVD-CWE-noinfo
CVE-2026-46259 2026-06-10 05:09 2026-06-4 Show GitHub Exploit DB Packet Storm
518 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix out-of-bound access in fib6_add_rt2node(). syzbot reported out-of-bound read in fib6_add_rt2node(). [0] When IPv6 rout… Update CWE-125
Out-of-bounds Read
CVE-2026-46260 2026-06-10 05:09 2026-06-4 Show GitHub Exploit DB Packet Storm
519 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: spi: wpcm-fiu: Fix potential NULL pointer dereference in wpcm_fiu_probe() platform_get_resource_byname() can return NULL, which w… Update CWE-476
 NULL Pointer Dereference
CVE-2026-46261 2026-06-10 05:03 2026-06-4 Show GitHub Exploit DB Packet Storm
520 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl_xcvr: Revert fix missing lock in fsl_xcvr_mode_put() This reverts commit f51424872760 ("ASoC: fsl_xcvr: fix missing loc… Update CWE-667
 Improper Locking
CVE-2026-46262 2026-06-10 04:59 2026-06-4 Show GitHub Exploit DB Packet Storm