Skip to content

QT <5.14 and OpenSSL DLL hijack #8

@DemanNL

Description

@DemanNL

Hi,

I wasn't entirely sure how to fill the template yaml for these two.
But the following two libraries can be included for DLL hijacking.

QT <5.14 (https://kb.cert.org/vuls/id/411271)
Uses the variable qt_prfxpath which seems to default to: C:\Qt. Causing a Phantom DLL lookup.

OpenSSL (https://www.kb.cert.org/vuls/id/567764)
The variable OPENSSLDIR causes an openssl.cnf lookup which can be abused. Compiled libraries pointing OPENSSLDIR to an user write-able folder can cause a vulnerability. The openssl.cnf can point to a malicious DLL, as demonstrated here (https://www.exploit-db.com/docs/50747)

I don't really know if these two are fit for this project. Or how to fit them in the template. Please let me know if you find them suitable candidates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions