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 21, 2026, noon

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
257601 7.5 危険 シスコシステムズ - Cisco Adaptive Security Appliances デバイスにおけるアクセス制限を回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2010-4678 2011-02-24 16:24 2011-01-7 Show GitHub Exploit DB Packet Storm
257602 7.2 危険 Google - Open Handset Alliance Android の showLog 関数における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2009-0608 2011-02-24 14:42 2009-02-17 Show GitHub Exploit DB Packet Storm
257603 7.2 危険 Google - Open Handset Alliance Android の malloc_leak.c における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2009-0607 2011-02-24 14:40 2009-02-17 Show GitHub Exploit DB Packet Storm
257604 4 警告 サイバートラスト株式会社
MySQL AB
ターボリナックス
レッドハット
- Oracle MySQL におけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2010-3681 2011-02-24 14:29 2010-07-6 Show GitHub Exploit DB Packet Storm
257605 4 警告 サイバートラスト株式会社
MySQL AB
ターボリナックス
レッドハット
- Oracle MySQL におけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2010-3680 2011-02-24 14:27 2010-07-9 Show GitHub Exploit DB Packet Storm
257606 9.3 危険 マイクロソフト - Microsoft Windows にバッファオーバーフローの脆弱性 CWE-noinfo
情報不足
CVE-2010-3970 2011-02-23 15:27 2011-01-6 Show GitHub Exploit DB Packet Storm
257607 10 危険 マイクロソフト - Microsoft IIS FTP サーバにメモリ破損の脆弱性 CWE-119
バッファエラー
CVE-2010-3972 2011-02-23 15:23 2010-12-24 Show GitHub Exploit DB Packet Storm
257608 9.3 危険 アドビシステムズ
レッドハット
- Adobe Reader および Acrobat の EScript.api プラグインにおける任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2010-4091 2011-02-23 15:22 2010-11-7 Show GitHub Exploit DB Packet Storm
257609 6.9 警告 Google - Android における Manifest.permission.CAMER および Manifest.permission.AUDIO_RECORD の設定を回避される脆弱性 CWE-94
コード・インジェクション
CVE-2009-2348 2011-02-23 15:19 2009-05-26 Show GitHub Exploit DB Packet Storm
257610 7.5 危険 Google - Android の PackageManagerService クラスにおけるアプリケーションのデータにアクセスされる脆弱性 CWE-287
不適切な認証
CVE-2009-1754 2011-02-23 15:17 2009-05-26 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 21, 2026, 4:01 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
194231 2.5 LOW
Local
mozilla thunderbird Signatures are written to disk before and read during verification, which might be subject to a race condition when a malicious local process or user is replacing the file. This vulnerability affects… CWE-362
Race Condition
CVE-2021-29948 2024-11-21 15:02 2021-06-24 Show GitHub Exploit DB Packet Storm
194232 8.8 HIGH
Network
mozilla firefox Mozilla developers and community members reported memory safety bugs present in Firefox 87. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of thes… CWE-787
 Out-of-bounds Write
CVE-2021-29947 2024-11-21 15:02 2021-06-24 Show GitHub Exploit DB Packet Storm
194233 6.5 MEDIUM
Network
mozilla firefox
firefox_esr
thunderbird
The Mozilla Maintenance Service granted SERVICE_START access to BUILTIN|Users which, in a domain network, grants normal remote users access to start or stop the service. This could be used to prevent… CWE-269
 Improper Privilege Management
CVE-2021-29951 2024-11-21 15:02 2021-06-24 Show GitHub Exploit DB Packet Storm
194234 7.8 HIGH
Local
mozilla thunderbird When loading the shared library that provides the OTR protocol implementation, Thunderbird will initially attempt to open it using a filename that isn't distributed by Thunderbird. If a computer has … CWE-427
 Uncontrolled Search Path Element
CVE-2021-29949 2024-11-21 15:02 2021-06-24 Show GitHub Exploit DB Packet Storm
194235 8.8 HIGH
Network
mozilla thunderbird
firefox
firefox_esr
Ports that were written as an integer overflow above the bounds of a 16-bit integer could have bypassed port blocking restrictions when used in the Alt-Svc header. This vulnerability affects Firefox … CWE-190
 Integer Overflow or Wraparound
CVE-2021-29946 2024-11-21 15:02 2021-06-24 Show GitHub Exploit DB Packet Storm
194236 6.5 MEDIUM
Network
mozilla firefox
firefox_esr
thunderbird
The WebAssembly JIT could miscalculate the size of a return type, which could lead to a null read and result in a crash. *Note: This issue only affected x86-32 platforms. Other platforms are unaffect… CWE-682
 Incorrect Calculation
CVE-2021-29945 2024-11-21 15:02 2021-06-24 Show GitHub Exploit DB Packet Storm
194237 6.1 MEDIUM
Network
mozilla firefox Lack of escaping allowed HTML injection when a webpage was viewed in Reader View. While a Content Security Policy prevents direct code execution, HTML injection is still possible. *Note: This issue o… CWE-79
Cross-site Scripting
CVE-2021-29944 2024-11-21 15:02 2021-06-24 Show GitHub Exploit DB Packet Storm
194238 8.8 HIGH
Network
oracle opengrok Vulnerability in OpenGrok (component: Web App). Versions that are affected are 1.6.7 and prior. Easily exploitable vulnerability allows low privileged attacker with network access via HTTPS to compro… CWE-91
Blind XPath Injection
CVE-2021-2322 2024-11-21 15:02 2021-06-24 Show GitHub Exploit DB Packet Storm
194239 8.8 HIGH
Network
cloverdx cloverdx A Cross Site Request Forgery (CSRF) issue in Server Console in CloverDX through 5.9.0 allows remote attackers to execute any action as the logged-in user (including script execution). The issue is re… CWE-352
 Origin Validation Error
CVE-2021-29995 2024-11-21 15:02 2021-06-10 Show GitHub Exploit DB Packet Storm
194240 6.0 MEDIUM
Local
oracle vm_virtualbox Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization (component: Core). The supported version that is affected is Prior to 6.1.20. Easily exploitable vulnerability allows high p… CWE-125
Out-of-bounds Read
CVE-2021-2321 2024-11-21 15:02 2021-04-29 Show GitHub Exploit DB Packet Storm