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":June 14, 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
191501 6.1 警告
Network
VASCO - Citrix Web Interface 用 VASCO DIGIPASS Authentication プラグインにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2015-7349 2017-10-20 16:17 2015-09-2 Show GitHub Exploit DB Packet Storm
191502 9.8 緊急
Network
シスコシステムズ - Cisco IOS および IOS XE Software におけるバッファエラーの脆弱性 CWE-119
CWE-20
CVE-2017-12240 2017-10-20 15:52 2017-09-27 Show GitHub Exploit DB Packet Storm
191503 6.8 警告
Physics
シスコシステムズ - Cisco IOS XE における認可・権限・アクセス制御に関する脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2017-12239 2017-10-20 15:52 2017-09-27 Show GitHub Exploit DB Packet Storm
191504 6.5 警告
Adjacent
シスコシステムズ - Cisco IOS におけるリソース管理に関する脆弱性 CWE-399
リソース管理の問題
CVE-2017-12238 2017-10-20 15:52 2017-09-27 Show GitHub Exploit DB Packet Storm
191505 7.5 重要
Network
シスコシステムズ - Cisco IOS および IOS XE におけるリソース管理に関する脆弱性 CWE-399
リソース管理の問題
CVE-2017-12237 2017-10-20 15:52 2017-09-27 Show GitHub Exploit DB Packet Storm
191506 9.8 緊急
Network
シスコシステムズ - Cisco IOS XE における認証に関する脆弱性 CWE-287
不適切な認証
CVE-2017-12236 2017-10-20 15:52 2017-09-27 Show GitHub Exploit DB Packet Storm
191507 7.5 重要
Network
シスコシステムズ - Cisco IOS における入力確認に関する脆弱性 CWE-20
不適切な入力確認
CVE-2017-12235 2017-10-20 15:52 2017-09-27 Show GitHub Exploit DB Packet Storm
191508 7.5 重要
Network
シスコシステムズ - Cisco IOS における入力確認に関する脆弱性 CWE-20
不適切な入力確認
CVE-2017-12234 2017-10-20 15:52 2017-09-27 Show GitHub Exploit DB Packet Storm
191509 7.5 重要
Network
シスコシステムズ - Cisco IOS における入力確認に関する脆弱性 CWE-20
不適切な入力確認
CVE-2017-12233 2017-10-20 15:52 2017-09-27 Show GitHub Exploit DB Packet Storm
191510 6.5 警告
Adjacent
シスコシステムズ - Cisco IOS におけるリソース管理に関する脆弱性 CWE-399
リソース管理の問題
CVE-2017-12232 2017-10-20 15:52 2017-09-27 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 15, 2026, 4:10 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
3101 6.5 MEDIUM
Network
encode starlette Starlette is a lightweight ASGI framework/toolkit. Prior to version 1.0.1, the HTTP `Host` request header was not validated before being used to reconstruct `request.url`. Because the routing algorit… CWE-444
HTTP Request Smuggling
CVE-2026-48710 2026-06-3 11:14 2026-05-27 Show GitHub Exploit DB Packet Storm
3102 8.5 HIGH
Network
apache directory_ldap_api It was identified that the LDAP client implementation in version 2.1.7 does not verify if the server certificate matches the intended LDAP hostname. While the underlying code validates the certifica… CWE-297
 Improper Validation of Certificate with Host Mismatch
CVE-2026-35563 2026-06-3 11:12 2026-06-1 Show GitHub Exploit DB Packet Storm
3103 8.8 HIGH
Network
apache airflow A bug in Apache Airflow's XCom PATCH endpoint `PATCH /api/v2/xcomEntries/{key}` allowed an authenticated UI/API user with XCom write permission on a Dag to set XCom entries under reserved key names (… CWE-502
 Deserialization of Untrusted Data
CVE-2026-42359 2026-06-3 11:07 2026-06-1 Show GitHub Exploit DB Packet Storm
3104 7.3 HIGH
Network
apache airflow Apache Airflow's scheduler-side deadline-reference decoder (`SerializedCustomReference.deserialize_reference`) imported and dispatched arbitrary class paths drawn from DAG-author-controlled serialize… CWE-502
 Deserialization of Untrusted Data
CVE-2026-45360 2026-06-3 11:06 2026-06-1 Show GitHub Exploit DB Packet Storm
3105 6.5 MEDIUM
Network
apache airflow A bug in Apache Airflow's auth manager logout handling left previously-issued JWT tokens valid after the user clicked logout in the UI: the logout flow for `FabAuthManager` and `KeycloakAuthManager` … CWE-613
 Insufficient Session Expiration
CVE-2026-48726 2026-06-3 11:06 2026-06-1 Show GitHub Exploit DB Packet Storm
3106 5.9 MEDIUM
Network
apache airflow Apache Airflow's EmailOperator and the underlying `airflow.utils.email` helpers established SMTP STARTTLS connections without verifying the remote certificate when the deployment used `[email] smtp_s… CWE-295
Improper Certificate Validation 
CVE-2026-49267 2026-06-3 11:06 2026-06-1 Show GitHub Exploit DB Packet Storm
3107 8.8 HIGH
Network
apache airflow A bug in Apache Airflow's KubernetesExecutor caused JWT tokens used by worker pods to authenticate against the Execution API to be passed to the worker container as command-line arguments visible in … CWE-538
 File and Directory Information Exposure
CVE-2026-49298 2026-06-3 11:06 2026-06-1 Show GitHub Exploit DB Packet Storm
3108 6.5 MEDIUM
Network
apache calcite Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') vulnerability in Apache Calcite. This issue affects Apache Calcite: from 1.5.0 before 1.42. Users are recommended … CWE-470
Unsafe Reflection
CVE-2026-46718 2026-06-3 11:04 2026-06-2 Show GitHub Exploit DB Packet Storm
3109 4.3 MEDIUM
Network
apache kafka An improper authorization vulnerability has been identified in Apache Kafka. The implementation of the CONSUMER_GROUP_DESCRIBE (69) API validates the DESCRIBE operation on the GROUP resource instead… CWE-285
Improper Authorization
CVE-2026-41115 2026-06-3 11:04 2026-06-2 Show GitHub Exploit DB Packet Storm
3110 6.5 MEDIUM
Network
sharpcompress_project sharpcompress SharpCompress is a fully managed C# library to deal with many compression types and formats. In 0.47.4 and earlier, a path traversal vulnerability in IArchive.WriteToDirectory() allows a malicious ar… CWE-22
Path Traversal
CVE-2026-44788 2026-06-3 11:02 2026-05-27 Show GitHub Exploit DB Packet Storm