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 13, 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
228691 6.8 警告 シスコシステムズ - Cisco Unified MeetingPlace のサーバにおけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2013-1128 2013-02-22 12:14 2013-02-11 Show GitHub Exploit DB Packet Storm
228692 2.6 注意 IBM - IBM WebSphere Message Broker におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2013-0466 2013-02-21 18:37 2013-02-19 Show GitHub Exploit DB Packet Storm
228693 3.5 注意 IBM - 複数の IBM 製品におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2013-0457 2013-02-21 18:36 2013-02-15 Show GitHub Exploit DB Packet Storm
228694 6.5 警告 IBM - 複数の IBM 製品における権限を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-6357 2013-02-21 18:36 2013-02-15 Show GitHub Exploit DB Packet Storm
228695 6.5 警告 IBM - 複数の IBM 製品における権限を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-6356 2013-02-21 18:35 2013-02-15 Show GitHub Exploit DB Packet Storm
228696 6.5 警告 IBM - 複数の IBM 製品における権限を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-6355 2013-02-21 18:34 2013-02-15 Show GitHub Exploit DB Packet Storm
228697 4.3 警告 IBM - IBM WebSphere Message Broker におけるサービス運用妨害 (無限ループ) の脆弱性 CWE-119
バッファエラー
CVE-2012-5953 2013-02-21 18:34 2013-02-12 Show GitHub Exploit DB Packet Storm
228698 5 警告 IBM - IBM WebSphere Message Broker における認証されていないメッセージの送信を誘発される脆弱性 CWE-287
不適切な認証
CVE-2012-5952 2013-02-21 18:33 2013-02-12 Show GitHub Exploit DB Packet Storm
228699 3.5 注意 IBM - IBM Netezza の WebAdmin アプリケーションにおけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2012-5941 2013-02-21 18:29 2013-02-20 Show GitHub Exploit DB Packet Storm
228700 4.3 警告 IBM - IBM Netezza の WebAdmin アプリケーションにおける認証情報を発見される脆弱性 CWE-287
不適切な認証
CVE-2012-5940 2013-02-21 18:28 2013-02-20 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 13, 2026, 4:20 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
194111 7.8 HIGH
Local
google tensorflow TensorFlow is an end-to-end open source platform for machine learning. The implementation of the `DepthToSpace` TFLite operator is vulnerable to a division by zero error(https://github.com/tensorflow… - CVE-2021-29595 2024-11-21 15:01 2021-05-15 Show GitHub Exploit DB Packet Storm
194112 7.8 HIGH
Local
google tensorflow TensorFlow is an end-to-end open source platform for machine learning. TFLite's convolution code(https://github.com/tensorflow/tensorflow/blob/09c73bca7d648e961dd05898292d91a8322a9d45/tensorflow/lite… - CVE-2021-29594 2024-11-21 15:01 2021-05-15 Show GitHub Exploit DB Packet Storm
194113 7.8 HIGH
Local
google tensorflow TensorFlow is an end-to-end open source platform for machine learning. The implementation of the `BatchToSpaceNd` TFLite operator is vulnerable to a division by zero error(https://github.com/tensorfl… - CVE-2021-29593 2024-11-21 15:01 2021-05-15 Show GitHub Exploit DB Packet Storm
194114 7.8 HIGH
Local
google tensorflow TensorFlow is an end-to-end open source platform for machine learning. The fix for CVE-2020-15209(https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15209) missed the case when the target shape … CWE-476
 NULL Pointer Dereference
CVE-2021-29592 2024-11-21 15:01 2021-05-15 Show GitHub Exploit DB Packet Storm
194115 7.8 HIGH
Local
google tensorflow TensorFlow is an end-to-end open source platform for machine learning. TFlite graphs must not have loops between nodes. However, this condition was not checked and an attacker could craft models that… CWE-674
CWE-835
 Uncontrolled Recursion
 Loop with Unreachable Exit Condition ('Infinite Loop')
CVE-2021-29591 2024-11-21 15:01 2021-05-15 Show GitHub Exploit DB Packet Storm
194116 7.1 HIGH
Local
google tensorflow TensorFlow is an end-to-end open source platform for machine learning. The implementations of the `Minimum` and `Maximum` TFLite operators can be used to read data outside of bounds of heap allocated… - CVE-2021-29590 2024-11-21 15:01 2021-05-15 Show GitHub Exploit DB Packet Storm
194117 7.8 HIGH
Local
google tensorflow TensorFlow is an end-to-end open source platform for machine learning. The reference implementation of the `GatherNd` TFLite operator is vulnerable to a division by zero error(https://github.com/tens… - CVE-2021-29589 2024-11-21 15:01 2021-05-15 Show GitHub Exploit DB Packet Storm
194118 7.8 HIGH
Local
google tensorflow TensorFlow is an end-to-end open source platform for machine learning. The optimized implementation of the `TransposeConv` TFLite operator is [vulnerable to a division by zero error](https://github.c… CWE-369
 Divide By Zero
CVE-2021-29588 2024-11-21 15:01 2021-05-15 Show GitHub Exploit DB Packet Storm
194119 7.8 HIGH
Local
google tensorflow TensorFlow is an end-to-end open source platform for machine learning. The `Prepare` step of the `SpaceToDepth` TFLite operator does not check for 0 before division(https://github.com/tensorflow/tens… - CVE-2021-29587 2024-11-21 15:01 2021-05-15 Show GitHub Exploit DB Packet Storm
194120 7.8 HIGH
Local
google tensorflow TensorFlow is an end-to-end open source platform for machine learning. Optimized pooling implementations in TFLite fail to check that the stride arguments are not 0 before calling `ComputePaddingHeig… - CVE-2021-29586 2024-11-21 15:01 2021-05-15 Show GitHub Exploit DB Packet Storm