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":Feb. 9, 2026, 12:59 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
214321 4.3 警告 Fedora Project
Digia
- Qt の QtGui の GIF デコーダにおけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2014-0190 2014-05-12 17:15 2014-04-24 Show GitHub Exploit DB Packet Storm
214322 1.9 注意 The Foreman - Foreman で使用される Kafo におけるパスワードおよびその他の重要な情報を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2014-0135 2014-05-12 17:02 2014-04-9 Show GitHub Exploit DB Packet Storm
214323 5 警告 The Foreman - Foreman における重要な情報を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2014-0192 2014-05-12 17:02 2014-04-24 Show GitHub Exploit DB Packet Storm
214324 6.8 警告 The Foreman - Foreman における Web セッションをハイジャックされる脆弱性 CWE-287
不適切な認証
CVE-2014-0090 2014-05-12 17:00 2014-02-26 Show GitHub Exploit DB Packet Storm
214325 4.3 警告 Slashes and Dots Sdn Bhd - Offiria におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2014-2689 2014-05-12 16:57 2014-05-7 Show GitHub Exploit DB Packet Storm
214326 3.3 注意 Novell
Travis Shirk
- Python 用 eyeD3 の tag.py における任意のファイルを変更される脆弱性 CWE-59
リンク解釈の問題
CVE-2014-1934 2014-05-12 16:34 2014-05-7 Show GitHub Exploit DB Packet Storm
214327 4.3 警告 Cristian Gafton - Pam 用 pam_userdb モジュールにおけるパスワードを推測される脆弱性 CWE-310
暗号の問題
CVE-2013-7041 2014-05-12 16:34 2013-12-4 Show GitHub Exploit DB Packet Storm
214328 4.9 警告 GNU Project - GNU Rush における任意のファイルを読まれる脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2013-6889 2014-05-12 16:23 2013-12-29 Show GitHub Exploit DB Packet Storm
214329 2.1 注意 CloudBees - Jenkins 用 Subversion Plugin におけるパスワードおよび SSH 秘密鍵を取得される脆弱性 CWE-255
証明書・パスワード管理
CVE-2013-6372 2014-05-12 16:11 2013-11-20 Show GitHub Exploit DB Packet Storm
214330 4.9 警告 Fabrice Bellard
Canonical
- QEMU の hw/net/vmxnet3.c におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2013-4544 2014-05-12 15:51 2013-06-12 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:April 25, 2026, 4:08 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
141 - - - In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix key parsing memleak In rxrpc_preparse_xdr_yfs_rxgk(), the memory attached to token->rxgk can be leaked in a few error … New - CVE-2026-31643 2026-04-25 02:51 2026-04-25 Show GitHub Exploit DB Packet Storm
142 - - - In the Linux kernel, the following vulnerability has been resolved: net: lan966x: fix page pool leak in error paths lan966x_fdma_rx_alloc() creates a page pool but does not destroy it if the subseq… New - CVE-2026-31645 2026-04-25 02:51 2026-04-25 Show GitHub Exploit DB Packet Storm
143 - - - In the Linux kernel, the following vulnerability has been resolved: net: lan966x: fix page_pool error handling in lan966x_fdma_rx_alloc_page_pool() page_pool_create() can return an ERR_PTR on failu… New - CVE-2026-31646 2026-04-25 02:51 2026-04-25 Show GitHub Exploit DB Packet Storm
144 - - - In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix use-after-free on disconnect The vub300 driver maintains an explicit reference count for the controller and its … New - CVE-2026-31650 2026-04-25 02:51 2026-04-25 Show GitHub Exploit DB Packet Storm
145 - - - In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix NULL-deref on disconnect Make sure to deregister the controller before dropping the reference to the driver data… New - CVE-2026-31651 2026-04-25 02:51 2026-04-25 Show GitHub Exploit DB Packet Storm
146 - - - In the Linux kernel, the following vulnerability has been resolved: media: vidtv: fix NULL pointer dereference in vidtv_channel_pmt_match_sections syzbot reported a general protection fault in vidt… New - CVE-2026-31599 2026-04-25 02:51 2026-04-25 Show GitHub Exploit DB Packet Storm
147 - - - In the Linux kernel, the following vulnerability has been resolved: arm64: mm: Handle invalid large leaf mappings correctly It has been possible for a long time to mark ptes in the linear map as in… New - CVE-2026-31600 2026-04-25 02:51 2026-04-25 Show GitHub Exploit DB Packet Storm
148 - - - In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: dealloc repeat_call_control if damon_call() fails damon_call() for repeat_call_control of DAMON_SYSFS could fail … New - CVE-2026-31653 2026-04-25 02:51 2026-04-25 Show GitHub Exploit DB Packet Storm
149 - - - In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx8mp-blk-ctrl: Keep the NOC_HDCP clock enabled Keep the NOC_HDCP clock always enabled to fix the potential hang cause… New - CVE-2026-31655 2026-04-25 02:51 2026-04-25 Show GitHub Exploit DB Packet Storm
150 - - - In the Linux kernel, the following vulnerability has been resolved: net: altera-tse: fix skb leak on DMA mapping error in tse_start_xmit() When dma_map_single() fails in tse_start_xmit(), the funct… New - CVE-2026-31658 2026-04-25 02:51 2026-04-25 Show GitHub Exploit DB Packet Storm