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 28, 2026, 6 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
194641 7 重要
Local
Linux - Linux Kernel を使用している CAF の Android の core_info_read および inst_info_read におけるバッファエラーの脆弱性 CWE-119
CWE-362
CVE-2017-8244 2017-06-19 17:10 2017-05-1 Show GitHub Exploit DB Packet Storm
194642 7.5 重要
Network
FlightGear - FlightGear におけるパストラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2017-8921 2017-06-19 16:42 2017-05-11 Show GitHub Exploit DB Packet Storm
194643 4.6 警告
Physics
Robert Ancell - LightDM における AppArmor 制限を回避される脆弱性 CWE-284
不適切なアクセス制御
CVE-2017-8900 2017-06-19 16:31 2017-05-11 Show GitHub Exploit DB Packet Storm
194644 7.5 重要
Network
PostgreSQL.org - PostgreSQL における情報漏えいに関する脆弱性 CWE-200
情報漏えい
CVE-2017-7486 2017-06-19 16:26 2017-05-11 Show GitHub Exploit DB Packet Storm
194645 5.9 警告
Network
PostgreSQL.org - PostgreSQL における暗号に関する脆弱性 CWE-310
暗号の問題
CVE-2017-7485 2017-06-19 16:26 2017-05-11 Show GitHub Exploit DB Packet Storm
194646 7.5 重要
Network
PostgreSQL.org - PostgreSQL における情報漏えいに関する脆弱性 CWE-200
情報漏えい
CVE-2017-7484 2017-06-19 16:26 2017-05-11 Show GitHub Exploit DB Packet Storm
194647 7.5 重要
Network
シスコシステムズ - Cisco FirePOWER System のソフトウェアにおけるリソース管理に関する脆弱性 CWE-399
リソース管理の問題
CVE-2017-6632 2017-06-19 16:25 2017-05-17 Show GitHub Exploit DB Packet Storm
194648 9.8 緊急
Network
Keycloak - Keycloak Node.js アダプタにおけるデータ処理に関する脆弱性 CWE-19
データ処理
CVE-2017-7474 2017-06-19 16:12 2017-04-25 Show GitHub Exploit DB Packet Storm
194649 7.5 重要
Network
Synology Inc. - Synology Photo Station の download.php におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2016-10331 2017-06-19 12:31 2016-08-3 Show GitHub Exploit DB Packet Storm
194650 7.1 重要
Local
Synology Inc. - Synology Photo Station で使用される SUID プログラムの synophoto_dsm_user におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2016-10330 2017-06-19 12:31 2016-08-3 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 29, 2026, 4:16 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
2451 - - - The create and edit flows do not restrict which user properties may be submitted and do not enforce access control on the frontend user group assignment. As a result, an attacker can assign an arbitr… CWE-639
CWE-915
 Authorization Bypass Through User-Controlled Key
 Improperly Controlled Modification of Dynamically-Determined Object Attributes
CVE-2026-46721 2026-05-19 23:47 2026-05-19 Show GitHub Exploit DB Packet Storm
2452 - - - 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
2453 - - - 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
2454 - - - 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
2455 - - - 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
2456 - - - 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
2457 - - - 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
2458 - - - 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
2459 - - - 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
2460 - - - 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