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":May 27, 2026, 2:01 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
226981 3.7 注意 レッドハット - Red Hat Enterprise Virtualization Manager における他のユーザのデスクトップセッションへアクセスされる脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2011-4316 2013-01-8 15:31 2012-12-4 Show GitHub Exploit DB Packet Storm
226982 3.3 注意 Centrify - Centrify Suite に同梱されている Centrify Deployment Manager における任意のファイルを上書きされる脆弱性 CWE-59
リンク解釈の問題
CVE-2012-6348 2013-01-8 15:25 2013-01-4 Show GitHub Exploit DB Packet Storm
226983 4.3 警告 Digium - 複数の Asterisk 製品におけるサービス運用妨害 (リソース消費) の脆弱性 CWE-119
バッファエラー
CVE-2012-5977 2013-01-7 18:36 2013-01-2 Show GitHub Exploit DB Packet Storm
226984 7.5 危険 SWI-Prolog - SWI-Prolog の os/pl-glob.c におけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2012-6090 2013-01-7 18:34 2012-12-16 Show GitHub Exploit DB Packet Storm
226985 7.5 危険 SWI-Prolog - SWI-Prolog の os/pl-os.c におけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2012-6089 2013-01-7 18:33 2012-12-16 Show GitHub Exploit DB Packet Storm
226986 5 警告 Digium - 複数の Asterisk 製品におけるサービス運用妨害 (デーモンクラッシュ) の脆弱性 CWE-119
バッファエラー
CVE-2012-5976 2013-01-7 18:23 2013-01-2 Show GitHub Exploit DB Packet Storm
226987 5 警告 Ruby on Rails project - Ruby on Rails 用 Authlogic gem における SQL インジェクションの脆弱性 CWE-200
情報漏えい
CVE-2012-6497 2013-01-7 18:04 2013-01-4 Show GitHub Exploit DB Packet Storm
226988 4.6 警告 Opera Software ASA - UNIX 上で稼働する Opera における重要な情報を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-6472 2013-01-7 16:52 2012-12-18 Show GitHub Exploit DB Packet Storm
226989 5 警告 Opera Software ASA - Opera におけるアドレスフィールドを偽装される脆弱性 CWE-Other
その他
CVE-2012-6471 2013-01-7 16:52 2012-12-18 Show GitHub Exploit DB Packet Storm
226990 9.3 危険 Opera Software ASA - Opera における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2012-6470 2013-01-7 16:50 2012-12-18 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 27, 2026, 4:52 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
208931 5.9 MEDIUM
Network
apache hive Apache Hive cookie signature verification used a non constant time comparison which is known to be vulnerable to timing attacks. This could allow recovery of another users cookie signature. The issue… CWE-203
 Information Exposure Through Discrepancy
CVE-2020-1926 2024-11-21 14:11 2021-03-16 Show GitHub Exploit DB Packet Storm
208932 9.8 CRITICAL
Network
facebook hhvm When unserializing an object with dynamic properties HHVM needs to pre-reserve the full size of the dynamic property array before inserting anything into it. Otherwise the array might resize, invalid… CWE-416
 Use After Free
CVE-2020-1900 2024-11-21 14:11 2021-03-11 Show GitHub Exploit DB Packet Storm
208933 7.5 HIGH
Network
facebook hhvm The unserialize() function supported a type code, "S", which was meant to be supported only for APC serialization. This type code allowed arbitrary memory addresses to be accessed as if they were sta… CWE-119
Incorrect Access of Indexable Resource ('Range Error') 
CVE-2020-1899 2024-11-21 14:11 2021-03-11 Show GitHub Exploit DB Packet Storm
208934 7.5 HIGH
Network
facebook hhvm The fb_unserialize function did not impose a depth limit for nested deserialization. That meant a maliciously constructed string could cause deserialization to recurse, leading to stack exhaustion. T… CWE-674
 Uncontrolled Recursion
CVE-2020-1898 2024-11-21 14:11 2021-03-11 Show GitHub Exploit DB Packet Storm
208935 7.5 HIGH
Network
facebook hhvm In the crypt function, we attempt to null terminate a buffer using the size of the input salt without validating that the offset is within the buffer. This issue affects HHVM versions prior to 4.56.3… CWE-787
 Out-of-bounds Write
CVE-2020-1921 2024-11-21 14:11 2021-03-11 Show GitHub Exploit DB Packet Storm
208936 7.5 HIGH
Network
facebook hhvm Incorrect bounds calculations in substr_compare could lead to an out-of-bounds read when the second string argument passed in is longer than the first. This issue affects HHVM versions prior to 4.56.… CWE-125
Out-of-bounds Read
CVE-2020-1919 2024-11-21 14:11 2021-03-11 Show GitHub Exploit DB Packet Storm
208937 7.5 HIGH
Network
facebook hhvm In-memory file operations (ie: using fopen on a data URI) did not properly restrict negative seeking, allowing for the reading of memory prior to the in-memory buffer. This issue affects HHVM version… CWE-125
Out-of-bounds Read
CVE-2020-1918 2024-11-21 14:11 2021-03-11 Show GitHub Exploit DB Packet Storm
208938 9.8 CRITICAL
Network
facebook hhvm xbuf_format_converter, used as part of exif_read_data, was appending a terminating null character to the generated string, but was not using its standard append char function. As a result, if the buf… CWE-787
 Out-of-bounds Write
CVE-2020-1917 2024-11-21 14:11 2021-03-11 Show GitHub Exploit DB Packet Storm
208939 9.8 CRITICAL
Network
facebook hhvm An incorrect size calculation in ldap_escape may lead to an integer overflow when overly long input is passed in, resulting in an out-of-bounds write. This issue affects HHVM prior to 4.56.2, all ver… CWE-787
 Out-of-bounds Write
CVE-2020-1916 2024-11-21 14:11 2021-03-11 Show GitHub Exploit DB Packet Storm
208940 6.1 MEDIUM
Network
apache ambari A cross-site scripting issue was found in Apache Ambari Views. This was addressed in Apache Ambari 2.7.4. CWE-79
Cross-site Scripting
CVE-2020-1936 2024-11-21 14:11 2021-03-2 Show GitHub Exploit DB Packet Storm