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 25, 2026, 12:07 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
244131 7.5 危険 bosdev - BosDev BosClassifieds の index.php における SQL インジェクションの脆弱性 CWE-89
SQLインジェクション
CVE-2008-6526 2012-06-26 16:10 2009-03-25 Show GitHub Exploit DB Packet Storm
244132 6.5 警告 cale dunlap - openInvoice の resetpass.php における任意のユーザパスワードを変更される脆弱性 CWE-255
証明書・パスワード管理
CVE-2008-6524 2012-06-26 16:10 2009-03-25 Show GitHub Exploit DB Packet Storm
244133 7.5 危険 cale dunlap - openInvoice の auth.php における認証を回避される脆弱性 CWE-287
不適切な認証
CVE-2008-6523 2012-06-26 16:10 2009-03-25 Show GitHub Exploit DB Packet Storm
244134 6.8 警告 devraj mukherjee - Terracotta の ContentRender.class.php の RenderFile 関数におけるディレクトリトラバーサルの脆弱性 CWE-22
パス・トラバーサル
CVE-2008-6522 2012-06-26 16:10 2009-03-25 Show GitHub Exploit DB Packet Storm
244135 7.8 危険 devraj mukherjee - Terracotta の index.php における重要な情報を取得される脆弱性 CWE-200
情報漏えい
CVE-2008-6521 2012-06-26 16:10 2009-03-25 Show GitHub Exploit DB Packet Storm
244136 6.2 警告 compiz - Compiz Fusion の Expo プラグインにおけるロックされたデスクトップへアクセスされる脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2008-6514 2012-06-26 16:10 2009-03-24 Show GitHub Exploit DB Packet Storm
244137 6.8 警告 Andy's PHP Knowledgebase Project - Andy's PHP Knowledgebase の saa.php における任意のコードを実行される脆弱性 CWE-94
コード・インジェクション
CVE-2008-6513 2012-06-26 16:10 2009-03-24 Show GitHub Exploit DB Packet Storm
244138 6.8 警告 Google - Google Gears の WorkerPool API における同一送信元ポリシーを回避される脆弱性 CWE-Other
その他
CVE-2008-6512 2012-06-26 16:10 2009-03-24 Show GitHub Exploit DB Packet Storm
244139 4.3 警告 codetoad - CodeToad ASP Shopping Cart Script におけるクロスサイトスクリプティングの脆弱性 CWE-79
クロスサイト・スクリプティング(XSS)
CVE-2008-6500 2012-06-26 16:10 2009-03-20 Show GitHub Exploit DB Packet Storm
244140 5.5 警告 Apache Friends - XAMPP の security/xamppsecurity.php における重要な変数を偽装される脆弱性 CWE-94
コード・インジェクション
CVE-2008-6499 2012-06-26 16:10 2009-03-19 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

Update Date:May 25, 2026, 4:01 a.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
91 - - - Concrete CMS 9.5.0 and below is vulnerable to authorization bypass in the Calendar Block since action_get_events does not check canView on the calendar which results in restricted event details being… CWE-425
 Direct Request ('Forced Browsing')
CVE-2026-8205 2026-05-22 06:16 2026-05-22 Show GitHub Exploit DB Packet Storm
92 - - - Concrete CMS 9.5.0 and below is vulnerable to authorization Bypass in the Calendar Event Frontend Dialog which can allow cross-calendar data disclosure. A public calendar block can be used as a pivot… CWE-639
 Authorization Bypass Through User-Controlled Key
CVE-2026-8204 2026-05-22 06:16 2026-05-22 Show GitHub Exploit DB Packet Storm
93 - - - Concrete CMS 9.5.0 and below has Stored XSS on the height parameter. The controller does not validate or sanitize $height. Any user with editor privileges can inject malicious JavaScript that execute… CWE-79
Cross-site Scripting
CVE-2026-8203 2026-05-22 06:16 2026-05-22 Show GitHub Exploit DB Packet Storm
94 - - - Concrete CMS 9.5.0 and below is vulnerable to Stored XSS via OAuth integration name. The OAuth authorize template renders the integration name (admin-controlled) through Concrete's t() translation he… CWE-79
Cross-site Scripting
CVE-2026-8197 2026-05-22 06:16 2026-05-22 Show GitHub Exploit DB Packet Storm
95 - - - Concrete CMS 9.5.0 and below does not validate a CSRF token before processing requests to /dashboard/extend/install/download/<remoteId>. The download() method in concrete/controllers/single_page/dash… CWE-352
 Origin Validation Error
CVE-2026-8140 2026-05-22 06:16 2026-05-22 Show GitHub Exploit DB Packet Storm
96 - - - Concrete CMS 9.5.0 and below is vulnerable to Remote Code Execution due to insecure deserialization occurring in the ExpressEntryList block controller. An rogue administrator with privileges to add … CWE-502
 Deserialization of Untrusted Data
CVE-2026-8135 2026-05-22 06:16 2026-05-22 Show GitHub Exploit DB Packet Storm
97 - - - Concrete CMS 9.5.0 and below fails to sanitize path traversal sequences in the ptComposerFormLayoutSetControlCustomTemplate field when saving page type composer form layouts. An authenticated rogue a… CWE-23
CWE-98
CWE-434
 Relative Path Traversal
 Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
 Unrestricted Upload of File with Dangerous Type 
CVE-2026-8134 2026-05-22 06:16 2026-05-22 Show GitHub Exploit DB Packet Storm
98 - - - Concrete CMS 9.5.0 and below  is vulnerable to unauthenticated file usage disclosure via missing permission check in the usage controller.  Any unauthenticated visitor can request /ccm/system/dialogs… CWE-200
Information Exposure
CVE-2026-6826 2026-05-22 06:16 2026-05-22 Show GitHub Exploit DB Packet Storm
99 8.8 HIGH
Network
- - LiteLLM prior to 1.83.10 allows a user to modify their own user_role via the /user/update endpoint. While the endpoint correctly restricts users to updating only their own account, it does not restri… CWE-863
 Incorrect Authorization
CVE-2026-47102 2026-05-22 06:16 2026-05-22 Show GitHub Exploit DB Packet Storm
100 8.8 HIGH
Network
- - LiteLLM prior to 1.83.14 allows an authenticated internal_user to create API keys with access to routes that their role does not permit. When generating a key, the allowed_routes field is stored with… CWE-863
 Incorrect Authorization
CVE-2026-47101 2026-05-22 06:16 2026-05-22 Show GitHub Exploit DB Packet Storm