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
254131 5.8 警告 Lead Capture Page System - Lead Capture Page System におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2012-0932 2012-02-1 11:00 2012-01-29 Show GitHub Exploit DB Packet Storm
254132 7.8 危険 Schneider Electric - Schneider Electric Modicon Quantum PLC におけるサービス運用妨害 (DoS) の脆弱性 CWE-287
不適切な認証
CVE-2012-0931 2012-02-1 10:08 2012-01-20 Show GitHub Exploit DB Packet Storm
254133 4.3 警告 Schneider Electric - Schneider Electric Modicon Quantum PLC におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2012-0930 2012-02-1 10:05 2012-01-20 Show GitHub Exploit DB Packet Storm
254134 7.8 危険 Schneider Electric - Schneider Electric Modicon Quantum PLC におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2012-0929 2012-02-1 10:04 2012-01-20 Show GitHub Exploit DB Packet Storm
254135 7.2 危険 Linux - Linux kernel の hfs_mac2asc 関数におけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2011-4330 2012-01-31 16:45 2011-11-14 Show GitHub Exploit DB Packet Storm
254136 6.9 警告 Linux - Linux kernel の xfs_readlink 関数におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2011-4077 2012-01-31 16:19 2012-01-27 Show GitHub Exploit DB Packet Storm
254137 2.1 注意 Linux - Linux kernel におけるサービス運用妨害 (NULL ポインタデリファレンスおよび OOPS) の脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2011-2203 2012-01-31 16:15 2012-01-27 Show GitHub Exploit DB Packet Storm
254138 2.1 注意 Linux - Linux kernel の tpm_read 関数 における TPM コマンドの結果を読まれる脆弱性 CWE-200
情報漏えい
CVE-2011-1162 2012-01-31 16:13 2012-01-27 Show GitHub Exploit DB Packet Storm
254139 6.9 警告 Linux - Linux kernel の mem_write 関数における権限を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-0056 2012-01-31 11:27 2012-01-17 Show GitHub Exploit DB Packet Storm
254140 6.8 警告 レッドハット
libexif
オラクル
- Libexif の EXIF イメージ処理における整数オーバーフローの脆弱性 - CVE-2006-4168 2012-01-30 18:51 2007-06-14 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