Publish GHSA-746g-3gfp-hfhw

This commit is contained in:
advisory-database[bot]
2023-09-05 21:59:22 +00:00
parent 1ed820dd73
commit 06c028333c
@@ -1,12 +1,12 @@
{
"schema_version": "1.4.0",
"id": "GHSA-746g-3gfp-hfhw",
"modified": "2023-01-26T23:54:07Z",
"modified": "2023-09-05T21:57:50Z",
"published": "2023-01-26T23:54:07Z",
"aliases": [
"CVE-2015-8314"
],
"summary": "Devise Gem for Ruby Unauthorized Access Using Remember Me Cookie",
"summary": "Devise Gem for Ruby Unauthorized Access Using \"Remember Me\" Cookie",
"details": "Devise version before 3.5.4 uses cookies to implement a \"Remember me\" functionality. However, it generates the same cookie for all devices. If an attacker manages to steal a remember me cookie and the user does not change the password frequently, the cookie can be used to gain access to the application indefinitely.\n",
"severity": [
@@ -17,6 +17,11 @@
"ecosystem": "RubyGems",
"name": "devise"
},
"ecosystem_specific": {
"affected_functions": [
""
]
},
"ranges": [
{
"type": "ECOSYSTEM",
@@ -52,7 +57,7 @@
],
"database_specific": {
"cwe_ids": [
"CWE-288"
],
"severity": "MODERATE",
"github_reviewed": true,