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 15, 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
259081 6.8 警告 サイバートラスト株式会社
Mozilla Foundation
Pango.org
レッドハット
- Pango の pango_glyph_string_set_size 関数 における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2009-1194 2010-02-17 11:44 2009-05-8 Show GitHub Exploit DB Packet Storm
259082 9.3 危険 Artifex Software
サイバートラスト株式会社
Argyll CMS
サン・マイクロシステムズ
レッドハット
- Ghostscript の ICC Format ライブラリにおける整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2009-0792 2010-02-17 11:44 2009-04-14 Show GitHub Exploit DB Packet Storm
259083 9.3 危険 Artifex Software
サイバートラスト株式会社
サン・マイクロシステムズ
レッドハット
- ICC Format ライブラリにおける任意のコードを実行される脆弱性 CWE-189
数値処理の問題
CVE-2009-0584 2010-02-17 11:44 2009-03-23 Show GitHub Exploit DB Packet Storm
259084 9.3 危険 Artifex Software
サイバートラスト株式会社
サン・マイクロシステムズ
レッドハット
- ICC Format ライブラリにおける整数オーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2009-0583 2010-02-17 11:43 2009-03-23 Show GitHub Exploit DB Packet Storm
259085 6 警告 Artifex Software
サイバートラスト株式会社
レッドハット
- Ghostscript の zseticcspace() 関数におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2008-0411 2010-02-17 11:43 2008-02-27 Show GitHub Exploit DB Packet Storm
259086 2.1 注意 サイバートラスト株式会社
レッドハット
- lm_sensors の pwmconfig (スクリプト)における不適切な一時ファイル作成によるシンボリックリンク攻撃を受ける脆弱性 - CVE-2005-2672 2010-02-17 11:43 2005-08-22 Show GitHub Exploit DB Packet Storm
259087 9.3 危険 アップル - Apple Mac OS X の Image RAW における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2010-0037 2010-02-16 11:45 2010-01-19 Show GitHub Exploit DB Packet Storm
259088 9.3 危険 アップル - Apple Mac OS X の CoreAudio における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2010-0036 2010-02-16 11:45 2010-01-19 Show GitHub Exploit DB Packet Storm
259089 9.3 危険 アドビシステムズ - Adobe Shockwave Player における任意のコードを実行される脆弱性 CWE-189
数値処理の問題
CVE-2009-4003 2010-02-16 11:44 2010-01-19 Show GitHub Exploit DB Packet Storm
259090 9.3 危険 アドビシステムズ - Adobe Shockwave Player における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2009-4002 2010-02-16 11:44 2010-01-19 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
194741 8.1 HIGH
Network
tp-link tl-wr802n_firmware TP-Link TL-WR802N(US), Archer_C50v5_US v4_200 <= 2020.06 contains a buffer overflow vulnerability in the httpd process in the body message. The attack vector is: The attacker can get shell of the rou… CWE-120
Classic Buffer Overflow
CVE-2021-29302 2024-11-21 15:00 2021-04-13 Show GitHub Exploit DB Packet Storm
194742 9.8 CRITICAL
Network
rust-lang
fedoraproject
rust
fedora
In the standard library in Rust before 1.52.0, the Zip implementation can report an incorrect size due to an integer overflow. This bug can lead to a buffer overflow when a consumed Zip iterator is u… CWE-190
 Integer Overflow or Wraparound
CVE-2021-28879 2024-11-21 15:00 2021-04-12 Show GitHub Exploit DB Packet Storm
194743 7.5 HIGH
Network
rust-lang
fedoraproject
rust
fedora
In the standard library in Rust before 1.52.0, the Zip implementation calls __iterator_get_unchecked() more than once for the same index (under certain conditions) when next_back() and next() are use… CWE-119
Incorrect Access of Indexable Resource ('Range Error') 
CVE-2021-28878 2024-11-21 15:00 2021-04-12 Show GitHub Exploit DB Packet Storm
194744 7.5 HIGH
Network
rust-lang rust In the standard library in Rust before 1.51.0, the Zip implementation calls __iterator_get_unchecked() for the same index more than once when nested. This bug can lead to a memory safety violation du… CWE-119
Incorrect Access of Indexable Resource ('Range Error') 
CVE-2021-28877 2024-11-21 15:00 2021-04-12 Show GitHub Exploit DB Packet Storm
194745 5.3 MEDIUM
Network
rust-lang
fedoraproject
rust
fedora
In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls __iterator_get_unchecked() more than once for the same index when the underlying iterator pani… CWE-755
 Improper Handling of Exceptional Conditions
CVE-2021-28876 2024-11-21 15:00 2021-04-12 Show GitHub Exploit DB Packet Storm
194746 7.5 HIGH
Network
rust-lang rust In the standard library in Rust before 1.50.0, read_to_end() does not validate the return value from Read in an unsafe context. This bug could lead to a buffer overflow. CWE-252
 Unchecked Return Value
CVE-2021-28875 2024-11-21 15:00 2021-04-12 Show GitHub Exploit DB Packet Storm
194747 7.0 HIGH
Local
erlang erlang\/otp A local privilege escalation vulnerability was discovered in Erlang/OTP prior to version 23.2.3. By adding files to an existing installation's directory, a local attacker could hijack accounts of oth… CWE-426
 Untrusted Search Path
CVE-2021-29221 2024-11-21 15:00 2021-04-9 Show GitHub Exploit DB Packet Storm
194748 7.8 HIGH
Local
linux
fedoraproject
debian
netapp
linux_kernel
fedora
debian_linux
cloud_backup
solidfire
hci_management_node
h300s_firmware
h500s_firmware
h700s_firmware
h300e_firmware
h500e_firmware
h700e_firmware<…
BPF JIT compilers in the Linux kernel through 5.11.12 have incorrect computation of branch displacements, allowing them to execute arbitrary code within the kernel context. This affects arch/x86/net/… CWE-77
Command Injection
CVE-2021-29154 2024-11-21 15:00 2021-04-9 Show GitHub Exploit DB Packet Storm
194749 9.8 CRITICAL
Network
nagios network_analyzer SQL injection vulnerability in Nagios Network Analyzer before 2.4.3 via the o[col] parameter to api/checks/read/. CWE-89
SQL Injection
CVE-2021-28925 2024-11-21 15:00 2021-04-8 Show GitHub Exploit DB Packet Storm
194750 6.1 MEDIUM
Network
nagios network_analyzer Self Authenticated XSS in Nagios Network Analyzer before 2.4.2 via the nagiosna/groups/queries page. CWE-79
Cross-site Scripting
CVE-2021-28924 2024-11-21 15:00 2021-04-8 Show GitHub Exploit DB Packet Storm