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 12, 2026, 2:01 p.m.

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Impact
Show
Exploit
PoC
Search
243311 5 警告 SilverStripe - SilverStripe の control/ContentController.php における index.php を削除される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2010-5094 2012-08-31 10:21 2012-08-26 Show GitHub Exploit DB Packet Storm
243312 5 警告 SilverStripe - SilverStripe の security/Member.php におけるユーザアカウントをハイジャックされる脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2010-5093 2012-08-31 10:18 2012-08-26 Show GitHub Exploit DB Packet Storm
243313 1.9 注意 SilverStripe - SilverStripe のセキュリティ管理者ページにおける重要な情報を取得される脆弱性 CWE-255
証明書・パスワード管理
CVE-2010-5092 2012-08-31 10:15 2012-08-26 Show GitHub Exploit DB Packet Storm
243314 6 警告 SilverStripe - SilverStripe の filesystem/File.php における任意の PHP コードを実行される脆弱性 CWE-94
コード・インジェクション
CVE-2010-5091 2012-08-31 10:10 2012-08-26 Show GitHub Exploit DB Packet Storm
243315 4 警告 SilverStripe - SilverStripe における管理者パスワードを変更される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2010-5090 2012-08-31 10:07 2012-08-26 Show GitHub Exploit DB Packet Storm
243316 4.3 警告 SilverStripe - SilverStripe における重要な情報を取得される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2010-5089 2012-08-31 10:05 2012-08-26 Show GitHub Exploit DB Packet Storm
243317 6.8 警告 SilverStripe - SilverStripe におけるクロスサイトリクエストフォージェリの脆弱性 CWE-352
同一生成元ポリシー違反
CVE-2010-5088 2012-08-31 10:01 2012-08-26 Show GitHub Exploit DB Packet Storm
243318 5 警告 SilverStripe - SilverStripe における CSRF の保護メカニズムを回避される脆弱性 CWE-264
認可・権限・アクセス制御
CVE-2010-5087 2012-08-31 09:58 2012-08-26 Show GitHub Exploit DB Packet Storm
243319 6.8 警告 SilverStripe - SilverStripe の Security/changepassword URL アクションにおける重要なデータを取得される脆弱性 CWE-255
CWE-352
CVE-2010-5080 2012-08-31 09:55 2012-08-26 Show GitHub Exploit DB Packet Storm
243320 10 危険 Comodo - Comodo Internet Security の Antivirus コンポーネントにおける脆弱性 CWE-310
暗号の問題
CVE-2011-5123 2012-08-30 17:55 2011-01-12 Show GitHub Exploit DB Packet Storm
NVD Vulnerability Information

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

No CVSS Level
Attach Vector
Vendor Name Project Name Title CWE CVE Update Date Publication Date Show Affected Exploit
PoC
Search
821 4.0 MEDIUM
Network
- - Applications that configure their broker connection via RabbitConnectionFactoryBean.setUri("amqps://...") without also calling setUseSSL(true) get TLS encryption with no certificate validation and no… New CWE-295
Improper Certificate Validation 
CVE-2026-41714 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
822 5.9 MEDIUM
Network
- - Applications using Spring Data Commons may be vulnerable to a Denial of Service (DoS) attack leading to a StackOverflowException when parsing Sort parameters. Affected versions: Spring Data Commons … New CWE-400
 Uncontrolled Resource Consumption
CVE-2026-41711 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
823 6.1 MEDIUM
Network
- - Spring Security's CookieRequestCache and CookieServerRequestCache store the pre-authentication request URL in a browser cookie so that users can be redirected back to their intended destination after… New CWE-601
Open Redirect
CVE-2026-41706 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
824 4.4 MEDIUM
Network
- - Correlation IDs for replies in the RabbitTemplate.sendAndReceive() with the fixed reply queue are predictable due to internal simple counter. Affected versions: Spring AMQP 4.0.0 through 4.0.3; 3.2.… New CWE-330
 Use of Insufficiently Random Values
CVE-2026-41701 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
825 4.8 MEDIUM
Network
- - Spring Data Relational does not properly escape binding values of externally-controlled input when using StringMatcher (STARTING, ENDING, or CONTAINING) in Query By Example (QBE). An attacker can sup… New CWE-943
 Improper Neutralization of Special Elements in Data Query Logic
CVE-2026-41697 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
826 5.9 MEDIUM
Network
- - Spring Data MongoDB repository query methods annotated with @Query that use regex parameter binding perform insufficient validation of the bound parameter. An attacker can supply a crafted string to … New CWE-943
 Improper Neutralization of Special Elements in Data Query Logic
CVE-2026-41696 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
827 7.5 HIGH
Network
- - Spring Data Commons applications may be vulnerable to denial of service through resource exhaustion when attacker-controlled property path strings are passed to MappingContext property path resolutio… New CWE-400
 Uncontrolled Resource Consumption
CVE-2026-41695 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
828 3.7 LOW
Network
- - Since Spring Security SAML decrypts SAML Responses as well as elements of SAML LogoutRequests and LogoutResponses without requiring a valid signature, attackers may be able to craft these SAML payloa… New CWE-347
 Improper Verification of Cryptographic Signature
CVE-2026-41694 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
829 6.1 MEDIUM
Network
- - Spring Security Authorization Server's authorization endpoint performs insufficient validation of the request_uri parameter. An attacker can craft a malicious authorization request containing an inva… New CWE-601
Open Redirect
CVE-2026-41008 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm
830 7.6 HIGH
Network
- - An attacker able to influence values in RelyingPartyRegistration may be able to run arbitrary code on HTML forms generated by Spring Security filters. Affected versions: Spring Security 5.7.0 throug… New CWE-79
Cross-site Scripting
CVE-2026-41003 2026-06-10 09:16 2026-06-10 Show GitHub Exploit DB Packet Storm