├── .idea ├── .gitignore ├── CVE-2024-38077-EXP.iml ├── inspectionProfiles │ └── profiles_settings.xml ├── misc.xml ├── modules.xml └── vcs.xml ├── CVE-2024-38077-EXP.py ├── CVE-2024-38077-POC.py └── README.md /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qi4L/CVE-2024-38077/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/CVE-2024-38077-EXP.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qi4L/CVE-2024-38077/HEAD/.idea/CVE-2024-38077-EXP.iml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qi4L/CVE-2024-38077/HEAD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qi4L/CVE-2024-38077/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qi4L/CVE-2024-38077/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qi4L/CVE-2024-38077/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /CVE-2024-38077-EXP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qi4L/CVE-2024-38077/HEAD/CVE-2024-38077-EXP.py -------------------------------------------------------------------------------- /CVE-2024-38077-POC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qi4L/CVE-2024-38077/HEAD/CVE-2024-38077-POC.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qi4L/CVE-2024-38077/HEAD/README.md --------------------------------------------------------------------------------