Vulnerability Search Top
Show Search Menu
Vendor Name
プロダクト・サービス名
Title
Urgent
Important
Warning
Warning
CVE
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":Nov. 5, 2024, 6:02 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
203051 7.8 危険 サイバートラスト株式会社
Linux
レッドハット
- Linux kernel の CIFS サブシステムにおける Unicode 文字列の処理に関するバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2009-1633 2010-02-17 11:45 2009-05-28 Show GitHub Exploit DB Packet Storm
203052 7.8 危険 サイバートラスト株式会社
Linux
レッドハット
- Linux kernel の CIFS における長大な nativeFileSystem フィールドの処理に関するバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2009-1439 2010-02-17 11:44 2009-04-27 Show GitHub Exploit DB Packet Storm
203053 6.8 警告 サイバートラスト株式会社
Mozilla Foundation
Pango.org
レッドハット
- Pango の pango_glyph_string_set_size 関数 における整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2009-1194 2010-02-17 11:44 2009-05-8 Show GitHub Exploit DB Packet Storm
203054 9.3 危険 Artifex Software
サイバートラスト株式会社
Argyll CMS
サン・マイクロシステムズ
レッドハット
- Ghostscript の ICC Format ライブラリにおける整数オーバーフローの脆弱性 CWE-189
数値処理の問題
CVE-2009-0792 2010-02-17 11:44 2009-04-14 Show GitHub Exploit DB Packet Storm
203055 9.3 危険 Artifex Software
サイバートラスト株式会社
サン・マイクロシステムズ
レッドハット
- ICC Format ライブラリにおける任意のコードを実行される脆弱性 CWE-189
数値処理の問題
CVE-2009-0584 2010-02-17 11:44 2009-03-23 Show GitHub Exploit DB Packet Storm
203056 9.3 危険 Artifex Software
サイバートラスト株式会社
サン・マイクロシステムズ
レッドハット
- ICC Format ライブラリにおける整数オーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2009-0583 2010-02-17 11:43 2009-03-23 Show GitHub Exploit DB Packet Storm
203057 6 警告 Artifex Software
サイバートラスト株式会社
レッドハット
- Ghostscript の zseticcspace() 関数におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2008-0411 2010-02-17 11:43 2008-02-27 Show GitHub Exploit DB Packet Storm
203058 2.1 注意 サイバートラスト株式会社
レッドハット
- lm_sensors の pwmconfig (スクリプト)における不適切な一時ファイル作成によるシンボリックリンク攻撃を受ける脆弱性 - CVE-2005-2672 2010-02-17 11:43 2005-08-22 Show GitHub Exploit DB Packet Storm
203059 9.3 危険 アップル - Apple Mac OS X の Image RAW における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2010-0037 2010-02-16 11:45 2010-01-19 Show GitHub Exploit DB Packet Storm
203060 9.3 危険 アップル - Apple Mac OS X の CoreAudio における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2010-0036 2010-02-16 11:45 2010-01-19 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:Nov. 6, 2024, 5:21 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1011 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/memhp: Fix access beyond end of drmem array dlpar_memory_remove_by_index() may access beyond the bounds of the dr… Update CWE-129
 Improper Validation of Array Index
CVE-2023-52451 2024-11-4 22:16 2024-02-23 Show GitHub Exploit DB Packet Storm
1012 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: mtd: Fix gluebi NULL pointer dereference caused by ftl notifier If both ftl.ko and gluebi.ko are loaded, the notifier of ftl trig… Update CWE-476
 NULL Pointer Dereference
CVE-2023-52449 2024-11-4 22:16 2024-02-23 Show GitHub Exploit DB Packet Storm
1013 6.7 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: bpf: Defer the free of inner map when necessary When updating or deleting an inner map in map array or map htab, the map may stil… Update CWE-416
 Use After Free
CVE-2023-52447 2024-11-4 22:16 2024-02-23 Show GitHub Exploit DB Packet Storm
1014 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid dirent corruption As Al reported in link[1]: f2fs_rename() ... if (old_dir != new_dir && !whiteout) f2fs_s… Update CWE-119
Incorrect Access of Indexable Resource ('Range Error') 
CVE-2023-52444 2024-11-4 22:16 2024-02-23 Show GitHub Exploit DB Packet Storm
1015 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: apparmor: avoid crash when parsed profile name is empty When processing a packed profile in unpack_profile() described like "pr… Update CWE-476
 NULL Pointer Dereference
CVE-2023-52443 2024-11-4 22:16 2024-02-23 Show GitHub Exploit DB Packet Storm
1016 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: uio: Fix use-after-free in uio_open core-1 core-2 ------------------------------------------------------- uio_unregister_devic… Update CWE-415
 Double Free
CVE-2023-52439 2024-11-4 22:16 2024-02-21 Show GitHub Exploit DB Packet Storm
1017 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that usin… Update CWE-416
 Use After Free
CVE-2023-52438 2024-11-4 22:16 2024-02-21 Show GitHub Exploit DB Packet Storm
1018 8.0 HIGH
Adjacent
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential OOBs in smb2_parse_contexts() Validate offsets and lengths before dereferencing create contexts in smb… Update CWE-119
Incorrect Access of Indexable Resource ('Range Error') 
CVE-2023-52434 2024-11-4 22:16 2024-02-21 Show GitHub Exploit DB Packet Storm
1019 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: hwmon: (nct6775) Fix crash in clear_caseopen Pawel Marciniak reports the following crash, observed when clearing the chassis intr… Update CWE-476
 NULL Pointer Dereference
CVE-2022-48750 2024-11-4 22:15 2024-06-20 Show GitHub Exploit DB Packet Storm
1020 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Harden accesses to the reset domains Accessing reset domains descriptors by the index upon the SCMI drivers r… Update CWE-119
Incorrect Access of Indexable Resource ('Range Error') 
CVE-2022-48655 2024-11-4 22:15 2024-04-28 Show GitHub Exploit DB Packet Storm