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":Jan. 23, 2025, 6:01 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
206261 9.3 危険 アップル - Apple QuickTime におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2011-0245 2011-08-18 09:02 2011-08-4 Show GitHub Exploit DB Packet Storm
206262 5 警告 アバイア - Secure Access Link (SAL) Gateway に情報漏えいの脆弱性 CWE-16
環境設定
CVE-2011-3008 2011-08-18 08:58 2011-08-1 Show GitHub Exploit DB Packet Storm
206263 4.3 警告 PNG Development Group
レッドハット
- libpng の pngerror.c 内にある png_format_buffer 関数におけるサービス運用妨害 (DoS) の脆弱性 CWE-DesignError
CVE-2011-2501 2011-08-17 13:34 2011-07-7 Show GitHub Exploit DB Packet Storm
206264 1.2 注意 サイバートラスト株式会社
VMware
Linux
レッドハット
- Linux kernel の net/core/ethtool.c における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2010-4655 2011-08-17 13:30 2011-03-1 Show GitHub Exploit DB Packet Storm
206265 6.9 警告 レッドハット - Linux-HA の SAPDatabase および SAPInstance スクリプトにおける権限を取得される脆弱性 CWE-DesignError
CVE-2010-3389 2011-08-17 13:29 2010-10-20 Show GitHub Exploit DB Packet Storm
206266 6.5 警告 エイムラック - Aipo における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2011-1342 2011-08-16 12:02 2011-08-16 Show GitHub Exploit DB Packet Storm
206267 2.6 注意 エイムラック - Aipo におけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2011-1341 2011-08-16 12:01 2011-08-16 Show GitHub Exploit DB Packet Storm
206268 5 警告 Opera Software ASA - Opera におけるサービス運用妨害 (アプリケーションクラッシュ) の脆弱性 CWE-399
リソース管理の問題
CVE-2011-2641 2011-08-16 11:34 2011-05-18 Show GitHub Exploit DB Packet Storm
206269 5 警告 Opera Software ASA - Opera におけるサービス運用妨害 (アプリケーションクラッシュ) の脆弱性 CWE-399
リソース管理の問題
CVE-2011-2640 2011-08-16 11:33 2011-04-12 Show GitHub Exploit DB Packet Storm
206270 5 警告 Opera Software ASA - Opera におけるサービス運用妨害 (CPU 資源の消費) の脆弱性 CWE-399
リソース管理の問題
CVE-2011-2639 2011-08-16 11:33 2011-04-12 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:Jan. 24, 2025, 4:45 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
2331 - - - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in CodeAstrology Team Product Table for WooCommerce allows Reflected XSS.This issue affects Product … CWE-79
Cross-site Scripting
CVE-2025-22307 2025-01-10 01:16 2025-01-10 Show GitHub Exploit DB Packet Storm
2332 - - - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Tripetto WordPress form builder plugin for contact forms, surveys and quizzes – Tripetto allows S… CWE-79
Cross-site Scripting
CVE-2025-22295 2025-01-10 01:16 2025-01-10 Show GitHub Exploit DB Packet Storm
2333 - - - A vulnerability in the Gen7 SonicOS Cloud platform NSv, allows a remote authenticated local low-privileged attacker to elevate privileges to `root` and potentially lead to code execution. - CVE-2024-53706 2025-01-10 01:16 2025-01-9 Show GitHub Exploit DB Packet Storm
2334 - - - Bangkok Medical Software HOSxP XE v4.64.11.3 was discovered to contain a hardcoded IDEA Key-IV pair in the HOSxPXE4.exe and HOS-WIN32.INI components. This allows attackers to access sensitive informa… - CVE-2024-53522 2025-01-10 01:16 2025-01-8 Show GitHub Exploit DB Packet Storm
2335 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memset The at_xdmac_memset_create_desc may return NULL, which will… CWE-476
 NULL Pointer Dereference
CVE-2024-56767 2025-01-10 01:16 2025-01-7 Show GitHub Exploit DB Packet Storm
2336 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: dib3000mb: fix uninit-value in dib3000_write_reg Syzbot reports [1] an uninitialized value issue found by K… CWE-908
 Use of Uninitialized Resource
CVE-2024-56769 2025-01-10 01:16 2025-01-7 Show GitHub Exploit DB Packet Storm
2337 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fix double free in atmel_pmecc_create_user() The "user" pointer was converted from being allocated with kzalloc() t… CWE-415
 Double Free
CVE-2024-56766 2025-01-10 01:16 2025-01-7 Show GitHub Exploit DB Packet Storm
2338 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: tracing: Prevent bad count for tracing_cpumask_write If a large count is provided, it will trigger a warning in bitmap_parse_user… NVD-CWE-noinfo
CVE-2024-56763 2025-01-10 01:16 2025-01-7 Show GitHub Exploit DB Packet Storm
2339 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: x86/fred: Clear WFE in missing-ENDBRANCH #CPs An indirect branch instruction sets the CPU indirect branch tracker (IBT) into WAIT… NVD-CWE-noinfo
CVE-2024-56761 2025-01-10 01:16 2025-01-7 Show GitHub Exploit DB Packet Storm
2340 7.8 HIGH
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free when COWing tree bock and tracing is enabled When a COWing a tree block, at btrfs_cow_block(), and we h… CWE-416
 Use After Free
CVE-2024-56759 2025-01-10 01:16 2025-01-7 Show GitHub Exploit DB Packet Storm