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":Feb. 9, 2026, 12:59 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
239841 4.3 警告 dt centrepiece - DT Centrepiece の search.asp におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-2776 2012-06-26 16:02 2008-06-19 Show GitHub Exploit DB Packet Storm
239842 7.5 危険 dt centrepiece - DT Centrepiece の search.asp における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-2775 2012-06-26 16:02 2008-06-19 Show GitHub Exploit DB Packet Storm
239843 7.5 危険 cartkeeper - CartKeeper CKGold Shopping Cart の item.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-2774 2012-06-26 16:02 2008-06-19 Show GitHub Exploit DB Packet Storm
239844 6.8 警告 efiction - eFiction の toplists.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-2754 2012-06-26 16:02 2008-06-18 Show GitHub Exploit DB Packet Storm
239845 7.5 危険 gryphon - Gryphon gllcTS2 の login.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-2746 2012-06-26 16:02 2008-06-17 Show GitHub Exploit DB Packet Storm
239846 9.3 危険 black ice - Black Ice Software Annotation プラグイン の BiAnno ActiveX コントロールにおけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2008-2745 2012-06-26 16:02 2008-06-17 Show GitHub Exploit DB Packet Storm
239847 7.5 危険 Achievo - Achievo の mcpuk ファイルエディタにおける任意のコードを実行される脆弱性 CWE-20
不適切な入力確認
CVE-2008-2742 2012-06-26 16:02 2008-06-11 Show GitHub Exploit DB Packet Storm
239848 6.5 警告 Apache Software Foundation
TYPO3 Association
- TYPO3 における設定ファイルをアップロードされる脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2008-2717 2012-06-26 16:02 2008-06-16 Show GitHub Exploit DB Packet Storm
239849 9.3 危険 ESTsoft Japan 株式会社 - ALTools ESTsoft ALFTP の FTP クライアントにおけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2008-2702 2012-06-26 16:02 2008-06-13 Show GitHub Exploit DB Packet Storm
239850 4.3 警告 Exiv2 project - Exiv2 におけるサービス運用妨害 (DoS) の脆弱性 CWE-189
数値処理の問題
CVE-2008-2696 2012-06-26 16:02 2008-06-13 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:April 20, 2026, 4:09 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
256621 - - - In the Linux kernel, the following vulnerability has been resolved: nvme-pci: add missing condition check for existence of mapped data nvme_map_data() is called when request has physical segments, … - CVE-2024-42276 2024-08-19 21:59 2024-08-17 Show GitHub Exploit DB Packet Storm
256622 - - - In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix error code in drm_client_buffer_vmap_local() This function accidentally returns zero/success on the failure path.… - CVE-2024-42275 2024-08-19 21:59 2024-08-17 Show GitHub Exploit DB Packet Storm
256623 - - - In the Linux kernel, the following vulnerability has been resolved: erofs: fix race in z_erofs_get_gbuf() In z_erofs_get_gbuf(), the current task may be migrated to another CPU between `z_erofs_gbu… - CVE-2024-42300 2024-08-19 21:59 2024-08-17 Show GitHub Exploit DB Packet Storm
256624 - - - In the Linux kernel, the following vulnerability has been resolved: f2fs: fix return value of f2fs_convert_inline_inode() If device is readonly, make f2fs_convert_inline_inode() return EROFS instea… - CVE-2024-42296 2024-08-19 21:59 2024-08-17 Show GitHub Exploit DB Packet Storm
256625 - - - In the Linux kernel, the following vulnerability has been resolved: riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error() Handle VM_FAULT_SIGSEGV in the page fault path so that we correct… - CVE-2024-42267 2024-08-19 21:59 2024-08-17 Show GitHub Exploit DB Packet Storm
256626 - - - In the Linux kernel, the following vulnerability has been resolved: arm64: mm: Fix lockless walks with static and dynamic page-table folding Lina reports random oopsen originating from the fast GUP… - CVE-2024-42293 2024-08-19 21:59 2024-08-17 Show GitHub Exploit DB Packet Storm
256627 - - - In the Linux kernel, the following vulnerability has been resolved: irqchip/imx-irqsteer: Handle runtime power management correctly The power domain is automatically activated from clk_prepare(). H… - CVE-2024-42290 2024-08-19 21:59 2024-08-17 Show GitHub Exploit DB Packet Storm
256628 - - - In the Linux kernel, the following vulnerability has been resolved: protect the fetch of ->fd[fd] in do_dup2() from mispredictions both callers have verified that fd is not greater than ->max_fds; … - CVE-2024-42265 2024-08-19 21:59 2024-08-17 Show GitHub Exploit DB Packet Storm
256629 - - - In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Validate passed in drm syncobj handles in the timestamp extension If userspace provides an unknown or invalid handle any… - CVE-2024-42261 2024-08-19 21:59 2024-08-17 Show GitHub Exploit DB Packet Storm
256630 - - - In the Linux kernel, the following vulnerability has been resolved: Revert "ALSA: firewire-lib: operate for period elapse event in process context" Commit 7ba5ca32fe6e ("ALSA: firewire-lib: operate… - CVE-2024-42274 2024-08-19 21:59 2024-08-17 Show GitHub Exploit DB Packet Storm