{ "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", "CVE_data_meta": { "ID": "CVE-2023-27478", "ASSIGNER": "security-advisories@github.com", "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", "value": "libmemcached-awesome is an open source C/C++ client library and tools for the memcached server. `libmemcached` could return data for a previously requested key, if that previous request timed out due to a low `POLL_TIMEOUT`. This issue has been addressed in version 1.1.4. Users are advised to upgrade. There are several ways to workaround or lower the probability of this bug affecting a given deployment. 1: use a reasonably high `POLL_TIMEOUT` setting, like the default. 2: use separate libmemcached connections for unrelated data. 3: do not re-use libmemcached connections in an unknown state." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor", "cweId": "CWE-200" } ] } ] }, "affects": { "vendor": { "vendor_data": [ { "vendor_name": "awesomized", "product": { "product_data": [ { "product_name": "libmemcached", "version": { "version_data": [ { "version_affected": "=", "version_value": "> 1.0.18, < 1.1.4" } ] } } ] } } ] } }, "references": { "reference_data": [ { "url": "https://github.com/awesomized/libmemcached/security/advisories/GHSA-wwmh-39wj-fx59", "refsource": "MISC", "name": "https://github.com/awesomized/libmemcached/security/advisories/GHSA-wwmh-39wj-fx59" }, { "url": "https://github.com/php-memcached-dev/php-memcached/issues/531", "refsource": "MISC", "name": "https://github.com/php-memcached-dev/php-memcached/issues/531" }, { "url": "https://github.com/awesomized/libmemcached/commit/48dcc61a", "refsource": "MISC", "name": "https://github.com/awesomized/libmemcached/commit/48dcc61a" }, { "url": "https://github.com/awesomized/libmemcached/releases/tag/1.1.4", "refsource": "MISC", "name": "https://github.com/awesomized/libmemcached/releases/tag/1.1.4" } ] }, "source": { "advisory": "GHSA-wwmh-39wj-fx59", "discovery": "UNKNOWN" }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" } ] } }