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":July 1, 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
223621 4.3 警告 Digital Zoom Studio - WordPress 用 Digital Zoom Studio Video Gallery プラグインにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2014-3923 2014-06-3 17:48 2014-05-28 Show GitHub Exploit DB Packet Storm
223622 4.3 警告 Simple Popup Project - WordPress 用 Simple Popup Images プラグインにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2014-3921 2014-06-3 17:47 2014-05-22 Show GitHub Exploit DB Packet Storm
223623 5 警告 Moodle - Moodle の blocks/html/lib.php 内の block_html_pluginfile 関数の My Home の実装における重要な情報を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2014-0216 2014-06-3 17:23 2014-05-19 Show GitHub Exploit DB Packet Storm
223624 6 警告 Dotclear - Dotclear の admin/categories.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2014-3783 2014-06-3 17:20 2014-05-16 Show GitHub Exploit DB Packet Storm
223625 6.8 警告 UserCake - Usercake の user_settings.php におけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2014-3866 2014-06-3 17:19 2014-05-21 Show GitHub Exploit DB Packet Storm
223626 - - 富士通
Apache Software Foundation
- ** 削除 ** Apache Struts の ParametersInterceptor における ClassLoader を操作される脆弱性 - CVE-2014-0094 2014-06-3 17:17 2014-03-6 Show GitHub Exploit DB Packet Storm
223627 5 警告 レッドハット - Red Hat Enterprise Linux 5 上で稼動する Red Hat sos の sosreport における重要な情報を取得される脆弱性 CWE-255
証明書・パスワード管理
CVE-2014-3925 2014-06-3 15:48 2014-05-30 Show GitHub Exploit DB Packet Storm
223628 2.1 注意 レッドハット - Red Hat Enterprise Virtualization Manager データウェアハウスパッケージで使用される ovirt-engine-dwh における重要な情報を取得される脆弱性 CWE-255
証明書・パスワード管理
CVE-2014-0202 2014-06-3 15:47 2014-05-27 Show GitHub Exploit DB Packet Storm
223629 4.3 警告 IBM - IBM WebSphere Service Registry and Repository の Web UI におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2014-3010 2014-06-3 15:43 2014-05-19 Show GitHub Exploit DB Packet Storm
223630 3.5 注意 IBM - IBM Sterling Control Center におけるオープンリダイレクトの脆弱性 CWE-Other
その他
CVE-2014-0925 2014-06-3 15:42 2014-05-16 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:July 1, 2026, 4:27 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
501 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: sched/psi: fix race between file release and pressure write A potential race condition exists between pressure write and cgroup f… Update CWE-367
 Time-of-check Time-of-use (TOCTOU) Race Condition
CVE-2026-52991 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
502 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to its callers Currently, when nvmet_tcp_build_pdu_iovec() detects an out… Update CWE-390
 Detection of Error Condition Without Action
CVE-2026-52989 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
503 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: avoid double drm_exec_fini() in userq validate When new_addition is true, amdgpu_userq_vm_validate() calls drm_exec_f… Update CWE-1341
 Multiple Releases of Same Resource or Handle
CVE-2026-52987 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
504 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl() Two error handling issues exist in xe_exec_queue_create_ioctl(): 1. Wh… Update CWE-825
 Expired Pointer Dereference
CVE-2026-52976 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
505 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: futex: Drop CLONE_THREAD requirement for private default hash alloc Currently need_futex_hash_allocate_default() depends on stric… Update CWE-825
 Expired Pointer Dereference
CVE-2026-52973 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
506 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - Cap AEAD AD length to 0x80000000 In order to prevent arithmetic overflows when checking the TX buffer size, cap … Update CWE-190
 Integer Overflow or Wraparound
CVE-2026-52972 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
507 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: KVM: Reject wrapped offset in kvm_reset_dirty_gfn() kvm_reset_dirty_gfn() guards the gfn range with if (!memslot || (offset + _… Update CWE-190
 Integer Overflow or Wraparound
CVE-2026-52969 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
508 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: libceph: Fix potential out-of-bounds access in crush_decode() A message of type CEPH_MSG_OSD_MAP containing a crush map with at l… Update CWE-131
Incorrect Calculation of Buffer Size
CVE-2026-52955 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
509 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: iommu: Fix WARN_ON in __iommu_group_set_domain_nofail() due to reset In __iommu_group_set_domain_internal(), concurrent domain at… Update CWE-825
 Expired Pointer Dereference
CVE-2026-52952 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm
510 7.0 HIGH
Local
- - In the Linux kernel, the following vulnerability has been resolved: drm/xe/dma-buf: handle empty bo and UAF races There look to be some nasty races here when triggering the invalidate_mappings hook… Update CWE-476
 NULL Pointer Dereference
CVE-2026-52951 2026-06-30 12:20 2026-06-25 Show GitHub Exploit DB Packet Storm