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":June 14, 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
243771 10 危険 マイクロソフト - Microsoft Windows の印刷スプーラーサービスにおけるフォーマット文字列の脆弱性 CWE-134
書式文字列の問題
CVE-2012-1851 2012-08-21 17:28 2012-08-14 Show GitHub Exploit DB Packet Storm
243772 10 危険 マイクロソフト - Microsoft Windows XP の LanmanWorkstation サービスにおけるヒープベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2012-1852 2012-08-21 17:27 2012-08-14 Show GitHub Exploit DB Packet Storm
243773 10 危険 マイクロソフト - Microsoft Windows XP の LanmanWorkstation サービスにおけるスタックベースのバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2012-1853 2012-08-21 17:26 2012-08-14 Show GitHub Exploit DB Packet Storm
243774 7.2 危険 マイクロソフト - Microsoft Windows のカーネルモードドライバ内の win32k.sys における権限昇格の脆弱性 CWE-399
リソース管理の問題
CVE-2012-2527 2012-08-21 17:26 2012-08-14 Show GitHub Exploit DB Packet Storm
243775 9.3 危険 マイクロソフト - Microsoft Office 2007 および 2010 における任意のコードを実行される脆弱性 CWE-119
バッファエラー
CVE-2012-2524 2012-08-21 17:24 2012-08-14 Show GitHub Exploit DB Packet Storm
243776 9.3 危険 マイクロソフト - Microsoft Visio 2010 および Visio Viewer 2010 におけるバッファオーバーフローの脆弱性 CWE-119
バッファエラー
CVE-2012-1888 2012-08-21 17:23 2012-08-14 Show GitHub Exploit DB Packet Storm
243777 2.1 注意 Ubercart - Drupal 用 Ubercart モジュールにおける重要な情報を取得される脆弱性 CWE-255
証明書・パスワード管理
CVE-2012-2299 2012-08-21 15:38 2012-04-25 Show GitHub Exploit DB Packet Storm
243778 5.1 警告 MySQLDumper-Team - MySQLDumper におけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2012-4252 2012-08-21 15:38 2012-08-13 Show GitHub Exploit DB Packet Storm
243779 9.3 危険 Sielco Sistemi - Sielco Sistemi Winlog Pro SCADA および Winlog Lite SCADA におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2012-4359 2012-08-21 15:32 2012-07-31 Show GitHub Exploit DB Packet Storm
243780 9.3 危険 Sielco Sistemi - Sielco Sistemi Winlog Pro SCADA および Winlog Lite SCADA におけるサービス運用妨害 (DoS) の脆弱性 CWE-20
不適切な入力確認
CVE-2012-4358 2012-08-21 15:31 2012-07-17 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:June 14, 2026, 4:12 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
1401 5.4 MEDIUM
Network
google chrome Inappropriate implementation in Guest View in Google Chrome prior to 149.0.7827.103 allowed a remote attacker to perform UI spoofing via a crafted HTML page. (Chromium security severity: Medium) CWE-20
NVD-CWE-noinfo
 Improper Input Validation 
CVE-2026-11701 2026-06-10 02:24 2026-06-9 Show GitHub Exploit DB Packet Storm
1402 7.5 HIGH
Network
perl dbi DBI versions before 1.648 for Perl saved errors in a limited-sized buffer. Error messages that were returned when RaiseError, PrintError or HandleError were set were written to a 200-byte buffer wit… CWE-787
 Out-of-bounds Write
CVE-2026-9698 2026-06-10 02:20 2026-06-9 Show GitHub Exploit DB Packet Storm
1403 9.8 CRITICAL
Network
- - YesWiki is a wiki system written in PHP. Prior to version 4.6.6, an unsafe execution vulnerability exists in the Bazar form field calculator (CalcField.php) of YesWiki. The application attempts to sa… CWE-94
CWE-1333
Code Injection
 Inefficient Regular Expression Complexity
CVE-2026-52778 2026-06-10 02:17 2026-06-9 Show GitHub Exploit DB Packet Storm
1404 6.5 MEDIUM
Network
- - Exposure of sensitive information to an unauthorized actor in Windows NTLM allows an unauthorized attacker to perform spoofing over a network. CWE-200
Information Exposure
CVE-2026-50508 2026-06-10 02:17 2026-06-10 Show GitHub Exploit DB Packet Storm
1405 8.8 HIGH
Network
- - Hermes WebUI before version 0.51.311 contains a remote code execution vulnerability that allows authenticated attackers to execute arbitrary commands by placing malicious executable Git configuration… CWE-78
OS Command 
CVE-2026-49959 2026-06-10 02:17 2026-06-10 Show GitHub Exploit DB Packet Storm
1406 5.0 MEDIUM
Local
- - Hermes WebUI before version 0.51.303 contains a time-of-check time-of-use (TOCTOU) race condition vulnerability in the git_discard function within api/workspace_git.py that allows attackers to delete… CWE-367
 Time-of-check Time-of-use (TOCTOU) Race Condition
CVE-2026-49958 2026-06-10 02:17 2026-06-10 Show GitHub Exploit DB Packet Storm
1407 5.3 MEDIUM
Network
- - Hermes WebUI before version 0.51.270 contains a resource exhaustion vulnerability that allows unauthenticated remote attackers to degrade service availability by repeatedly calling the passkey option… CWE-770
 Allocation of Resources Without Limits or Throttling
CVE-2026-49955 2026-06-10 02:17 2026-06-10 Show GitHub Exploit DB Packet Storm
1408 9.8 CRITICAL
Network
- - External control of file name or path in Azure Stack Edge allows an unauthorized attacker to execute code over a network. CWE-73
 External Control of File Name or Path
CVE-2026-47643 2026-06-10 02:17 2026-06-10 Show GitHub Exploit DB Packet Storm
1409 8.1 HIGH
Network
- - Improper neutralization of input during web page generation ('cross-site scripting') in Microsoft Exchange Server allows an unauthorized attacker to perform spoofing over a network. CWE-79
Cross-site Scripting
CVE-2026-47631 2026-06-10 02:17 2026-06-10 Show GitHub Exploit DB Packet Storm
1410 7.0 HIGH
Local
- - Use after free in Microsoft Office Click-To-Run allows an authorized attacker to elevate privileges locally. CWE-416
 Use After Free
CVE-2026-47293 2026-06-10 02:17 2026-06-10 Show GitHub Exploit DB Packet Storm