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 1, 2026, 12:10 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
251761 5.4 警告 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の print_fatal_signal 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-200
情報漏えい
CVE-2010-0003 2011-03-3 13:32 2010-01-26 Show GitHub Exploit DB Packet Storm
251762 7.8 危険 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux Kernel の The ip6_dst_lookup_tail 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2010-0437 2011-03-3 13:31 2010-03-16 Show GitHub Exploit DB Packet Storm
251763 10 危険 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の NFS サーバにおけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2010-2521 2011-03-3 13:30 2010-05-12 Show GitHub Exploit DB Packet Storm
251764 4.4 警告 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の DNS resolution 機能における任意の CIFS マウントを実行される脆弱性 CWE-DesignError
CVE-2010-2524 2011-03-3 13:29 2010-08-1 Show GitHub Exploit DB Packet Storm
251765 1.9 注意 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の xfs_swapext 関数における読み込み権限を取得される脆弱性 CWE-20
不適切な入力確認
CVE-2010-2226 2011-03-3 13:28 2010-08-1 Show GitHub Exploit DB Packet Storm
251766 1.9 注意 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の mext_check_arguments 関数におけるファイルを上書きされる脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2010-2066 2011-03-3 13:26 2010-06-2 Show GitHub Exploit DB Packet Storm
251767 6.5 警告 IBM - IBM DB2 における non-DDL ステートメントを実行される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2011-0757 2011-03-2 16:40 2011-01-28 Show GitHub Exploit DB Packet Storm
251768 4.3 警告 シングス - 複数のシングス CGI 製品におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2011-0455 2011-03-2 16:01 2011-03-2 Show GitHub Exploit DB Packet Storm
251769 5 警告 The PHP Group - PHP の mt_rand 関数における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2011-0755 2011-03-1 15:57 2010-12-9 Show GitHub Exploit DB Packet Storm
251770 4.4 警告 The PHP Group - PHP の SplFileInfo::getType 関数におけるシンボリックリンク攻撃の脆弱性 CWE-59
リンク解釈の問題
CVE-2011-0754 2011-03-1 15:55 2010-12-9 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 1, 2026, 4:54 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1561 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: apparmor: fix: limit the number of levels of policy namespaces Currently the number of policy namespaces is not bounded relying o… NVD-CWE-noinfo
CVE-2026-23405 2026-04-25 03:40 2026-04-1 Show GitHub Exploit DB Packet Storm
1562 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: apparmor: replace recursive profile removal with iterative approach The profile removal code uses recursion when removing nested … NVD-CWE-noinfo
CVE-2026-23404 2026-04-25 03:40 2026-04-1 Show GitHub Exploit DB Packet Storm
1563 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: apparmor: fix memory leak in verify_header The function sets `*ns = NULL` on every call, leaking the namespace string allocated i… CWE-401
 Missing Release of Memory after Effective Lifetime
CVE-2026-23403 2026-04-25 03:39 2026-04-1 Show GitHub Exploit DB Packet Storm
1564 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: bridge: cfm: Fix race condition in peer_mep deletion When a peer MEP is being deleted, cancel_delayed_work_sync() is called on cc… CWE-362
Race Condition
CVE-2026-23393 2026-04-25 03:39 2026-03-25 Show GitHub Exploit DB Packet Storm
1565 7.8 HIGH
Local
linux linux_kernel En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: bridge: cfm: Corrección de condición de carrera en la eliminación de peer_mep Cuando se está eliminando un MEP par, se llama a can… CWE-362
Race Condition
CVE-2026-23393 2026-04-25 03:39 2026-03-25 Show GitHub Exploit DB Packet Storm
1566 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: release flowtable after rcu grace period on error Call synchronize_rcu() after unregistering the hooks from… CWE-416
 Use After Free
CVE-2026-23392 2026-04-25 03:39 2026-03-25 Show GitHub Exploit DB Packet Storm
1567 7.8 HIGH
Local
linux linux_kernel En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta: netfilter: nf_tables: liberar la tabla de flujos después del período de gracia de RCU en caso de error Llamar a synchronize_rcu(… CWE-416
 Use After Free
CVE-2026-23392 2026-04-25 03:39 2026-03-25 Show GitHub Exploit DB Packet Storm
1568 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_CT: drop pending enqueued packets on template removal Templates refer to objects that can go away while packets are… NVD-CWE-noinfo
CVE-2026-23391 2026-04-25 03:38 2026-03-25 Show GitHub Exploit DB Packet Storm
1569 7.8 HIGH
Local
linux linux_kernel En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta: netfilter: xt_CT: descartar paquetes pendientes encolados al eliminar la plantilla Las plantillas se refieren a objetos que pued… NVD-CWE-noinfo
CVE-2026-23391 2026-04-25 03:38 2026-03-25 Show GitHub Exploit DB Packet Storm
1570 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow The dma_map_sg tracepoint can trigger a perf buffer over… CWE-787
 Out-of-bounds Write
CVE-2026-23390 2026-04-25 03:32 2026-03-25 Show GitHub Exploit DB Packet Storm