AI description
CVE-2026-47784 is identified as a timing side-channel vulnerability affecting memcached versions prior to 1.6.42. The flaw resides within the `sasl_server_userdb_checkpass` function, which is responsible for checking passwords stored in the Simple Authentication and Security Layer (SASL) password database. This function utilizes the standard `memcmp` routine for password comparison. The core issue stems from `memcmp`'s behavior of returning as soon as it detects a byte mismatch. This characteristic allows an attacker on the network to measure subtle timing differences in the comparison process. By observing these variations, an attacker can progressively infer and recover password material one byte at a time. This vulnerability is categorized under CWE-208: Observable Timing Discrepancy.
- Description
- In memcached before 1.6.42, password data for SASL password database authentication has a timing side channel because memcmp is used by sasl_server_userdb_checkpass.
- Source
- cve@mitre.org
- NVD status
- Analyzed
- Products
- memcached
CVSS 3.1
- Type
- Secondary
- Base score
- 8.1
- Impact score
- 5.9
- Exploitability score
- 2.2
- Vector string
- CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
- Severity
- HIGH
- cve@mitre.org
- CWE-208
Hype score is a measure of social media activity compared against trending CVEs from the past 12 months. Max score 100.
- Hype score
8
CVE-2026-47783 & CVE-2026-47784: Two SASL vulnerabilities in Memcached, 8.1 rating 🔥 Two new vulnerabilities Memcached allow an attacker to enumerate valid usernames on the system and guess their passwords because password and username data for SASL password database htt
@Netlas_io
26 May 2026
489 Impressions
3 Retweets
5 Likes
4 Bookmarks
1 Reply
0 Quotes
Memcached SASLに深刻な脆弱性。CVE-2026-47783は応答時間でのサイドチャネル攻撃によるユーザ名列挙。CVE-2026-47784は同様のパスワード推測。バージョン1.6.42で修正。 https://t.co/fZAx9HLSz7
@__kokumoto
26 May 2026
1199 Impressions
1 Retweet
4 Likes
1 Bookmark
0 Replies
0 Quotes
Memcachedに認証情報を推測可能にする高危険度脆弱性2件が見つかった。SASL認証処理の応答時間差を悪用し、ユーザー名やパスワードを段階的に特定される恐れがある。 問題はCVE-2026-47783とCVE-2026-47784で、いず
@yousukezan
26 May 2026
2352 Impressions
1 Retweet
9 Likes
3 Bookmarks
0 Replies
0 Quotes
[
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:memcached:memcached:*:*:*:*:*:*:*:*",
"matchCriteriaId": "4EA02C48-8B8D-4F73-9DA2-33B1535B1AF2",
"versionEndExcluding": "1.6.42",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
]