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 8, 2026, 10 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
218071 10 危険 アドビシステムズ - Windows および Mac OS X 上で稼働する Adobe Reader および Acrobat における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2014-0565 2014-09-25 17:52 2014-09-16 Show GitHub Exploit DB Packet Storm
218072 2.6 注意 Dotclear - Dotclear におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2014-5316 2014-09-25 17:50 2014-09-19 Show GitHub Exploit DB Packet Storm
218073 10 危険 アドビシステムズ - Windows および Mac OS X 上で稼働する Adobe Reader および Acrobat におけるヒープベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2014-0567 2014-09-25 17:49 2014-09-16 Show GitHub Exploit DB Packet Storm
218074 10 危険 アドビシステムズ - Windows 上で稼働する Adobe Reader および Acrobat におけるサンドボックス保護メカニズムを回避される脆弱性 CWE-noinfo
情報不足
CVE-2014-0568 2014-09-25 17:47 2014-09-16 Show GitHub Exploit DB Packet Storm
218075 2.6 注意 Bump Technologies, Inc. - Android 版 Bump における暗黙的 Intent の扱いに関する脆弱性 CWE-DesignError
CVE-2014-5320 2014-09-25 17:43 2014-09-19 Show GitHub Exploit DB Packet Storm
218076 6.5 警告 Huge-IT - WordPress 用 Huge-IT Image Gallery プラグインの admin/gallery_func.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2014-7153 2014-09-25 12:18 2014-08-25 Show GitHub Exploit DB Packet Storm
218077 4 警告 ヤフー株式会社 - Yahoo!ボックス(Android版) における SSL サーバ証明書の検証不備の脆弱性 CWE-Other
その他
CVE-2014-5881 2014-09-25 12:09 2014-09-25 Show GitHub Exploit DB Packet Storm
218078 5 警告 アップル - Safari におけるアプリケーションキャッシュの取扱いに関する問題 CWE-DesignError
CVE-2014-4409 2014-09-25 12:01 2014-09-17 Show GitHub Exploit DB Packet Storm
218079 7.2 危険 Cobham plc - Cobham AVIATOR 700D および 700E 衛星通信用端末における特権的端末セッションを取得される脆弱性 CWE-255
証明書・パスワード管理
CVE-2014-2942 2014-09-25 11:57 2014-08-7 Show GitHub Exploit DB Packet Storm
218080 4 警告 FileMaker, Inc - FileMaker Pro における SSL サーバ証明書の検証不備の脆弱性 CWE-Other
その他
CVE-2014-5321 2014-09-24 18:04 2014-09-18 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 8, 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
1351 3.3 LOW
Local
google android In multiple functions of KeyguardViewMediator.java , there is a possible way to bypass lockdown mode with screen pinning due to a logic error in the code. This could lead to local information disclos… NVD-CWE-noinfo
CVE-2025-48616 2026-06-3 03:58 2026-06-2 Show GitHub Exploit DB Packet Storm
1352 7.8 HIGH
Local
google android In multiple functions of PipTaskOrganizer.java, there is a possible way to launch an activity from the background due to a confused deputy. This could lead to local escalation of privilege with no ad… CWE-441
Confused Deputy
CVE-2025-48570 2026-06-3 03:58 2026-06-2 Show GitHub Exploit DB Packet Storm
1353 7.8 HIGH
Local
google android In multiple locations, there is a possible background activity launch due to a missing permission check. This could lead to local escalation of privilege with no additional execution privileges neede… NVD-CWE-noinfo
CVE-2025-32348 2026-06-3 03:50 2026-06-2 Show GitHub Exploit DB Packet Storm
1354 6.5 MEDIUM
Network
apache airflow A Dag author could either (a) create a symlink under their task's log directory pointing to an arbitrary file readable by the API server process (read-path attack — e.g. `/etc/passwd` or `airflow.cfg… CWE-59
Link Following
CVE-2026-40861 2026-06-3 03:49 2026-06-1 Show GitHub Exploit DB Packet Storm
1355 7.2 HIGH
Network
apache airflow A bug in the login redirect route in Apache Airflow allowed authenticated users to craft URLs that bypassed the `is_safe_url` check, enabling redirection from a trusted Airflow domain to an attacker-… CWE-601
Open Redirect
CVE-2026-40961 2026-06-3 03:49 2026-06-1 Show GitHub Exploit DB Packet Storm
1356 4.3 MEDIUM
Network
apache airflow The partitioned_dag_runs endpoints in the Airflow UI enforced only asset-level access control, not per-Dag authorization. An authenticated UI/API user with global Asset:read permission could enumerat… CWE-862
 Missing Authorization
CVE-2026-41014 2026-06-3 03:49 2026-06-1 Show GitHub Exploit DB Packet Storm
1357 7.5 HIGH
Network
apache airflow A bug in Apache Airflow's bulk Task Instances API (`PATCH/DELETE /api/v2/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances`) evaluated authorization against the `dag_id` resolved from the URL path whi… CWE-639
 Authorization Bypass Through User-Controlled Key
CVE-2026-41084 2026-06-3 03:49 2026-06-1 Show GitHub Exploit DB Packet Storm
1358 9.1 CRITICAL
Network
apache airflow Apache Airflow's official documentation at `core-concepts/dag-run.html` ("Passing Parameters when triggering Dags") showed a verbatim `BashOperator(bash_command="echo value: {{ dag_run.conf['conf1'] … CWE-1336
 Improper Neutralization of Special Elements Used in a Template Engine
CVE-2026-42252 2026-06-3 03:48 2026-06-1 Show GitHub Exploit DB Packet Storm
1359 6.2 MEDIUM
Local
google android In createSessionInternal of PackageInstallerService.java, there is a possible to update a Device Policy Controller (DPC) into an invalid directory due to a path traversal error. This could lead to lo… CWE-22
CWE-269
Path Traversal
 Improper Privilege Management
CVE-2026-0055 2026-06-3 03:47 2026-06-2 Show GitHub Exploit DB Packet Storm
1360 6.5 MEDIUM
Network
google android In multiple functions of ubsan_throwing_runtime.cpp, there is a possible way to cause a crash due to an integer overflow. This could lead to remote denial of service with no additional execution priv… CWE-190
 Integer Overflow or Wraparound
CVE-2026-0052 2026-06-3 03:47 2026-06-2 Show GitHub Exploit DB Packet Storm