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":Feb. 3, 2025, 1:14 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
187571 7.8 危険 IBM - IBM XIV Storage System Gen3 におけるサービス運用妨害 (DoS) の脆弱性 CWE-noinfo
情報不足
CVE-2012-2167 2012-10-23 12:14 2012-10-20 Show GitHub Exploit DB Packet Storm
187572 6.8 警告 IBM - IBM AIX および VIOS の FTP クライアントにおけるファイルの読み込み制限を回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2012-4845 2012-10-23 12:13 2012-06-20 Show GitHub Exploit DB Packet Storm
187573 8.5 危険 IBM - IBM DB2 におけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2012-4826 2012-10-23 12:11 2012-09-24 Show GitHub Exploit DB Packet Storm
187574 5 警告 Django Software Foundation - Django におけるサービス運用妨害 (メモリ消費) の脆弱性 CWE-20
不適切な入力確認
CVE-2012-3443 2012-10-23 12:07 2012-07-30 Show GitHub Exploit DB Packet Storm
187575 4.3 警告 Django Software Foundation - Django におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2012-3442 2012-10-23 12:06 2012-07-30 Show GitHub Exploit DB Packet Storm
187576 5 警告 Apache Software Foundation - Apache QPID における認証を回避される脆弱性 CWE-287
不適切な認証
CVE-2012-3467 2012-10-22 17:26 2012-02-16 Show GitHub Exploit DB Packet Storm
187577 - - マイクロソフト
アドビシステムズ
- ** 削除 ** Adobe Flash Player における任意のコードを実行される脆弱性 - CVE-2012-4166 2012-10-22 17:20 2012-08-21 Show GitHub Exploit DB Packet Storm
187578 4.3 警告 アップル - 複数の Apple 製品で使用される WebKit における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2012-3650 2012-10-22 14:53 2012-07-25 Show GitHub Exploit DB Packet Storm
187579 5.8 警告 Shibboleth
オラクル
- Shibboleth OpenSAML ライブラリにおける認証を回避される脆弱性 CWE-287
不適切な認証
CVE-2011-1411 2012-10-22 14:40 2011-07-25 Show GitHub Exploit DB Packet Storm
187580 6.5 警告 オラクル - Oracle Database Server における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2012-3132 2012-10-22 14:40 2012-08-10 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:Feb. 5, 2025, 4:56 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
181 - - - JFinalCMS 1.0 is vulnerable to SQL Injection in rc/main/java/com/cms/entity/Content.java. The cause of the vulnerability is that the title parameter is controllable and is concatenated directly into … Update - CVE-2024-57665 2025-02-4 05:15 2025-01-30 Show GitHub Exploit DB Packet Storm
182 5.3 MEDIUM
Network
apple macos This issue was addressed through improved state management. This issue is fixed in macOS Sequoia 15.3. Files downloaded from the internet may not have the quarantine flag applied. Update NVD-CWE-noinfo
CVE-2025-24140 2025-02-4 05:15 2025-01-28 Show GitHub Exploit DB Packet Storm
183 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: afs: Fix merge preference rule failure condition syzbot reported a lock held when returning to userspace[1]. This is because if … Update CWE-667
 Improper Locking
CVE-2025-21672 2025-02-4 05:04 2025-01-31 Show GitHub Exploit DB Packet Storm
184 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: bpf: Fix bpf_sk_select_reuseport() memory leak As pointed out in the original comment, lookup in sockmap can return a TCP ESTABLI… Update CWE-401
 Missing Release of Memory after Effective Lifetime
CVE-2025-21683 2025-02-4 05:01 2025-01-31 Show GitHub Exploit DB Packet Storm
185 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: iomap: avoid avoid truncating 64-bit offset to 32 bits on 32-bit kernels, iomap_write_delalloc_scan() was inadvertently using a 3… Update CWE-835
 Loop with Unreachable Exit Condition ('Infinite Loop')
CVE-2025-21667 2025-02-4 05:00 2025-01-31 Show GitHub Exploit DB Packet Storm
186 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] Recent reports have shown how we sometimes call vsock_*_has_data() w… Update CWE-476
 NULL Pointer Dereference
CVE-2025-21666 2025-02-4 04:59 2025-01-31 Show GitHub Exploit DB Packet Storm
187 5.5 MEDIUM
Local
linux linux_kernel In the Linux kernel, the following vulnerability has been resolved: filemap: avoid truncating 64-bit offset to 32 bits On 32-bit kernels, folio_seek_hole_data() was inadvertently truncating a 64-bi… Update CWE-835
 Loop with Unreachable Exit Condition ('Infinite Loop')
CVE-2025-21665 2025-02-4 04:57 2025-01-31 Show GitHub Exploit DB Packet Storm
188 - - - Prolink 4G LTE Mobile Wi-Fi DL-7203E V4.0.0B05 is vulnerable to SQL Injection in in the /reqproc/proc_get endpoint. The vulnerability allows an attacker to manipulate SQL queries by injecting malicio… New - CVE-2024-57238 2025-02-4 04:15 2025-02-4 Show GitHub Exploit DB Packet Storm
189 - - - Prolink 4G LTE Mobile Wi-Fi DL-7203E V4.0.0B05 is vulnerable to Cross Site Scripting (XSS) in the /reqproc/proc_get endpoint. The vulnerability arises because the cmd parameter does not properly sani… New - CVE-2024-57237 2025-02-4 04:15 2025-02-4 Show GitHub Exploit DB Packet Storm
190 - - - Cross-Site Scripting (XSS) vulnerability in Roundcube Webmail 1.6.9 allows remote authenticated users to upload a malicious file as an email attachment, leading to the triggering of the XSS by visiti… New - CVE-2024-57004 2025-02-4 04:15 2025-02-4 Show GitHub Exploit DB Packet Storm