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

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
203931 6.5 警告
Network
シスコシステムズ - Cisco IP Phone 8800 のソフトウェアのライセンス証明書のアップロード機能における任意のファイルを削除される脆弱性 CWE-20
CWE-22
CVE-2016-1434 2016-06-24 14:57 2016-06-20 Show GitHub Exploit DB Packet Storm
203932 6.5 警告
Network
シスコシステムズ - Cisco IOS XE におけるメモリ二重解放の脆弱性 CWE-399
CWE-Other
CVE-2016-1428 2016-06-24 14:57 2016-06-20 Show GitHub Exploit DB Packet Storm
203933 7.5 重要
Network
シスコシステムズ - 複数の Cisco Integrated Services Router デバイス上で稼動する Cisco IOS におけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2015-6289 2016-06-24 14:57 2015-08-17 Show GitHub Exploit DB Packet Storm
203934 6.3 警告
Network
DELL EMC (旧 EMC Corporation) - 複数の EMC Documentum 製品におけるアクセス制限を回避される脆弱性 CWE-Other
その他
CVE-2016-0914 2016-06-24 14:54 2016-06-22 Show GitHub Exploit DB Packet Storm
203935 6.5 警告
Network
OSIsoft - OSIsoft PI SQL Data Access Server におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2016-4530 2016-06-24 14:14 2016-05-10 Show GitHub Exploit DB Packet Storm
203936 4.3 警告
Network
サイボウズ - サイボウズ ガルーンのログ出力機能におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2016-1192 2016-06-23 17:49 2016-05-30 Show GitHub Exploit DB Packet Storm
203937 4.3 警告
Network
サイボウズ - サイボウズ ガルーンにおけるアクセス制限不備の脆弱性 CWE-Other
その他
CVE-2015-7776 2016-06-23 17:42 2016-05-30 Show GitHub Exploit DB Packet Storm
203938 5.3 警告
Network
サイボウズ - サイボウズ ガルーンのファイル管理機能におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2016-1191 2016-06-23 17:39 2016-05-30 Show GitHub Exploit DB Packet Storm
203939 5.6 警告
Network
エヌ・ティ・ティ・ブロードバンドプラットフォーム株式会社 - Japan Connected-free Wi-Fi における任意の API が実行可能な脆弱性 CWE-Other
その他
CVE-2016-4811 2016-06-23 17:37 2016-05-27 Show GitHub Exploit DB Packet Storm
203940 4.3 警告
Network
サイボウズ - サイボウズ ガルーンにおけるアクセス制限不備の脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2016-1196 2016-06-23 17:32 2016-05-30 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 27, 2026, 4:52 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1361 - - - The OOXML parsing of the file indexer does not disable external entity resolution. A crafted xlsx or pptx document placed in an indexed directory can cause local files to be read or outbound HTTP req… CWE-611
XXE
CVE-2026-46722 2026-05-19 23:47 2026-05-19 Show GitHub Exploit DB Packet Storm
1362 - - - The additional_tables configuration of the page and tt_content indexers accepts arbitrary table and field names. A backend user with permission to edit indexer configurations can copy sensitive data … CWE-668
 Exposure of Resource to Wrong Sphere
CVE-2026-46723 2026-05-19 23:47 2026-05-19 Show GitHub Exploit DB Packet Storm
1363 - - - The file indexer does not normalize the configured directory path. A backend user with permission to edit indexer configurations can index documents from arbitrary locations on the server file system… CWE-22
Path Traversal
CVE-2026-46724 2026-05-19 23:47 2026-05-19 Show GitHub Exploit DB Packet Storm
1364 - - - The extension passes an attacker-controlled cookie directly to PHP's unserialize() without safely processing the input. A remote, unauthenticated attacker can supply a crafted serialized payload to t… CWE-502
 Deserialization of Untrusted Data
CVE-2026-46725 2026-05-19 23:47 2026-05-19 Show GitHub Exploit DB Packet Storm
1365 - - - The extension fails to properly sanitize user input before using it in a database query. As a result, an unauthenticated attacker can inject arbitrary SQL through a URL parameter on pages using the "… CWE-89
SQL Injection
CVE-2026-8726 2026-05-19 23:47 2026-05-19 Show GitHub Exploit DB Packet Storm
1366 - - - The Crawler extension passes the X-T3Crawler-Meta response header from crawled URLs directly to PHP's unserialize(). An attacker controlling a crawled endpoint can inject arbitrary serialized PHP obj… CWE-502
 Deserialization of Untrusted Data
CVE-2026-8727 2026-05-19 23:47 2026-05-19 Show GitHub Exploit DB Packet Storm
1367 - - - The AddressRepository::getSqlQuery() method constructs a database query without properly sanitizing user input, leading to SQL Injection. The method is not invoked anywhere within the extension itsel… CWE-89
SQL Injection
CVE-2026-8827 2026-05-19 23:47 2026-05-19 Show GitHub Exploit DB Packet Storm
1368 - - - An Uncontrolled Search Path Element vulnerability in the OpenSSL TLS backend of Qt Network (qtbase) in Qt Qt Framework (Unix) allows a local attacker to load a rogue CA certificate as a trusted syste… CWE-427
 Uncontrolled Search Path Element
CVE-2025-14575 2026-05-19 23:46 2026-05-19 Show GitHub Exploit DB Packet Storm
1369 - - - Sparx Pro Cloud Server is vulnerable to Broken Access Control within communication with the database. Due to lack of permission checks, any low privileged user can run arbitrary SQL queries within da… CWE-863
 Incorrect Authorization
CVE-2026-42096 2026-05-19 23:45 2026-05-19 Show GitHub Exploit DB Packet Storm
1370 - - - Sparx Pro Cloud Server requires authentication based on requested URL. An attacker can omit the "model" query parameter and send the model name only in the binary blob in POST request allowing SQL qu… CWE-639
 Authorization Bypass Through User-Controlled Key
CVE-2026-42097 2026-05-19 23:45 2026-05-19 Show GitHub Exploit DB Packet Storm