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 10, 2026, noon

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
247831 5.8 警告 Mahara - Mahara におけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2011-0440 2012-03-27 18:42 2011-03-28 Show GitHub Exploit DB Packet Storm
247832 4.3 警告 Mahara - Mahara におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2011-0439 2012-03-27 18:42 2011-03-28 Show GitHub Exploit DB Packet Storm
247833 6.8 警告 arthurdejong - nss-pam-ldapd PAM モジュールにおける認証を回避される脆弱性 CWE-287
不適切な認証
CVE-2011-0438 2012-03-27 18:42 2011-03-15 Show GitHub Exploit DB Packet Storm
247834 4 警告 GPLHost - DTC の shared/inc/sql/ssh.php における任意のアカウントを削除される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2011-0437 2012-03-27 18:42 2011-03-7 Show GitHub Exploit DB Packet Storm
247835 5 警告 GPLHost - DTC における重要な帯域幅の情報を取得される脆弱性 CWE-287
不適切な認証
CVE-2011-0435 2012-03-27 18:42 2011-03-7 Show GitHub Exploit DB Packet Storm
247836 7.5 危険 GPLHost - DTC における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2011-0434 2012-03-27 18:42 2011-03-7 Show GitHub Exploit DB Packet Storm
247837 7.5 危険 simon pamies - PyWebDAV の get_userinfo メソッドにおける SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2011-0432 2012-03-27 18:42 2011-03-14 Show GitHub Exploit DB Packet Storm
247838 5 警告 OpenAFS - OpenAFS の kernel モジュールの afs_linux_lock 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2011-0431 2012-03-27 18:42 2011-02-18 Show GitHub Exploit DB Packet Storm
247839 7.5 危険 OpenAFS - OpenAFS の Rx サーバプロセスにおける任意のコードを実行される脆弱性 CWE-399
リソース管理の問題
CVE-2011-0430 2012-03-27 18:42 2011-02-18 Show GitHub Exploit DB Packet Storm
247840 6.8 警告 The Tor Project - Tor におけるヒープベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2011-0427 2012-03-27 18:42 2011-01-17 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 10, 2026, 4:58 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
751 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_ready(). syzbot reported use-after-free of AF_UNIX soc… Update CWE-416
 Use After Free
CVE-2026-43016 2026-05-8 05:31 2026-05-2 Show GitHub Exploit DB Packet Storm
752 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: net: macb: fix clk handling on PCI glue driver removal platform_device_unregister() may still want to use the registered clks dur… Update CWE-416
 Use After Free
CVE-2026-43015 2026-05-8 05:31 2026-05-2 Show GitHub Exploit DB Packet Storm
753 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: net: macb: properly unregister fixed rate clocks The additional resources allocated with clk_register_fixed_rate() need to be rel… Update NVD-CWE-noinfo
CVE-2026-43014 2026-05-8 05:29 2026-05-2 Show GitHub Exploit DB Packet Storm
754 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: net/mlx5: lag: Check for LAG device before creating debugfs __mlx5_lag_dev_add_mdev() may return 0 (success) even when an error o… Update CWE-476
 NULL Pointer Dereference
CVE-2026-43013 2026-05-8 05:28 2026-05-2 Show GitHub Exploit DB Packet Storm
755 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix switchdev mode rollback in case of failure If for some internal reason switchdev mode fails, we rollback to legacy … Update NVD-CWE-noinfo
CVE-2026-43012 2026-05-8 05:28 2026-05-2 Show GitHub Exploit DB Packet Storm
756 9.8 CRITICAL
Network
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When alloc_skb fails in x25_queue_rx_frame it calls kfree_skb(skb) at line 48 and retur… Update CWE-415
 Double Free
CVE-2026-43011 2026-05-8 05:26 2026-05-2 Show GitHub Exploit DB Packet Storm
757 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: bpf: Reject sleepable kprobe_multi programs at attach time kprobe.multi programs run in atomic/RCU context and cannot sleep. Howe… Update NVD-CWE-noinfo
CVE-2026-43010 2026-05-8 05:26 2026-05-2 Show GitHub Exploit DB Packet Storm
758 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: bpf: Fix incorrect pruning due to atomic fetch precision tracking When backtrack_insn encounters a BPF_STX instruction with BPF_A… Update NVD-CWE-noinfo
CVE-2026-43009 2026-05-8 05:25 2026-05-2 Show GitHub Exploit DB Packet Storm
759 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: gpio: qixis-fpga: Fix error handling for devm_regmap_init_mmio() devm_regmap_init_mmio() returns an ERR_PTR() on failure, not NUL… Update CWE-476
 NULL Pointer Dereference
CVE-2026-43008 2026-05-8 05:24 2026-05-2 Show GitHub Exploit DB Packet Storm
760 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Handle DBC deactivation if the owner went away When a DBC is released, the device sends a QAIC_TRANS_DEACTIVATE_FROM_… Update CWE-415
 Double Free
CVE-2026-43007 2026-05-8 05:24 2026-05-2 Show GitHub Exploit DB Packet Storm