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":May 10, 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
231011 3.7 注意 GNU Project
VMware
- GNU C Library の ld.so における権限を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2011-1658 2012-12-18 17:14 2011-04-8 Show GitHub Exploit DB Packet Storm
231012 6.2 警告 GNU Project
VMware
サイバートラスト株式会社
レッドハット
- GNU C Library の locale/programs/locale.c における権限を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2011-1095 2012-12-18 17:12 2011-04-4 Show GitHub Exploit DB Packet Storm
231013 5.1 警告 GNU Project
VMware
サイバートラスト株式会社
レッドハット
- GNU C Library および Embedded GLIBC における任意のコードを実行される脆弱性 CWE-399
リソース管理の問題
CVE-2011-1071 2012-12-18 17:10 2011-04-4 Show GitHub Exploit DB Packet Storm
231014 6.9 警告 GNU Project
VMware
サイバートラスト株式会社
レッドハット
- GNU C Library の elf/dl-object.c における権限を取得される脆弱性 CWE-Other
その他
CVE-2011-0536 2012-12-18 17:07 2011-04-4 Show GitHub Exploit DB Packet Storm
231015 7.2 危険 GNU Project
VMware
サイバートラスト株式会社
レッドハット
- GNU C Library の encode_name マクロにおける権限を取得される脆弱性 CWE-20
不適切な入力確認
CVE-2010-0296 2012-12-18 17:04 2010-06-1 Show GitHub Exploit DB Packet Storm
231016 5 警告 サイバートラスト株式会社
VMware
MIT Kerberos
レッドハット
オラクル
- MIT Kerberos 5 の Key Distribution Center におけるサービス運用妨害 (DoS) の脆弱性 CWE-Other
その他
CVE-2011-0282 2012-12-18 16:57 2011-02-8 Show GitHub Exploit DB Packet Storm
231017 5 警告 サイバートラスト株式会社
VMware
MIT Kerberos
レッドハット
オラクル
- MIT Kerberos 5 の unparse 実装におけるサービス運用妨害 (DoS) の脆弱性 CWE-310
暗号の問題
CVE-2011-0281 2012-12-18 16:54 2011-02-8 Show GitHub Exploit DB Packet Storm
231018 3.7 注意 アップル
サン・マイクロシステムズ
ヒューレット・パッカード
VMware
日立
レッドハット
- 複数の Oracle 製品の Java Runtime Environment における脆弱性 CWE-noinfo
情報不足
CVE-2010-4450 2012-12-18 16:39 2011-02-15 Show GitHub Exploit DB Packet Storm
231019 2.6 注意 アップル
サン・マイクロシステムズ
ヒューレット・パッカード
VMware
日立
レッドハット
- 複数の Oracle 製品の Java Runtime Environment における脆弱性 CWE-noinfo
情報不足
CVE-2010-4448 2012-12-18 16:36 2011-02-15 Show GitHub Exploit DB Packet Storm
231020 4.3 警告 アップル
VMware
サン・マイクロシステムズ
ヒューレット・パッカード
レッドハット
- 複数の Oracle 製品の Java Runtime Environment における脆弱性 CWE-noinfo
情報不足
CVE-2010-4447 2012-12-18 16:34 2011-02-15 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 10, 2026, 4:58 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
21 9.1 CRITICAL
Network
- - auth provides authentication via oauth2, direct and email. From versions 1.18.0 to before 1.25.2 and 2.0.0 to before 2.1.2, the Patreon OAuth provider maps every authenticated Patreon account to the … New CWE-287
Improper Authentication
CVE-2026-42560 2026-05-9 15:16 2026-05-9 Show GitHub Exploit DB Packet Storm
22 - - - Pillow is a Python imaging library. From version 10.3.0 to before version 12.2.0, processing a malicious PSD file could lead to memory corruption, potentially resulting in a crash or arbitrary code e… New CWE-190
CWE-787
 Integer Overflow or Wraparound
 Out-of-bounds Write
CVE-2026-42311 2026-05-9 15:16 2026-05-9 Show GitHub Exploit DB Packet Storm
23 - - - Pillow is a Python imaging library. From version 4.2.0 to before version 12.2.0, an attacker can supply a malicious PDF that causes the process to hang indefinitely, consuming 100% CPU and making the… New CWE-835
 Loop with Unreachable Exit Condition ('Infinite Loop')
CVE-2026-42310 2026-05-9 15:16 2026-05-9 Show GitHub Exploit DB Packet Storm
24 - - - Pillow is a Python imaging library. From version 11.2.1 to before version 12.2.0, passing nested lists as coordinates to APIs that accept coordinates such as ImagePath.Path, ImageDraw.ImageDraw.polyg… New CWE-122
Heap-based Buffer Overflow
CVE-2026-42309 2026-05-9 15:16 2026-05-9 Show GitHub Exploit DB Packet Storm
25 - - - Pillow is a Python imaging library. Prior to version 12.2.0, if a font advances for each glyph by an exceeding large amount, when Pillow keeps track of the current position, it may lead to an integer… New CWE-190
 Integer Overflow or Wraparound
CVE-2026-42308 2026-05-9 15:16 2026-05-9 Show GitHub Exploit DB Packet Storm
26 - - - A missing authorization vulnerability in HCL BigFix WebUI allows an authenticated user without proper permissions to view sensitive environmental information via direct URL access to the unauthorized… New CWE-862
 Missing Authorization
CVE-2025-15634 2026-05-9 15:16 2026-05-9 Show GitHub Exploit DB Packet Storm
27 - - - An improper authorization vulnerability in HCL BigFix WebUI allows an authenticated user without Master Operator privileges to access internal data (site names, versions, and configuration variables)… New CWE-863
 Incorrect Authorization
CVE-2025-15633 2026-05-9 15:16 2026-05-9 Show GitHub Exploit DB Packet Storm
28 - - - Gibbon versions before v30.0.01 are affected by a path traversal vulnerability resulting in DOS by attempting extraction of web application PHP files, failed .zip extraction results in deletion of th… New CWE-23
 Relative Path Traversal
CVE-2026-8209 2026-05-9 13:16 2026-05-9 Show GitHub Exploit DB Packet Storm
29 - - - Gibbon versions before v30.0.01 are affected by a local file inclusion vulnerability resulting in RCE by changing the report archive directory and forcing interpretation of a user provided .zip as PH… New CWE-98
 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
CVE-2026-8208 2026-05-9 13:16 2026-05-9 Show GitHub Exploit DB Packet Storm
30 7.5 HIGH
Local
- - An issue was discovered in Nix before 2.34.7 and Lix before 2.95.2. Unbounded recursion in the NAR (Nix Archive) parser could lead to a stack-to-heap overflow when the parser is run on a coroutine st… Update CWE-674
 Uncontrolled Recursion
CVE-2026-44028 2026-05-9 13:16 2026-05-5 Show GitHub Exploit DB Packet Storm