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

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
252211 10 危険 ターボリナックス
ProFTPD Project
- ProFTPD の pr_netio_telnet_get 関数におけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2010-4221 2010-12-22 15:20 2010-10-29 Show GitHub Exploit DB Packet Storm
252212 7.1 危険 サイバートラスト株式会社
ProFTPD Project
ターボリナックス
- ProFTPD の mod_site_misc モジュールにおけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2010-3867 2010-12-22 15:19 2010-10-29 Show GitHub Exploit DB Packet Storm
252213 9.3 危険 Mozilla Foundation
オラクル
- 複数の Mozilla 製品のブラウザエンジンにおける任意のコードを実行される脆弱性 CWE-noinfo
情報不足
CVE-2010-3174 2010-12-22 15:16 2010-10-19 Show GitHub Exploit DB Packet Storm
252214 4.3 警告 Mozilla Foundation
オラクル
- 複数の Mozilla 製品の SafeJSObjectWrapper 実装における同一生成元ポリシーを回避される脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2010-2763 2010-12-22 15:15 2010-09-7 Show GitHub Exploit DB Packet Storm
252215 4.3 警告 ISC, Inc.
レッドハット
- ISC DHCP サーバにおけるサービス運用妨害 (DoS) の脆弱性 CWE-DesignError
CVE-2010-3611 2010-12-22 14:25 2010-11-2 Show GitHub Exploit DB Packet Storm
252216 5 警告 Wireshark - Wireshark の ZigBee ZCL 解析部の epan/dissectors/packet-zbee-zcl.c におけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2010-4301 2010-12-22 14:20 2010-11-18 Show GitHub Exploit DB Packet Storm
252217 4.3 警告 サイバートラスト株式会社
Mozilla Foundation
レッドハット
オラクル
- 複数の Mozilla 製品におけるクロスサイトスクリプティングを誘導される脆弱性 CWE-20
不適切な入力確認
CVE-2010-1210 2010-12-21 16:14 2010-07-20 Show GitHub Exploit DB Packet Storm
252218 4.3 警告 サイバートラスト株式会社
Mozilla Foundation
レッドハット
オラクル
- 複数の Mozilla 製品の XMLDocument::load 関数におけるアクセス制限を回避される脆弱性 CWE-20
不適切な入力確認
CVE-2010-0182 2010-12-21 16:11 2010-03-30 Show GitHub Exploit DB Packet Storm
252219 9.3 危険 サイバートラスト株式会社
Mozilla Foundation
レッドハット
オラクル
- Mozilla Firefox/SeaMonkey における任意の JavaScript を実行される脆弱性 CWE-94
コード・インジェクション
CVE-2010-0179 2010-12-21 16:10 2010-03-30 Show GitHub Exploit DB Packet Storm
252220 7.6 危険 サイバートラスト株式会社
Mozilla Foundation
レッドハット
オラクル
- Mozilla Firefox/SeaMonkey における任意の JavaScript を実行される脆弱性 CWE-94
コード・インジェクション
CVE-2010-0178 2010-12-21 16:09 2010-03-30 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 4, 2026, 4:06 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1351 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix deadlock during netdev reset with active connections Resolve deadlock that occurs when user executes netdev reset… CWE-667
 Improper Locking
CVE-2026-31565 2026-04-28 05:31 2026-04-25 Show GitHub Exploit DB Packet Storm
1352 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix base address calculation in kvm_eiointc_regs_access() In function kvm_eiointc_regs_access(), the register bas… NVD-CWE-noinfo
CVE-2026-31564 2026-04-28 05:31 2026-04-25 Show GitHub Exploit DB Packet Storm
1353 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix leak of rxgk context in rxgk_verify_response() Fix rxgk_verify_response() to clean up the rxgk context it creates. CWE-401
 Missing Release of Memory after Effective Lifetime
CVE-2026-31632 2026-04-28 05:30 2026-04-25 Show GitHub Exploit DB Packet Storm
1354 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dsi: Store driver data before invoking mipi_dsi_host_register The call to mipi_dsi_host_register triggers a callbac… CWE-476
 NULL Pointer Dereference
CVE-2026-31562 2026-04-28 05:30 2026-04-25 Show GitHub Exploit DB Packet Storm
1355 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix reference count leak in rxrpc_server_keyring() This patch fixes a reference count leak in rxrpc_server_keyring() by ch… NVD-CWE-Other
CVE-2026-31634 2026-04-28 05:30 2026-04-25 Show GitHub Exploit DB Packet Storm
1356 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: x86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits mask Commit in Fixes added the FRED CR4 bit to the CR4 pinned bits mask so … NVD-CWE-noinfo
CVE-2026-31561 2026-04-28 05:30 2026-04-25 Show GitHub Exploit DB Packet Storm
1357 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: spi: spi-dw-dma: fix print error log when wait finish transaction If an error occurs, the device may not have a current message. … NVD-CWE-noinfo
CVE-2026-31560 2026-04-28 05:30 2026-04-25 Show GitHub Exploit DB Packet Storm
1358 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: media: verisilicon: Fix kernel panic due to __initconst misuse Fix a kernel panic when probing the driver as a module: Unable … NVD-CWE-noinfo
CVE-2026-31573 2026-04-28 05:29 2026-04-25 Show GitHub Exploit DB Packet Storm
1359 - - - An authenticated administrative user who can import or save DataObject class definitions can inject attacker-controlled composite index metadata and trigger unintended SQL execution in the backend. … CWE-89
SQL Injection
CVE-2026-5394 2026-04-28 05:21 2026-04-28 Show GitHub Exploit DB Packet Storm
1360 9.8 CRITICAL
Network
- - A vulnerability was identified in Totolink A8000RU 7.1cu.643_b20200521. The affected element is the function setTelnetCfg of the file /cgi-bin/cstecgi.cgi of the component CGI Handler. Such manipulat… CWE-77
CWE-78
Command Injection
OS Command 
CVE-2026-7152 2026-04-28 05:21 2026-04-28 Show GitHub Exploit DB Packet Storm