Skip to content

Commit 02e85e3

Browse files
1 parent 20597e4 commit 02e85e3

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

advisories/github-reviewed/2023/07/GHSA-m8v7-469p-5x89/GHSA-m8v7-469p-5x89.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-m8v7-469p-5x89",
4-
"modified": "2023-07-25T14:44:27Z",
4+
"modified": "2026-01-22T20:40:36Z",
55
"published": "2023-07-25T14:44:27Z",
6-
"aliases": [],
6+
"aliases": [
7+
"CVE-2024-23685"
8+
],
79
"summary": "Hard-coded System User Credentials in Folio Data Export Spring module ",
810
"details": "### Impact\nThe module creates a system user that is used to perform internal module-to-module operations. Credentials for this user are hard-coded in the source code. This makes it trivial to authenticate as this user, allowing unauthorized read access to these mod-inventory-storage records: instances, holdings, items, contributor-types, identifier-types. This includes records marked as suppressed from discovery.\n\n### Patches\nUpgrade mod-remote-storage to >=2.0.3, or a 1.7.x version >=1.7.1.\n\n### Workarounds\nNo known workarounds.\n\n### References\nhttps://wiki.folio.org/x/hbMMBw - FOLIO Security Advisory with Upgrade Instructions\nhttps://github.com/folio-org/mod-remote-storage/commit/57df495f76e9aa5be9ce7ce3a65f89b6dbcbc13b - Fix",
911
"severity": [
@@ -57,6 +59,10 @@
5759
"type": "WEB",
5860
"url": "https://github.com/folio-org/mod-remote-storage/security/advisories/GHSA-m8v7-469p-5x89"
5961
},
62+
{
63+
"type": "ADVISORY",
64+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-23685"
65+
},
6066
{
6167
"type": "WEB",
6268
"url": "https://github.com/folio-org/mod-remote-storage/commit/57df495f76e9aa5be9ce7ce3a65f89b6dbcbc13b"
@@ -65,13 +71,19 @@
6571
"type": "PACKAGE",
6672
"url": "https://github.com/folio-org/mod-remote-storage"
6773
},
74+
{
75+
"type": "WEB",
76+
"url": "https://vulncheck.com/advisories/vc-advisory-GHSA-m8v7-469p-5x89"
77+
},
6878
{
6979
"type": "WEB",
7080
"url": "https://wiki.folio.org/x/hbMMBw"
7181
}
7282
],
7383
"database_specific": {
74-
"cwe_ids": [],
84+
"cwe_ids": [
85+
"CWE-798"
86+
],
7587
"severity": "MODERATE",
7688
"github_reviewed": true,
7789
"github_reviewed_at": "2023-07-25T14:44:27Z",

0 commit comments

Comments
 (0)