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
194471 8.8 重要
Network
s9y - Serendipity の comment.php におけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2017-5475 2017-01-27 10:57 2017-01-12 Show GitHub Exploit DB Packet Storm
194472 6.1 警告
Network
s9y - Serendipity の comment.php におけるオープンリダイレクトの脆弱性 CWE-601
オープンリダイレクト
CVE-2017-5474 2017-01-27 10:57 2017-01-12 Show GitHub Exploit DB Packet Storm
194473 5.5 警告
Local
JasPer Project - JasPer の jpc_dec.c の jpc_dec_tiledecode 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2016-8883 2017-01-27 10:54 2016-10-20 Show GitHub Exploit DB Packet Storm
194474 5.5 警告
Local
JasPer Project - JasPer の libjasper/jpc/jpc_dec.c の jpc_dec_tilefini 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-476
NULL ポインタデリファレンス
CVE-2016-8882 2017-01-27 10:54 2016-10-20 Show GitHub Exploit DB Packet Storm
194475 8.8 重要
Network
Liferay - Liferay Portal における任意のシェルコマンドを実行される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2010-5327 2017-01-27 10:53 2010-01-15 Show GitHub Exploit DB Packet Storm
194476 7.5 重要
Network
マイクロソフト
日立
- 複数の Microsoft Windows 製品のローカル セキュリティ機関サブシステム サービスにおけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2017-0004 2017-01-27 10:43 2017-01-10 Show GitHub Exploit DB Packet Storm
194477 7.5 重要
Network
ブロケード コミュニケーションズ システムズ株式会社 - Brocade Network Advisor の CliMonitorReportServlet におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2016-8207 2017-01-27 10:30 2016-09-13 Show GitHub Exploit DB Packet Storm
194478 7.5 重要
Network
ブロケード コミュニケーションズ システムズ株式会社 - Brocade Network Advisor のサーブレット SoftwareImageUpload におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2016-8206 2017-01-27 10:30 2016-09-13 Show GitHub Exploit DB Packet Storm
194479 9.8 緊急
Network
ブロケード コミュニケーションズ システムズ株式会社 - Brocade Network Advisor の DashboardFileReceiveServlet におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2016-8205 2017-01-27 10:30 2016-09-13 Show GitHub Exploit DB Packet Storm
194480 9.8 緊急
Network
ブロケード コミュニケーションズ システムズ株式会社 - Brocade Network Advisor の FileReceiveServlet におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2016-8204 2017-01-27 10:30 2016-09-13 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:April 19, 2026, 4:09 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
11 - - - In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_flow: fix NULL pointer dereference on shared blocks flow_change() calls tcf_block_q() and dereferences q->handle t… Update - CVE-2026-31422 2026-04-18 18:16 2026-04-13 Show GitHub Exploit DB Packet Storm
12 - - - In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_fw: fix NULL pointer dereference on shared blocks The old-method path in fw_classify() calls tcf_block_q() and der… Update - CVE-2026-31421 2026-04-18 18:16 2026-04-13 Show GitHub Exploit DB Packet Storm
13 - - - In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: drop logically empty buckets in mtype_del mtype_del() counts empty slots below n->pos in k, but it only drops t… Update - CVE-2026-31418 2026-04-18 18:16 2026-04-13 Show GitHub Exploit DB Packet Storm
14 - - - In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix overflow when accumulating packets Add a check to ensure that `x25_sock.fraglen` does not overflow. The `fraglen` a… Update - CVE-2026-31417 2026-04-18 18:16 2026-04-13 Show GitHub Exploit DB Packet Storm
15 - - - In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_log: account for netlink header size This is a followup to an old bug fix: NLMSG_DONE needs to account for t… Update - CVE-2026-31416 2026-04-18 18:16 2026-04-13 Show GitHub Exploit DB Packet Storm
16 - - - In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid overflows in ip6_datagram_send_ctl() Yiming Qian reported : <quote> I believe I found a locally triggerable kernel b… Update - CVE-2026-31415 2026-04-18 18:16 2026-04-13 Show GitHub Exploit DB Packet Storm
17 4.0 MEDIUM
Local
- - Little CMS (lcms2) through 2.18 has an integer overflow in CubeSize in cmslut.c because the overflow check is performed after the multiplication. New CWE-696
 Incorrect Behavior Order
CVE-2026-41254 2026-04-18 16:16 2026-04-18 Show GitHub Exploit DB Packet Storm
18 - - - Secrets in Variables saved as JSON dictionaries were not properly redacted - in case thee variables were retrieved by the user the secrets stored as nested fields were not masked. If you do not stor… New CWE-668
 Exposure of Resource to Wrong Sphere
CVE-2026-32690 2026-04-18 16:16 2026-04-18 Show GitHub Exploit DB Packet Storm
19 - - - UI / API User with asset materialize permission could trigger dags they had no access to. Users are advised to migrate to Airflow version 3.2.0 that fixes the issue. New CWE-863
 Incorrect Authorization
CVE-2026-32228 2026-04-18 16:16 2026-04-18 Show GitHub Exploit DB Packet Storm
20 - - - In case of SQL errors, exception/stack trace of errors was exposed in API even if "api/expose_stack_traces" was set to false. That could lead to exposing additional information to potential attacker.… New CWE-668
 Exposure of Resource to Wrong Sphere
CVE-2026-30912 2026-04-18 16:16 2026-04-18 Show GitHub Exploit DB Packet Storm