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 6, 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
226051 10 危険 Mozilla Foundation - 複数の Mozilla 製品におけるヒープベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2013-0782 2013-06-19 15:18 2013-02-19 Show GitHub Exploit DB Packet Storm
226052 5.4 警告 シスコシステムズ - Cisco ASA CX Context-Aware Security ソフトウェアにおけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2013-1203 2013-06-19 14:32 2013-06-17 Show GitHub Exploit DB Packet Storm
226053 9.3 危険 Mozilla Foundation - 複数の Mozilla 製品における任意のコードを実行される脆弱性 CWE-399
リソース管理の問題
CVE-2013-0780 2013-06-19 11:55 2013-02-19 Show GitHub Exploit DB Packet Storm
226054 4 警告 Mozilla Foundation - 複数の Mozilla 製品におけるアドレスバーを偽造される脆弱性 CWE-noinfo
情報不足
CVE-2013-0776 2013-06-19 11:10 2013-02-19 Show GitHub Exploit DB Packet Storm
226055 10 危険 Mozilla Foundation - 複数の Mozilla 製品の nsImageLoadingContent::OnStopContainer 関数における任意のコードを実行される脆弱性 CWE-399
リソース管理の問題
CVE-2013-0775 2013-06-19 11:07 2013-02-19 Show GitHub Exploit DB Packet Storm
226056 10 危険 Mozilla Foundation - 複数の Mozilla 製品の COW および SOW の実装における重要な情報を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2013-0773 2013-06-19 11:05 2013-02-19 Show GitHub Exploit DB Packet Storm
226057 3.3 注意 (複数のベンダ) - Wi-Fiスポット設定用ソフトウェアにおける接続処理に関する脆弱性 CWE-287
不適切な認証
CVE-2013-2310 2013-06-19 09:57 2013-05-15 Show GitHub Exploit DB Packet Storm
226058 2.6 注意 OpenPNEプロジェクト - OpenPNE におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2013-2309 2013-06-19 09:54 2013-05-13 Show GitHub Exploit DB Packet Storm
226059 7.1 危険 FairCom - c-treeACE の難読化アルゴリズムに脆弱性 CWE-310
暗号の問題
CVE-2013-0148 2013-06-19 09:47 2013-06-10 Show GitHub Exploit DB Packet Storm
226060 2.6 注意 Jun.I - Galapagos Browser における WebView クラスに関する脆弱性 CWE-Other
その他
CVE-2013-3643 2013-06-18 17:54 2013-06-11 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 7, 2026, 4:13 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
209291 3.3 LOW
Local
imagemagick
debian
imagemagick
debian_linux
In /MagickCore/statistic.c, there are several areas in ApplyEvaluateOperator() where a size_t cast should have been a ssize_t cast, which causes out-of-range values under some circumstances when a cr… CWE-190
 Integer Overflow or Wraparound
CVE-2020-27764 2024-11-21 14:21 2020-12-4 Show GitHub Exploit DB Packet Storm
209292 3.3 LOW
Local
imagemagick
debian
imagemagick
debian_linux
A flaw was found in ImageMagick in MagickCore/resize.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. … CWE-369
 Divide By Zero
CVE-2020-27763 2024-11-21 14:21 2020-12-4 Show GitHub Exploit DB Packet Storm
209293 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
209294 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
209295 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
209296 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
209297 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
209298 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
209299 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
209300 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