I identified an information disclosure issue on the public WordPress instance at https://vidzemesslimnica.lv.
The endpoint /wp-json/wp/v2/users is accessible without authentication and returns a list of real author/user identities (id, name, slug). In addition, /wp-sitemap-users-1.xml publicly exposes author archive URLs.
This allows unauthenticated user enumeration and provides reliable identity data that can be used for targeted phishing and account-guessing campaigns.
Severity assessment: Medium
CWE: CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor)
CVSS v3.1: AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N (5.3)
I understand this may be considered low-impact in some programs; I am reporting it as a valid information disclosure with moderate security relevance, not as account compromise.
Send unauthenticated request to:
GET https://vidzemesslimnica.lv/wp-json/wp/v2/users?per_page=10&_fields=id,slug,name
Observe HTTP 200 OK and JSON response with real user identities, for example:
[
{"id":6,"name":"[REDACTED]","slug":"[REDACTED]"},
{"id":4,"name":"[REDACTED]","slug":"[REDACTED]"},
{"id":13,"name":"[REDACTED]","slug":"[REDACTED]"}
]
Send unauthenticated request to:
GET https://vidzemesslimnica.lv/wp-sitemap-users-1.xml
Observe author URLs are publicly listed, e.g.:
https://vidzemesslimnica.lv/author/[REDACTED]/
https://vidzemesslimnica.lv/author/[REDACTED]/
Impact:
Public exposure of valid usernames/author slugs reduces attacker effort for targeted social engineering and credential attack preparation.
Test conditions:
Labdien, paldies par nepilnības atklāšanu, veiksim labojumus !
Nepilnība novērsta, paldies !
Ievainojamības ziņojuma statuss tika nomainīts no Jauns uz Atrisināts. Izmaiņas veica dainisciguzis
Lūgums nepublicēt personu vārdus.
Lūdzu izvērtēt ziņojuma publiskošanu!
Lūdzu izvērtēt ziņojuma publiskošanu!
Great turn around thank you for the fast validation and fix.
Happy to confirm publication, provided all personal names are anonymized/redacted.
Looking forward to contributing again.
Ievainojamības ziņojums publiskots!