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 12, 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
228671 5 警告 Mozilla Foundation - 複数の Mozilla 製品における ASLR 保護メカニズムを回避される脆弱性 CWE-200
情報漏えい
CVE-2013-0748 2013-02-25 15:47 2013-01-8 Show GitHub Exploit DB Packet Storm
228672 10 危険 Mozilla Foundation - 複数の Mozilla 製品の JavaScript の実装における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2013-0750 2013-02-25 15:46 2013-01-8 Show GitHub Exploit DB Packet Storm
228673 9.3 危険 Mozilla Foundation - 複数の Mozilla 製品の serializeToStream の実装における任意のコードを実行される脆弱性 CWE-399
リソース管理の問題
CVE-2013-0753 2013-02-25 15:45 2013-01-8 Show GitHub Exploit DB Packet Storm
228674 10 危険 Mozilla Foundation - 複数の Mozilla 製品の ListenerManager の実装における任意のコードを実行される脆弱性 CWE-399
リソース管理の問題
CVE-2013-0754 2013-02-25 15:45 2013-01-8 Show GitHub Exploit DB Packet Storm
228675 10 危険 Mozilla Foundation - 複数の Mozilla 製品におけるクローム特権で任意の JavaScript コードを実行される脆弱性 CWE-94
コード・インジェクション
CVE-2013-0758 2013-02-25 15:44 2013-01-8 Show GitHub Exploit DB Packet Storm
228676 5 警告 Mozilla Foundation - 複数の Mozilla 製品におけるアドレスバーを偽装される脆弱性 CWE-287
不適切な認証
CVE-2013-0759 2013-02-25 15:44 2013-01-8 Show GitHub Exploit DB Packet Storm
228677 10 危険 Mozilla Foundation - 複数の Mozilla 製品の imgRequest::OnStopFrame 関数における任意のコードを実行される脆弱性 CWE-399
リソース管理の問題
CVE-2013-0762 2013-02-25 15:42 2013-01-8 Show GitHub Exploit DB Packet Storm
228678 10 危険 Mozilla Foundation - 複数の Mozilla 製品の ~nsHTMLEditRules の実装における任意のコードを実行される脆弱性 CWE-399
リソース管理の問題
CVE-2013-0766 2013-02-25 15:42 2013-01-8 Show GitHub Exploit DB Packet Storm
228679 10 危険 Mozilla Foundation - 複数の Mozilla 製品における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2013-0767 2013-02-25 15:41 2013-01-8 Show GitHub Exploit DB Packet Storm
228680 10 危険 Mozilla Foundation - 複数の Mozilla 製品のブラウザエンジンにおけるサービス運用妨害 (DoS) の脆弱性 CWE-noinfo
情報不足
CVE-2013-0769 2013-02-25 15:41 2013-01-8 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 12, 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
194231 9.8 CRITICAL
Network
ronomon opened The @ronomon/opened library before 1.5.2 is vulnerable to a command injection vulnerability which would allow a remote attacker to execute commands on the system if the library was used with untruste… CWE-78
OS Command 
CVE-2021-29300 2024-11-21 15:00 2021-05-25 Show GitHub Exploit DB Packet Storm
194232 7.5 HIGH
Network
qnap quts_hero
qts
A relative path traversal vulnerability has been reported to affect QNAP NAS running QTS and QuTS hero. If exploited, this vulnerability allows attackers to modify files that impact system integrity.… CWE-22
Path Traversal
CVE-2021-28798 2024-11-21 15:00 2021-05-21 Show GitHub Exploit DB Packet Storm
194233 7.5 HIGH
Network
cesnet libyang In function read_yin_leaf() in libyang <= v1.0.225, it doesn't check whether the value of retval->ext[r] is NULL. In some cases, it can be NULL, which leads to the operation of retval->ext[r]->flags … CWE-252
 Unchecked Return Value
CVE-2021-28906 2024-11-21 15:00 2021-05-21 Show GitHub Exploit DB Packet Storm
194234 7.5 HIGH
Network
cesnet libyang In function lys_node_free() in libyang <= v1.0.225, it asserts that the value of node->module can't be NULL. But in some cases, node->module can be null, which triggers a reachable assertion (CWE-617… CWE-617
 Reachable Assertion
CVE-2021-28905 2024-11-21 15:00 2021-05-21 Show GitHub Exploit DB Packet Storm
194235 7.5 HIGH
Network
cesnet libyang In function ext_get_plugin() in libyang <= v1.0.225, it doesn't check whether the value of revision is NULL. If revision is NULL, the operation of strcmp(revision, ext_plugins[u].revision) will lead … CWE-252
 Unchecked Return Value
CVE-2021-28904 2024-11-21 15:00 2021-05-21 Show GitHub Exploit DB Packet Storm
194236 7.5 HIGH
Network
cesnet libyang A stack overflow in libyang <= v1.0.225 can cause a denial of service through function lyxml_parse_mem(). lyxml_parse_elem() function will be called recursively, which will consume stack space and le… CWE-674
 Uncontrolled Recursion
CVE-2021-28903 2024-11-21 15:00 2021-05-21 Show GitHub Exploit DB Packet Storm
194237 7.5 HIGH
Network
cesnet libyang In function read_yin_container() in libyang <= v1.0.225, it doesn't check whether the value of retval->ext[r] is NULL. In some cases, it can be NULL, which leads to the operation of retval->ext[r]->f… CWE-252
 Unchecked Return Value
CVE-2021-28902 2024-11-21 15:00 2021-05-21 Show GitHub Exploit DB Packet Storm
194238 7.5 HIGH
Network
envoyproxy envoy An issue was discovered in Envoy 1.14.0. There is a remotely exploitable crash for HTTP2 Metadata, because an empty METADATA map triggers a Reachable Assertion. CWE-617
 Reachable Assertion
CVE-2021-29258 2024-11-21 15:00 2021-05-21 Show GitHub Exploit DB Packet Storm
194239 7.5 HIGH
Network
envoyproxy envoy An issue was discovered in Envoy through 1.71.1. There is a remotely exploitable NULL pointer dereference and crash in TLS when an unknown TLS alert code is received. CWE-476
 NULL Pointer Dereference
CVE-2021-28683 2024-11-21 15:00 2021-05-21 Show GitHub Exploit DB Packet Storm
194240 7.5 HIGH
Network
envoyproxy envoy An issue was discovered in Envoy through 1.71.1. There is a remotely exploitable integer overflow in which a very large grpc-timeout value leads to unexpected timeout calculations. CWE-190
 Integer Overflow or Wraparound
CVE-2021-28682 2024-11-21 15:00 2021-05-21 Show GitHub Exploit DB Packet Storm