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 17, 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
252741 4 警告 SugarCRM - SugarCRM における顧客名などを発見される脆弱性 CWE-20
不適切な入力確認
CVE-2011-0745 2012-03-27 18:43 2011-03-16 Show GitHub Exploit DB Packet Storm
252742 10 危険 Novell - Novell ZENworks Handheld Management の ZfHIPCND.exe におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2011-0742 2012-03-27 18:43 2011-01-25 Show GitHub Exploit DB Packet Storm
252743 4.3 警告 MODX - ModX Evolution におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2011-0741 2012-03-27 18:43 2011-02-1 Show GitHub Exploit DB Packet Storm
252744 4.3 警告 WordPress.org
pleer
- WordPress 用の RSS Feed Reader の magpie/scripts/magpie_slashbox.php におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2011-0740 2012-03-27 18:43 2011-02-1 Show GitHub Exploit DB Packet Storm
252745 6.8 警告 Mikel Lindsaar - Ruby Mail gem の sendmail delivery agent の deliver 関数における任意のコマンドを実行される脆弱性 CWE-20
不適切な入力確認
CVE-2011-0739 2012-03-27 18:43 2011-02-1 Show GitHub Exploit DB Packet Storm
252746 4.3 警告 Globus
ncsa
- Globus Toolkit で使用される MyProxy におけるサーバを偽装される脆弱性 CWE-20
不適切な入力確認
CVE-2011-0738 2012-03-27 18:43 2011-01-18 Show GitHub Exploit DB Packet Storm
252747 7.8 危険 Linux - Linux kernel の br_mdb_ip_get 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2011-0709 2012-03-27 18:43 2011-02-18 Show GitHub Exploit DB Packet Storm
252748 7.5 危険 サン・マイクロシステムズ
レッドハット
- OpenJDK Runtime Environment の IcedTea-Web における権限昇格の脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2011-0706 2012-03-27 18:43 2011-02-15 Show GitHub Exploit DB Packet Storm
252749 3.3 注意 daniel friesel - feh の feh_unique_filename 関数における任意のファイルを上書きされる脆弱性 CWE-59
リンク解釈の問題
CVE-2011-0702 2012-03-27 18:43 2011-02-14 Show GitHub Exploit DB Packet Storm
252750 4 警告 WordPress.org - WordPress の wp-admin/async-upload.php における投稿の下書きを読まれる脆弱性 CWE-200
情報漏えい
CVE-2011-0701 2012-03-27 18:43 2011-02-7 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 18, 2026, 4 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
319191 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix error checks in dasd_copy_pair_store() dasd_add_busid() can return an error via ERR_PTR() if an allocation fails. … CWE-476
 NULL Pointer Dereference
CVE-2024-42320 2024-09-30 21:54 2024-08-17 Show GitHub Exploit DB Packet Storm
319192 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: ASoC: TAS2781: Fix tasdev_load_calibrated_data() This function has a reversed if statement so it's either a no-op or it leads to … CWE-476
 NULL Pointer Dereference
CVE-2024-42278 2024-09-30 21:53 2024-08-17 Show GitHub Exploit DB Packet Storm
319193 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/qxl: Add check for drm_cvt_mode Add check for the return value of drm_cvt_mode() and return the error if it fails in order to… CWE-476
 NULL Pointer Dereference
CVE-2024-43829 2024-09-30 21:51 2024-08-17 Show GitHub Exploit DB Packet Storm
319194 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check before access structs In enable_phantom_plane, we should better check null pointer before accessi… CWE-476
 NULL Pointer Dereference
CVE-2024-43827 2024-09-30 21:51 2024-08-17 Show GitHub Exploit DB Packet Storm
319195 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip wbscl_set_scaler_filter if filter is null Callers can pass null in filter (i.e. from returned from the func… CWE-476
 NULL Pointer Dereference
CVE-2024-46714 2024-09-30 21:50 2024-09-18 Show GitHub Exploit DB Packet Storm
319196 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure array index tg_inst won't be -1 [WHY & HOW] tg_inst will be a negative if timing_generator_count equals 0… CWE-191
 Integer Underflow (Wrap or Wraparound)
CVE-2024-46730 2024-09-30 21:49 2024-09-18 Show GitHub Exploit DB Packet Storm
319197 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add otg_master NULL check within resource_log_pipe_topology_update [Why] Coverity reports NULL_RETURN warning. … CWE-476
 NULL Pointer Dereference
CVE-2024-46727 2024-09-30 21:49 2024-09-18 Show GitHub Exploit DB Packet Storm
319198 6.5 MEDIUM
Network
alf alf alf.io is an open source ticket reservation system for conferences, trade shows, workshops, and meetups. Prior to version 2.0-M5, the preloaded data as json is not escaped correctly, the administrato… CWE-116
 Improper Encoding or Escaping of Output
CVE-2024-45299 2024-09-30 21:48 2024-09-6 Show GitHub Exploit DB Packet Storm
319199 - - - In Eclipse Dataspace Components versions 0.1.3 to 0.9.0, the Connector component filters which datasets (= data offers) another party can see in a requested catalog, to ensure that only authorized pa… - CVE-2024-9202 2024-09-30 21:46 2024-09-27 Show GitHub Exploit DB Packet Storm
319200 - - - Improper Certificate Validation in Checkmk Exchange plugin MikroTik allows attackers in MitM position to intercept traffic. This issue affects MikroTik: from 2.0.0 through 2.5.5, from 0.4a_mk through… - CVE-2024-38861 2024-09-30 21:46 2024-09-27 Show GitHub Exploit DB Packet Storm