CVE-2023-38489 (GCVE-0-2023-38489)
Vulnerability from cvelistv5
Published
2023-07-27 14:36
Modified
2024-10-23 13:34
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-613 - Insufficient Session Expiration
Summary
Kirby is a content management system. A vulnerability in versions prior to 3.5.8.3, 3.6.6.3, 3.7.5.2, 3.8.4.1, and 3.9.6 affects all Kirby sites with user accounts (unless Kirby's API and Panel are disabled in the config). It can only be abused if a Kirby user is logged in on a device or browser that is shared with potentially untrusted users or if an attacker already maliciously used a previous password to log in to a Kirby site as the affected user.
Insufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization. In the variation described in this advisory, it allows attackers to stay logged in to a Kirby site on another device even if the logged in user has since changed their password. Kirby did not invalidate user sessions that were created with a password that was since changed by the user or by a site admin. If a user changed their password to lock out an attacker who was already in possession of the previous password or of a login session on another device or browser, the attacker would not be reliably prevented from accessing the Kirby site as the affected user.
The problem has been patched in Kirby 3.5.8.3, 3.6.6.3, 3.7.5.2, 3.8.4.1, and 3.9.6. In all of the mentioned releases, the maintainers have updated the authentication implementation to keep track of the hashed password in each active session. If the password changed since the login, the session is invalidated. To enforce this fix even if the vulnerability was previously abused, all users are logged out from the Kirby site after updating to one of the patched releases.
References
Impacted products
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T17:39:13.572Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/getkirby/kirby/security/advisories/GHSA-5mvj-rvp8-rf45", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/getkirby/kirby/security/advisories/GHSA-5mvj-rvp8-rf45" }, { "name": "https://github.com/getkirby/kirby/commit/7a0a2014c69fdb925ea02f30e7793bb50115e931", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/getkirby/kirby/commit/7a0a2014c69fdb925ea02f30e7793bb50115e931" }, { "name": "https://github.com/getkirby/kirby/releases/tag/3.5.8.3", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/getkirby/kirby/releases/tag/3.5.8.3" }, { "name": "https://github.com/getkirby/kirby/releases/tag/3.6.6.3", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/getkirby/kirby/releases/tag/3.6.6.3" }, { "name": "https://github.com/getkirby/kirby/releases/tag/3.7.5.2", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/getkirby/kirby/releases/tag/3.7.5.2" }, { "name": "https://github.com/getkirby/kirby/releases/tag/3.8.4.1", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/getkirby/kirby/releases/tag/3.8.4.1" }, { "name": "https://github.com/getkirby/kirby/releases/tag/3.9.6", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/getkirby/kirby/releases/tag/3.9.6" } ], "title": "CVE Program Container" }, { "affected": [ { "cpes": [ "cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "kirby", "vendor": "getkirby", "versions": [ { "lessThan": "3.5.8.3", "status": "affected", "version": "0", "versionType": "custom" }, { "lessThan": "3.6.6.3", "status": "affected", "version": "3.60", "versionType": "custom" }, { "lessThan": "3.7.5.2", "status": "affected", "version": "3.70", "versionType": "custom" }, { "lessThan": "3.8.41", "status": "affected", "version": "3.8.0", "versionType": "custom" }, { "lessThan": "3.9.6", "status": "affected", "version": "3.9.0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2023-38489", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-10-23T13:28:36.556310Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-10-23T13:34:03.258Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "kirby", "vendor": "getkirby", "versions": [ { "status": "affected", "version": "\u003c 3.5.8.3" }, { "status": "affected", "version": "\u003e= 3.6.0, \u003c 3.6.6.3" }, { "status": "affected", "version": "\u003e= 3.7.0, \u003c 3.7.5.2" }, { "status": "affected", "version": "\u003e= 3.8.0, \u003c 3.8.41" }, { "status": "affected", "version": "\u003e= 3.9.0, \u003c 3.9.6" } ] } ], "descriptions": [ { "lang": "en", "value": "Kirby is a content management system. A vulnerability in versions prior to 3.5.8.3, 3.6.6.3, 3.7.5.2, 3.8.4.1, and 3.9.6 affects all Kirby sites with user accounts (unless Kirby\u0027s API and Panel are disabled in the config). It can only be abused if a Kirby user is logged in on a device or browser that is shared with potentially untrusted users or if an attacker already maliciously used a previous password to log in to a Kirby site as the affected user.\n\nInsufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization. In the variation described in this advisory, it allows attackers to stay logged in to a Kirby site on another device even if the logged in user has since changed their password. Kirby did not invalidate user sessions that were created with a password that was since changed by the user or by a site admin. If a user changed their password to lock out an attacker who was already in possession of the previous password or of a login session on another device or browser, the attacker would not be reliably prevented from accessing the Kirby site as the affected user.\n\nThe problem has been patched in Kirby 3.5.8.3, 3.6.6.3, 3.7.5.2, 3.8.4.1, and 3.9.6. In all of the mentioned releases, the maintainers have updated the authentication implementation to keep track of the hashed password in each active session. If the password changed since the login, the session is invalidated. To enforce this fix even if the vulnerability was previously abused, all users are logged out from the Kirby site after updating to one of the patched releases." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-613", "description": "CWE-613: Insufficient Session Expiration", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-07-27T15:46:54.264Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/getkirby/kirby/security/advisories/GHSA-5mvj-rvp8-rf45", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/getkirby/kirby/security/advisories/GHSA-5mvj-rvp8-rf45" }, { "name": "https://github.com/getkirby/kirby/commit/7a0a2014c69fdb925ea02f30e7793bb50115e931", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/getkirby/kirby/commit/7a0a2014c69fdb925ea02f30e7793bb50115e931" }, { "name": "https://github.com/getkirby/kirby/releases/tag/3.5.8.3", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/getkirby/kirby/releases/tag/3.5.8.3" }, { "name": "https://github.com/getkirby/kirby/releases/tag/3.6.6.3", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/getkirby/kirby/releases/tag/3.6.6.3" }, { "name": "https://github.com/getkirby/kirby/releases/tag/3.7.5.2", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/getkirby/kirby/releases/tag/3.7.5.2" }, { "name": "https://github.com/getkirby/kirby/releases/tag/3.8.4.1", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/getkirby/kirby/releases/tag/3.8.4.1" }, { "name": "https://github.com/getkirby/kirby/releases/tag/3.9.6", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/getkirby/kirby/releases/tag/3.9.6" } ], "source": { "advisory": "GHSA-5mvj-rvp8-rf45", "discovery": "UNKNOWN" }, "title": "Kirby vulnerable to Insufficient Session Expiration after a password change" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-38489", "datePublished": "2023-07-27T14:36:46.189Z", "dateReserved": "2023-07-18T16:28:12.075Z", "dateUpdated": "2024-10-23T13:34:03.258Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-38489\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-07-27T15:15:12.220\",\"lastModified\":\"2024-11-21T08:13:40.620\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Kirby is a content management system. A vulnerability in versions prior to 3.5.8.3, 3.6.6.3, 3.7.5.2, 3.8.4.1, and 3.9.6 affects all Kirby sites with user accounts (unless Kirby\u0027s API and Panel are disabled in the config). It can only be abused if a Kirby user is logged in on a device or browser that is shared with potentially untrusted users or if an attacker already maliciously used a previous password to log in to a Kirby site as the affected user.\\n\\nInsufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization. In the variation described in this advisory, it allows attackers to stay logged in to a Kirby site on another device even if the logged in user has since changed their password. Kirby did not invalidate user sessions that were created with a password that was since changed by the user or by a site admin. If a user changed their password to lock out an attacker who was already in possession of the previous password or of a login session on another device or browser, the attacker would not be reliably prevented from accessing the Kirby site as the affected user.\\n\\nThe problem has been patched in Kirby 3.5.8.3, 3.6.6.3, 3.7.5.2, 3.8.4.1, and 3.9.6. In all of the mentioned releases, the maintainers have updated the authentication implementation to keep track of the hashed password in each active session. If the password changed since the login, the session is invalidated. To enforce this fix even if the vulnerability was previously abused, all users are logged out from the Kirby site after updating to one of the patched releases.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.1,\"impactScore\":5.2},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.1,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-613\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.5.0\",\"versionEndExcluding\":\"3.5.8.3\",\"matchCriteriaId\":\"E4FCE332-95EB-4BAC-B5CF-D7D24DA38476\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.6.0\",\"versionEndExcluding\":\"3.6.6.3\",\"matchCriteriaId\":\"7AE383B6-2730-4760-B58C-F08D60C4C91B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.7.0\",\"versionEndExcluding\":\"3.7.5.2\",\"matchCriteriaId\":\"CF9A36C4-9169-48F3-B43A-F7CB3825A020\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.8.0\",\"versionEndExcluding\":\"3.8.4.1\",\"matchCriteriaId\":\"C33BAD98-F500-4CE4-80A0-745A13DE9785\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.9.0\",\"versionEndExcluding\":\"3.9.6\",\"matchCriteriaId\":\"AC260646-C9E1-40A0-BB77-36A3E05FC76F\"}]}]}],\"references\":[{\"url\":\"https://github.com/getkirby/kirby/commit/7a0a2014c69fdb925ea02f30e7793bb50115e931\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/releases/tag/3.5.8.3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/releases/tag/3.6.6.3\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/releases/tag/3.7.5.2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/releases/tag/3.8.4.1\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/releases/tag/3.9.6\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/security/advisories/GHSA-5mvj-rvp8-rf45\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/commit/7a0a2014c69fdb925ea02f30e7793bb50115e931\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/releases/tag/3.5.8.3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/releases/tag/3.6.6.3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/releases/tag/3.7.5.2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/releases/tag/3.8.4.1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/releases/tag/3.9.6\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://github.com/getkirby/kirby/security/advisories/GHSA-5mvj-rvp8-rf45\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/getkirby/kirby/security/advisories/GHSA-5mvj-rvp8-rf45\", \"name\": \"https://github.com/getkirby/kirby/security/advisories/GHSA-5mvj-rvp8-rf45\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/getkirby/kirby/commit/7a0a2014c69fdb925ea02f30e7793bb50115e931\", \"name\": \"https://github.com/getkirby/kirby/commit/7a0a2014c69fdb925ea02f30e7793bb50115e931\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/getkirby/kirby/releases/tag/3.5.8.3\", \"name\": \"https://github.com/getkirby/kirby/releases/tag/3.5.8.3\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/getkirby/kirby/releases/tag/3.6.6.3\", \"name\": \"https://github.com/getkirby/kirby/releases/tag/3.6.6.3\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/getkirby/kirby/releases/tag/3.7.5.2\", \"name\": \"https://github.com/getkirby/kirby/releases/tag/3.7.5.2\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/getkirby/kirby/releases/tag/3.8.4.1\", \"name\": \"https://github.com/getkirby/kirby/releases/tag/3.8.4.1\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/getkirby/kirby/releases/tag/3.9.6\", \"name\": \"https://github.com/getkirby/kirby/releases/tag/3.9.6\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T17:39:13.572Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-38489\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-23T13:28:36.556310Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:getkirby:kirby:*:*:*:*:*:*:*:*\"], \"vendor\": \"getkirby\", \"product\": \"kirby\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"3.5.8.3\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.60\", \"lessThan\": \"3.6.6.3\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.70\", \"lessThan\": \"3.7.5.2\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.8.0\", \"lessThan\": \"3.8.41\", \"versionType\": \"custom\"}, {\"status\": \"affected\", \"version\": \"3.9.0\", \"lessThan\": \"3.9.6\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-23T13:33:45.804Z\"}}], \"cna\": {\"title\": \"Kirby vulnerable to Insufficient Session Expiration after a password change\", \"source\": {\"advisory\": \"GHSA-5mvj-rvp8-rf45\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"getkirby\", \"product\": \"kirby\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 3.5.8.3\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.6.0, \u003c 3.6.6.3\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.7.0, \u003c 3.7.5.2\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.8.0, \u003c 3.8.41\"}, {\"status\": \"affected\", \"version\": \"\u003e= 3.9.0, \u003c 3.9.6\"}]}], \"references\": [{\"url\": \"https://github.com/getkirby/kirby/security/advisories/GHSA-5mvj-rvp8-rf45\", \"name\": \"https://github.com/getkirby/kirby/security/advisories/GHSA-5mvj-rvp8-rf45\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/getkirby/kirby/commit/7a0a2014c69fdb925ea02f30e7793bb50115e931\", \"name\": \"https://github.com/getkirby/kirby/commit/7a0a2014c69fdb925ea02f30e7793bb50115e931\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/getkirby/kirby/releases/tag/3.5.8.3\", \"name\": \"https://github.com/getkirby/kirby/releases/tag/3.5.8.3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/getkirby/kirby/releases/tag/3.6.6.3\", \"name\": \"https://github.com/getkirby/kirby/releases/tag/3.6.6.3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/getkirby/kirby/releases/tag/3.7.5.2\", \"name\": \"https://github.com/getkirby/kirby/releases/tag/3.7.5.2\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/getkirby/kirby/releases/tag/3.8.4.1\", \"name\": \"https://github.com/getkirby/kirby/releases/tag/3.8.4.1\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/getkirby/kirby/releases/tag/3.9.6\", \"name\": \"https://github.com/getkirby/kirby/releases/tag/3.9.6\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Kirby is a content management system. A vulnerability in versions prior to 3.5.8.3, 3.6.6.3, 3.7.5.2, 3.8.4.1, and 3.9.6 affects all Kirby sites with user accounts (unless Kirby\u0027s API and Panel are disabled in the config). It can only be abused if a Kirby user is logged in on a device or browser that is shared with potentially untrusted users or if an attacker already maliciously used a previous password to log in to a Kirby site as the affected user.\\n\\nInsufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization. In the variation described in this advisory, it allows attackers to stay logged in to a Kirby site on another device even if the logged in user has since changed their password. Kirby did not invalidate user sessions that were created with a password that was since changed by the user or by a site admin. If a user changed their password to lock out an attacker who was already in possession of the previous password or of a login session on another device or browser, the attacker would not be reliably prevented from accessing the Kirby site as the affected user.\\n\\nThe problem has been patched in Kirby 3.5.8.3, 3.6.6.3, 3.7.5.2, 3.8.4.1, and 3.9.6. In all of the mentioned releases, the maintainers have updated the authentication implementation to keep track of the hashed password in each active session. If the password changed since the login, the session is invalidated. To enforce this fix even if the vulnerability was previously abused, all users are logged out from the Kirby site after updating to one of the patched releases.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-613\", \"description\": \"CWE-613: Insufficient Session Expiration\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-07-27T15:46:54.264Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2023-38489\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-10-23T13:34:03.258Z\", \"dateReserved\": \"2023-07-18T16:28:12.075Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-07-27T14:36:46.189Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…