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 13, 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
208141 4 警告 IBM - IBM WebSphere Extended Deployment Compute Grid における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2013-4039 2015-08-10 10:48 2013-08-21 Show GitHub Exploit DB Packet Storm
208142 9.3 危険 Time Doctor - Windows 上で稼働する TimeDoctor Pro の自動アップデートの実装における任意のコードを実行される脆弱性 CWE-Other
その他
CVE-2015-4674 2015-08-10 10:32 2015-06-29 Show GitHub Exploit DB Packet Storm
208143 3.5 注意 IBM - IBM WebSphere Application Server および WebSphere Virtual Enterprise におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2013-6323 2015-08-7 18:15 2013-10-31 Show GitHub Exploit DB Packet Storm
208144 7.5 危険 株式会社エヌ・ティ・ティ・データ - TERASOLUNA Server Framework for Java において ClassLoader が操作可能な脆弱性 CWE-DesignError
CVE-2014-0114 2015-08-7 18:15 2014-06-17 Show GitHub Exploit DB Packet Storm
208145 4.3 警告 IBM - IBM SmartCloud Analytics Log Analysis におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2013-6738 2015-08-7 18:15 2014-04-2 Show GitHub Exploit DB Packet Storm
208146 7.5 危険 Roundcube.net - Roundcube Webmail の steps/utils/save_pref.inc における構成の設定を変更される脆弱性 CWE-89
SQLインジェクション
CVE-2013-6172 2015-08-7 17:11 2013-10-21 Show GitHub Exploit DB Packet Storm
208147 4 警告 OpenStack - OpenStack Orchestration API の ReST API におけるテナントスコープの制限を回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2013-6428 2015-08-7 16:29 2013-12-14 Show GitHub Exploit DB Packet Storm
208148 4 警告 OpenStack - OpenStack Orchestration API の cloudformation-compatible API におけるアクセス制限を回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2013-6426 2015-08-7 16:29 2013-12-14 Show GitHub Exploit DB Packet Storm
208149 5 警告 cairographics.org
X.Org Foundation
Canonical
Pixman
- X.Org server および cairo で使用される Pixman の pixman.h 内の pixman_trapezoid_valid マクロにおける整数アンダーフローの脆弱性 CWE-189
数値処理の問題
CVE-2013-6425 2015-08-7 16:29 2013-11-10 Show GitHub Exploit DB Packet Storm
208150 5 警告 X.Org Foundation - X.Org の render/picture.h 内の xTrapezoidValid マクロにおける整数アンダーフローの脆弱性 CWE-189
数値処理の問題
CVE-2013-6424 2015-08-7 16:29 2013-10-2 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 13, 2026, 5:05 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1511 9.8 CRITICAL
Network
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: dlm: validate length in dlm_search_rsb_tree The len parameter in dlm_dump_rsb_name() is not validated and comes from network mess… CWE-787
 Out-of-bounds Write
CVE-2026-43125 2026-05-9 02:57 2026-05-6 Show GitHub Exploit DB Packet Storm
1512 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: ALSA: mixer: oss: Add card disconnect checkpoints ALSA OSS mixer layer calls the kcontrol ops rather individually, and pending ca… NVD-CWE-noinfo
CVE-2026-43126 2026-05-9 02:56 2026-05-6 Show GitHub Exploit DB Packet Storm
1513 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix circular locking dependency in run_unpack_ex Syzbot reported a circular locking dependency between wnd->rw_lock (sbi->… CWE-667
 Improper Locking
CVE-2026-43127 2026-05-9 02:54 2026-05-6 Show GitHub Exploit DB Packet Storm
1514 9.4 CRITICAL
Network
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_pipapo_avx2: don't return non-matching entry on expiry New test case fails unexpectedly when avx2 matching fun… NVD-CWE-noinfo
CVE-2026-43114 2026-05-9 02:54 2026-05-6 Show GitHub Exploit DB Packet Storm
1515 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: RDMA/umem: Fix double dma_buf_unpin in failure path In ib_umem_dmabuf_get_pinned_with_dma_device(), the call to ib_umem_dmabuf_ma… CWE-415
 Double Free
CVE-2026-43128 2026-05-9 02:52 2026-05-6 Show GitHub Exploit DB Packet Storm
1516 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: srcu: Use irq_work to start GP in tiny SRCU Tiny SRCU's srcu_gp_start_if_needed() directly calls schedule_work(), which acquires … NVD-CWE-noinfo
CVE-2026-43115 2026-05-9 02:51 2026-05-6 Show GitHub Exploit DB Packet Storm
1517 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: ensure safe access to master conntrack Holding reference on the expectation is not sufficient, the master c… CWE-362
Race Condition
CVE-2026-43116 2026-05-9 02:49 2026-05-6 Show GitHub Exploit DB Packet Storm
1518 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode Commit 4fc82cd907ac ("iommu/vt-d: Don't issue AT… NVD-CWE-noinfo
CVE-2026-43130 2026-05-9 02:44 2026-05-6 Show GitHub Exploit DB Packet Storm
1519 9.1 CRITICAL
Network
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file() If overlay is used on top of btrfs, dentry->d_s… NVD-CWE-noinfo
CVE-2026-43117 2026-05-9 02:43 2026-05-6 Show GitHub Exploit DB Packet Storm
1520 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix null pointer dereference issue If SMU is disabled, during RAS initialization, there will be null pointer derefere… CWE-476
 NULL Pointer Dereference
CVE-2026-43131 2026-05-9 02:42 2026-05-6 Show GitHub Exploit DB Packet Storm