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 2, 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
223891 5 警告 サイバートラスト株式会社
Ruby-lang.org
レッドハット
- Ruby の safe-level 機構における文字列を変更される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2011-1005 2013-10-24 17:37 2011-03-2 Show GitHub Exploit DB Packet Storm
223892 5 警告 アップル - Apple iOS の Twitter サブシステムにおけるツイートを投稿される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2013-5157 2013-10-24 17:36 2013-09-18 Show GitHub Exploit DB Packet Storm
223893 2.1 注意 Joachim Noreiko - Drupal 用 Flag モジュールの管理ページにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2013-5964 2013-10-24 17:35 2013-08-28 Show GitHub Exploit DB Packet Storm
223894 4.3 警告 Mozilla Foundation - 複数の Mozilla 製品の IonMonkey JavaScript エンジンにおける重要な情報を取得される脆弱性 CWE-119
バッファエラー
CVE-2013-1728 2013-10-24 17:33 2013-09-17 Show GitHub Exploit DB Packet Storm
223895 5 警告 Novell
xmlsoft.org
- libxslt におけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2012-6139 2013-10-24 17:32 2012-11-21 Show GitHub Exploit DB Packet Storm
223896 5 警告 Wireshark - Wireshark の PROFINET Real-Time 解析機能におけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2013-4936 2013-10-24 17:29 2013-07-26 Show GitHub Exploit DB Packet Storm
223897 5 警告 FriendsOfSymfony - Symfony 用 FriendsOfSymfony FOSUserBundle バンドルにおけるサービス運用妨害 (DoS) の脆弱性 CWE-399
リソース管理の問題
CVE-2013-5750 2013-10-24 17:28 2013-09-23 Show GitHub Exploit DB Packet Storm
223898 4 警告 Mozilla Foundation - Android 上で稼働する Mozilla Firefox における同一生成元ポリシーを回避される脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2013-1727 2013-10-24 17:27 2013-09-17 Show GitHub Exploit DB Packet Storm
223899 4.3 警告 Gretech - Gretech GOM Media Player におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2013-5716 2013-10-24 17:26 2013-09-4 Show GitHub Exploit DB Packet Storm
223900 2.6 注意 OWASP - Java 用 OWASP ESAPI の対称暗号化の実装における暗号保護メカニズムを回避される脆弱性 CWE-310
暗号の問題
CVE-2013-5679 2013-10-24 17:25 2013-09-2 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 2, 2026, 4:18 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
641 7.3 HIGH
Network
- - A security flaw has been discovered in itsourcecode Online Blood Bank Management System 1.0. The affected element is an unknown function of the file /admin/campsdetails.php. Performing a manipulation… New CWE-74
CWE-89
Injection
SQL Injection
CVE-2026-10250 2026-06-1 22:14 2026-06-1 Show GitHub Exploit DB Packet Storm
642 - - - 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… New CWE-297
 Improper Validation of Certificate with Host Mismatch
CVE-2026-35563 2026-06-1 22:13 2026-06-1 Show GitHub Exploit DB Packet Storm
643 - - - 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… New CWE-59
Link Following
CVE-2026-40861 2026-06-1 22:13 2026-06-1 Show GitHub Exploit DB Packet Storm
644 - - - 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-… New CWE-601
Open Redirect
CVE-2026-40961 2026-06-1 22:13 2026-06-1 Show GitHub Exploit DB Packet Storm
645 - - - 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… New CWE-862
 Missing Authorization
CVE-2026-41014 2026-06-1 22:13 2026-06-1 Show GitHub Exploit DB Packet Storm
646 - - - 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… New CWE-639
 Authorization Bypass Through User-Controlled Key
CVE-2026-41084 2026-06-1 22:13 2026-06-1 Show GitHub Exploit DB Packet Storm
647 - - - 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'] … New CWE-1336
 Improper Neutralization of Special Elements Used in a Template Engine
CVE-2026-42252 2026-06-1 22:13 2026-06-1 Show GitHub Exploit DB Packet Storm
648 - - - Apache Airflow's scheduler-side deadline-reference decoder (`SerializedCustomReference.deserialize_reference`) imported and dispatched arbitrary class paths drawn from DAG-author-controlled serialize… New CWE-502
 Deserialization of Untrusted Data
CVE-2026-45360 2026-06-1 22:13 2026-06-1 Show GitHub Exploit DB Packet Storm
649 - - - 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` … New CWE-613
 Insufficient Session Expiration
CVE-2026-48726 2026-06-1 22:13 2026-06-1 Show GitHub Exploit DB Packet Storm
650 - - - 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… New CWE-295
Improper Certificate Validation 
CVE-2026-49267 2026-06-1 22:13 2026-06-1 Show GitHub Exploit DB Packet Storm