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 10, 2026, 4:07 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
256561 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
256562 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
256563 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
256564 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
256565 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
256566 9.3 危険 マイクロソフト - Microsoft Windows にバッファオーバーフローの脆弱性 CWE-noinfo
情報不足
CVE-2010-3970 2011-02-23 15:27 2011-01-6 Show GitHub Exploit DB Packet Storm
256567 10 危険 マイクロソフト - Microsoft IIS FTP サーバにメモリ破損の脆弱性 CWE-119
バッファエラー
CVE-2010-3972 2011-02-23 15:23 2010-12-24 Show GitHub Exploit DB Packet Storm
256568 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
256569 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
256570 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 10, 2026, 5 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
210141 5.5 MEDIUM
Local
imagemagick
debian
imagemagick
debian_linux
A flaw was found in ImageMagick in coders/hdr.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of values outside the range of ty… CWE-190
 Integer Overflow or Wraparound
CVE-2020-27762 2024-11-21 14:21 2020-12-4 Show GitHub Exploit DB Packet Storm
210142 3.3 LOW
Local
imagemagick
debian
imagemagick
debian_linux
WritePALMImage() in /coders/palm.c used size_t casts in several areas of a calculation which could lead to values outside the range of representable type `unsigned long` undefined behavior when a cra… CWE-190
 Integer Overflow or Wraparound
CVE-2020-27761 2024-11-21 14:21 2020-12-4 Show GitHub Exploit DB Packet Storm
210143 5.5 MEDIUM
Local
imagemagick
debian
imagemagick
debian_linux
In `GammaImage()` of /MagickCore/enhance.c, depending on the `gamma` value, it's possible to trigger a divide-by-zero condition when a crafted input file is processed by ImageMagick. This could lead … CWE-369
 Divide By Zero
CVE-2020-27760 2024-11-21 14:21 2020-12-4 Show GitHub Exploit DB Packet Storm
210144 3.3 LOW
Local
imagemagick
debian
imagemagick
debian_linux
In IntensityCompare() of /MagickCore/quantize.c, a double value was being casted to int and returned, which in some cases caused a value outside the range of type `int` to be returned. The flaw could… CWE-190
 Integer Overflow or Wraparound
CVE-2020-27759 2024-11-21 14:21 2020-12-4 Show GitHub Exploit DB Packet Storm
210145 6.1 MEDIUM
Network
elastic
redhat
kibana
openshift_container_platform
The elasticsearch-operator does not validate the namespace where kibana logging resource is created and due to that it is possible to replace the original openshift-logging console link (kibana conso… CWE-601
Open Redirect
CVE-2020-27816 2024-11-21 14:21 2020-12-2 Show GitHub Exploit DB Packet Storm
210146 7.5 HIGH
Network
gorillatoolkit
debian
websocket
debian_linux
An integer overflow vulnerability exists with the length of websocket frames received via a websocket connection. An attacker would use this flaw to cause a denial of service attack on an HTTP Server… CWE-190
CWE-400
 Integer Overflow or Wraparound
 Uncontrolled Resource Consumption
CVE-2020-27813 2024-11-21 14:21 2020-12-2 Show GitHub Exploit DB Packet Storm
210147 6.7 MEDIUM
Local
quickheal total_security Quick Heal Total Security before 19.0 allows attackers with local admin rights to obtain access to files in the File Vault via a brute-force attack on the password. CWE-521
Weak Password Requirements 
CVE-2020-27587 2024-11-21 14:21 2020-12-1 Show GitHub Exploit DB Packet Storm
210148 5.9 MEDIUM
Network
quickheal total_security Quick Heal Total Security before version 19.0 transmits quarantine and sysinfo files via clear text. CWE-319
Cleartext Transmission of Sensitive Information
CVE-2020-27586 2024-11-21 14:21 2020-12-1 Show GitHub Exploit DB Packet Storm
210149 4.4 MEDIUM
Local
quickheal total_security Quick Heal Total Security before 19.0 allows attackers with local admin rights to modify sensitive anti virus settings via a brute-attack on the settings password. CWE-521
Weak Password Requirements 
CVE-2020-27585 2024-11-21 14:21 2020-12-1 Show GitHub Exploit DB Packet Storm
210150 9.8 CRITICAL
Network
synology safeaccess SQL injection vulnerability in request.cgi in Synology SafeAccess before 1.2.3-0234 allows remote attackers to execute arbitrary SQL commands via the domain parameter. CWE-89
SQL Injection
CVE-2020-27660 2024-11-21 14:21 2020-11-30 Show GitHub Exploit DB Packet Storm