{"id":7822,"date":"2025-07-08T13:35:25","date_gmt":"2025-07-08T13:35:25","guid":{"rendered":"http:\/\/localhost\/?p=7822"},"modified":"2025-07-08T13:35:25","modified_gmt":"2025-07-08T13:35:25","slug":"microsoft-outlook-remote-code-execution-rce","status":"publish","type":"post","link":"https:\/\/zero.redgem.net\/?p=7822","title":{"rendered":"Microsoft Outlook &#8211; Remote Code Execution (RCE)"},"content":{"rendered":"<h2>Exploit Details<\/h2>\n<h3>Basic Information<\/h3>\n<table style=\"width:100%; border-collapse: collapse; margin-bottom: 20px;\">\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Exploit Title<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">Microsoft Outlook &#8211; Remote Code Execution (RCE)<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Exploit ID<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">EDB-ID:52356<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Type<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">exploitdb<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Published<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">2025-07-08T00:00:00<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Modified<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">2025-07-08T00:00:00<\/td>\n<\/tr>\n<\/table>\n<h3>CVSS Information<\/h3>\n<table style=\"width:100%; border-collapse: collapse; margin-bottom: 20px;\">\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">CVSS Score<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">7.8<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Severity<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd; color: #ff4444; font-weight: bold;\">HIGH<\/td>\n<\/tr>\n<tr>\n<th style=\"text-align: left; padding: 8px; border: 1px solid #ddd; \">Vector<\/th>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">CVSS:3.1\/AV:L\/AC:L\/PR:L\/UI:N\/S:U\/C:H\/I:H\/A:H<\/td>\n<\/tr>\n<\/table>\n<h3>CVE Information<\/h3>\n<div style=\" padding: 15px; border: 1px solid #ddd; margin-bottom: 20px;\">\n<ul style=\"margin: 0; padding-left: 20px;\">\n<li>CVE-2025-47176<\/li>\n<\/ul>\n<\/div>\n<h3>Exploit Description<\/h3>\n<div style=\" padding: 15px; border-left: 4px solid #4CAF50; margin-bottom: 20px;\">\nTitles:&#8230;&#8230;\n<\/div>\n<h3>Exploit Code<\/h3>\n<div style=\" color: #d4d4d4; padding: 15px; border: 1px solid #ddd; margin-bottom: 20px; font-family: 'Courier New', monospace; white-space: pre-wrap; overflow-x: auto;\">\n# Titles: Microsoft Outlook &#8211; Remote Code Execution (RCE)<br \/>\n<br \/># Author: nu11secur1ty<br \/>\n<br \/># Date: 07\/06\/2025<br \/>\n<br \/># Vendor: Microsoft<br \/>\n<br \/># Software: https:\/\/www.microsoft.com\/en-us\/microsoft-365\/outlook\/log-in<br \/>\n<br \/># Reference:<br \/>\n<br \/>https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2025-47176 ><br \/>\n<br \/>https:\/\/www.cloudflare.com\/learning\/security\/what-is-remote-code-execution\/<br \/>\n<br \/># CVE-2025-47176<\/p>\n<p>## Description<br \/>\n<br \/>This proof-of-concept (PoC) demonstrates the CVE-2025-47176 vulnerability<br \/>\n<br \/>simulation. It injects a crafted mail item into Outlook containing a<br \/>\n<br \/>malicious sync path that triggers an action during scanning.<\/p>\n<p>**IMPORTANT:**<br \/>\n<br \/>This PoC simulates the vulnerable Outlook path parsing and triggers a<br \/>\n<br \/>**system restart** when the malicious path is detected.<\/p>\n<p>&#8212;<br \/>\n<br \/>## Additional Testing with malicious.prf<\/p>\n<p>You can also test this PoC by importing a crafted Outlook Profile File<br \/>\n<br \/>(`malicious.prf`):<\/p>\n<p>1. Place `malicious.prf` in the same folder as `PoC.py`.<br \/>\n<br \/>2. Run Outlook with the import command:<\/p>\n<p>   &#8220;`powershell<br \/>\n<br \/>   &#038; &#8220;C:\\Program Files\\Microsoft Office\\root\\Office16\\OUTLOOK.EXE&#8221;<br \/>\n<br \/>\/importprf malicious.prf<\/p>\n<p>## Usage<\/p>\n<p>1. Ensure you have Outlook installed and configured on your Windows machine.<br \/>\n<br \/>2. Run the PoC script with Python 3.x (requires `pywin32` package):<br \/>\n<br \/>   &#8220;`powershell<br \/>\n<br \/>   pip install pywin32<br \/>\n<br \/>   python PoC.py<br \/>\n<br \/>   &#8220;`<br \/>\n<br \/>3. The script will:<br \/>\n<br \/>   &#8211; Inject a mail item with the malicious sync path.<br \/>\n<br \/>   &#8211; Wait 10 seconds for Outlook to process the mail.<br \/>\n<br \/>   &#8211; Scan Inbox and Drafts folders.<br \/>\n<br \/>   &#8211; Upon detection, normalize the path and trigger a system restart<br \/>\n<br \/>(`shutdown \/r \/t 5`).<\/p>\n<p>&#8212;<\/p>\n<p>## Warning<\/p>\n<p>&#8211; This script **will restart your computer** after 5 seconds once the<br \/>\n<br \/>payload is triggered.<br \/>\n<br \/>&#8211; Save all work before running.<br \/>\n<br \/>&#8211; Test only in a controlled or virtualized environment.<br \/>\n<br \/>&#8211; Do **NOT** run on production or important systems.<\/p>\n<p>&#8212;<\/p>\n<p>## Files<\/p>\n<p>&#8211; `PoC.py` &#8211; The Python proof-of-concept script.<br \/>\n<br \/>&#8211; `README.md` &#8211; This file.<\/p>\n<p>&#8212;<\/p>\n<p>## License<\/p>\n<p>This PoC is provided for educational and research purposes only.<\/p>\n<p>Use responsibly and ethically.<\/p>\n<p># Video:<br \/>\n<br \/>[href](https:\/\/www.youtube.com\/watch?v=nac3kUe_d1c)<\/p>\n<p># Source:<br \/>\n<br \/>[href](<br \/>\n<br \/>https:\/\/github.com\/nu11secur1ty\/CVE-mitre\/tree\/main\/2025\/CVE-2025-47176)<\/p>\n<p># Buy me a coffee if you are not ashamed:<br \/>\n<br \/>[href](https:\/\/www.paypal.com\/donate\/?hosted_button_id=ZPQZT5XMC5RFY)<\/p>\n<p># Time spent:<br \/>\n<br \/>03:35:00<\/p>\n<p>&#8212;<br \/>\n<br \/>System Administrator &#8211; Infrastructure Engineer<br \/>\n<br \/>Penetration Testing Engineer<br \/>\n<br \/>Exploit developer at https:\/\/packetstormsecurity.com\/<br \/>\n<br \/>https:\/\/cve.mitre.org\/index.html<br \/>\n<br \/>https:\/\/cxsecurity.com\/ and https:\/\/www.exploit-db.com\/<br \/>\n<br \/>0day Exploit DataBase https:\/\/0day.today\/<br \/>\n<br \/>home page: https:\/\/www.nu11secur1ty.com\/<br \/>\n<br \/>hiPEnIMR0v7QCo\/+SEH9gBclAAYWGnPoBIQ75sCj60E=<br \/>\n<br \/>                          nu11secur1ty <http:\/\/nu11secur1ty.com\/><\/p>\n<p>\u041d\u0430 \u043d\u0434, 6.07.2025\u202f\u0433. \u0432 10:34 nu11 secur1ty <nu11secur1typentest@gmail.com><br \/>\n<br \/>\u043d\u0430\u043f\u0438\u0441\u0430:<\/p>\n<p>> # Titles: Microsoft Outlook Remote Code Execution Vulnerability &#8211; ACE<br \/>\n<br \/>> # Author: nu11secur1ty<br \/>\n<br \/>> # Date: 07\/06\/2025<br \/>\n<br \/>> # Vendor: Microsoft<br \/>\n<br \/>> # Software: https:\/\/www.microsoft.com\/en-us\/microsoft-365\/outlook\/log-in<br \/>\n<br \/>> # Reference:<br \/>\n<br \/>> https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2025-47176 ><br \/>\n<br \/>> https:\/\/www.cloudflare.com\/learning\/security\/what-is-remote-code-execution\/<br \/>\n<br \/>> # CVE-2025-47176<br \/>\n<br \/>><br \/>\n<br \/>> ## Description<br \/>\n<br \/>> This proof-of-concept (PoC) demonstrates the CVE-2025-47176 vulnerability<br \/>\n<br \/>> simulation. It injects a crafted mail item into Outlook containing a<br \/>\n<br \/>> malicious sync path that triggers an action during scanning.<br \/>\n<br \/>><br \/>\n<br \/>> **IMPORTANT:**<br \/>\n<br \/>> This PoC simulates the vulnerable Outlook path parsing and triggers a<br \/>\n<br \/>> **system restart** when the malicious path is detected.<br \/>\n<br \/>><br \/>\n<br \/>> &#8212;<br \/>\n<br \/>> ## Additional Testing with malicious.prf<br \/>\n<br \/>><br \/>\n<br \/>> You can also test this PoC by importing a crafted Outlook Profile File<br \/>\n<br \/>> (`malicious.prf`):<br \/>\n<br \/>><br \/>\n<br \/>> 1. Place `malicious.prf` in the same folder as `PoC.py`.<br \/>\n<br \/>> 2. Run Outlook with the import command:<br \/>\n<br \/>><br \/>\n<br \/>>    &#8220;`powershell<br \/>\n<br \/>>    &#038; &#8220;C:\\Program Files\\Microsoft Office\\root\\Office16\\OUTLOOK.EXE&#8221;<br \/>\n<br \/>> \/importprf malicious.prf<br \/>\n<br \/>><br \/>\n<br \/>><br \/>\n<br \/>> ## Usage<br \/>\n<br \/>><br \/>\n<br \/>> 1. Ensure you have Outlook installed and configured on your Windows<br \/>\n<br \/>> machine.<br \/>\n<br \/>> 2. Run the PoC script with Python 3.x (requires `pywin32` package):<br \/>\n<br \/>>    &#8220;`powershell<br \/>\n<br \/>>    pip install pywin32<br \/>\n<br \/>>    python PoC.py<br \/>\n<br \/>>    &#8220;`<br \/>\n<br \/>> 3. The script will:<br \/>\n<br \/>>    &#8211; Inject a mail item with the malicious sync path.<br \/>\n<br \/>>    &#8211; Wait 10 seconds for Outlook to process the mail.<br \/>\n<br \/>>    &#8211; Scan Inbox and Drafts folders.<br \/>\n<br \/>>    &#8211; Upon detection, normalize the path and trigger a system restart<br \/>\n<br \/>> (`shutdown \/r \/t 5`).<br \/>\n<br \/>><br \/>\n<br \/>> &#8212;<br \/>\n<br \/>><br \/>\n<br \/>> ## Warning<br \/>\n<br \/>><br \/>\n<br \/>> &#8211; This script **will restart your computer** after 5 seconds once the<br \/>\n<br \/>> payload is triggered.<br \/>\n<br \/>> &#8211; Save all work before running.<br \/>\n<br \/>> &#8211; Test only in a controlled or virtualized environment.<br \/>\n<br \/>> &#8211; Do **NOT** run on production or important systems.<br \/>\n<br \/>><br \/>\n<br \/>> &#8212;<br \/>\n<br \/>><br \/>\n<br \/>> ## Files<br \/>\n<br \/>><br \/>\n<br \/>> &#8211; `PoC.py` &#8211; The Python proof-of-concept script.<br \/>\n<br \/>> &#8211; `README.md` &#8211; This file.<br \/>\n<br \/>><br \/>\n<br \/>> &#8212;<br \/>\n<br \/>><br \/>\n<br \/>> ## License<br \/>\n<br \/>><br \/>\n<br \/>> This PoC is provided for educational and research purposes only.<br \/>\n<br \/>><br \/>\n<br \/>> Use responsibly and ethically.<br \/>\n<br \/>><br \/>\n<br \/>><br \/>\n<br \/>> # Reproduce:<br \/>\n<br \/>> [href](https:\/\/www.youtube.com\/watch?v=yOra0pm8CHg)<br \/>\n<br \/>><br \/>\n<br \/>> # Source:<br \/>\n<br \/>> [href](<br \/>\n<br \/>> https:\/\/github.com\/nu11secur1ty\/CVE-mitre\/tree\/main\/2025\/CVE-2025-47176)<br \/>\n<br \/>><br \/>\n<br \/>> # Buy me a coffee if you are not ashamed:<br \/>\n<br \/>> [href](https:\/\/www.paypal.com\/donate\/?hosted_button_id=ZPQZT5XMC5RFY)<br \/>\n<br \/>><br \/>\n<br \/>> # Time spent:<br \/>\n<br \/>> 03:35:00<br \/>\n<br \/>><br \/>\n<br \/>><br \/>\n<br \/>> &#8212;<br \/>\n<br \/>> System Administrator &#8211; Infrastructure Engineer<br \/>\n<br \/>> Penetration Testing Engineer<br \/>\n<br \/>> Exploit developer at https:\/\/packetstormsecurity.com\/<br \/>\n<br \/>> https:\/\/cve.mitre.org\/index.html<br \/>\n<br \/>> https:\/\/cxsecurity.com\/ and https:\/\/www.exploit-db.com\/<br \/>\n<br \/>> 0day Exploit DataBase https:\/\/0day.today\/<br \/>\n<br \/>> home page: https:\/\/www.nu11secur1ty.com\/<br \/>\n<br \/>> hiPEnIMR0v7QCo\/+SEH9gBclAAYWGnPoBIQ75sCj60E=<br \/>\n<br \/>>                           nu11secur1ty <http:\/\/nu11secur1ty.com\/><br \/>\n<br \/>><br \/>\n<br \/>> \u041d\u0430 \u043d\u0434, 6.07.2025\u202f\u0433. \u0432 9:53 nu11 secur1ty <nu11secur1typentest@gmail.com><br \/>\n<br \/>> \u043d\u0430\u043f\u0438\u0441\u0430:<br \/>\n<br \/>><br \/>\n<br \/>>> # Titles: Microsoft Outlook Remote Code Execution Vulnerability &#8211; ACE<br \/>\n<br \/>>> # Author: nu11secur1ty<br \/>\n<br \/>>> # Date: 07\/06\/2025<br \/>\n<br \/>>> # Vendor: Microsoft<br \/>\n<br \/>>> # Software: https:\/\/www.microsoft.com\/en-us\/microsoft-365\/outlook\/log-in<br \/>\n<br \/>>> # Reference:<br \/>\n<br \/>>> https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2025-47176 ><br \/>\n<br \/>>> https:\/\/www.cloudflare.com\/learning\/security\/what-is-remote-code-execution\/<br \/>\n<br \/>>> # CVE-2025-47176<br \/>\n<br \/>>><br \/>\n<br \/>>> ## Description<br \/>\n<br \/>>> This proof-of-concept (PoC) demonstrates the CVE-2025-47176 vulnerability<br \/>\n<br \/>>> simulation. It injects a crafted mail item into Outlook containing a<br \/>\n<br \/>>> malicious sync path that triggers an action during scanning.<br \/>\n<br \/>>><br \/>\n<br \/>>> **IMPORTANT:**<br \/>\n<br \/>>> This PoC simulates the vulnerable Outlook path parsing and triggers a<br \/>\n<br \/>>> **system restart** when the malicious path is detected.<br \/>\n<br \/>>><br \/>\n<br \/>>> &#8212;<br \/>\n<br \/>>> ## Additional Testing with malicious.prf<br \/>\n<br \/>>><br \/>\n<br \/>>> You can also test this PoC by importing a crafted Outlook Profile File<br \/>\n<br \/>>> (`malicious.prf`):<br \/>\n<br \/>>><br \/>\n<br \/>>> 1. Place `malicious.prf` in the same folder as `PoC.py`.<br \/>\n<br \/>>> 2. Run Outlook with the import command:<br \/>\n<br \/>>><br \/>\n<br \/>>>    &#8220;`powershell<br \/>\n<br \/>>>    &#038; &#8220;C:\\Program Files\\Microsoft Office\\root\\Office16\\OUTLOOK.EXE&#8221;<br \/>\n<br \/>>> \/importprf malicious.prf<br \/>\n<br \/>>><br \/>\n<br \/>>><br \/>\n<br \/>>> ## Usage<br \/>\n<br \/>>><br \/>\n<br \/>>> 1. Ensure you have Outlook installed and configured on your Windows<br \/>\n<br \/>>> machine.<br \/>\n<br \/>>> 2. Run the PoC script with Python 3.x (requires `pywin32` package):<br \/>\n<br \/>>>    &#8220;`powershell<br \/>\n<br \/>>>    pip install pywin32<br \/>\n<br \/>>>    python PoC.py<br \/>\n<br \/>>>    &#8220;`<br \/>\n<br \/>>> 3. The script will:<br \/>\n<br \/>>>    &#8211; Inject a mail item with the malicious sync path.<br \/>\n<br \/>>>    &#8211; Wait 10 seconds for Outlook to process the mail.<br \/>\n<br \/>>>    &#8211; Scan Inbox and Drafts folders.<br \/>\n<br \/>>>    &#8211; Upon detection, normalize the path and trigger a system restart<br \/>\n<br \/>>> (`shutdown \/r \/t 5`).<br \/>\n<br \/>>><br \/>\n<br \/>>> &#8212;<br \/>\n<br \/>>><br \/>\n<br \/>>> ## Warning<br \/>\n<br \/>>><br \/>\n<br \/>>> &#8211; This script **will restart your computer** after 5 seconds once the<br \/>\n<br \/>>> payload is triggered.<br \/>\n<br \/>>> &#8211; Save all work before running.<br \/>\n<br \/>>> &#8211; Test only in a controlled or virtualized environment.<br \/>\n<br \/>>> &#8211; Do **NOT** run on production or important systems.<br \/>\n<br \/>>><br \/>\n<br \/>>> &#8212;<br \/>\n<br \/>>><br \/>\n<br \/>>> ## Files<br \/>\n<br \/>>><br \/>\n<br \/>>> &#8211; `PoC.py` &#8211; The Python proof-of-concept script.<br \/>\n<br \/>>> &#8211; `README.md` &#8211; This file.<br \/>\n<br \/>>><br \/>\n<br \/>>> &#8212;<br \/>\n<br \/>>><br \/>\n<br \/>>> ## License<br \/>\n<br \/>>><br \/>\n<br \/>>> This PoC is provided for educational and research purposes only.<br \/>\n<br \/>>><br \/>\n<br \/>>> Use responsibly and ethically.<br \/>\n<br \/>>><br \/>\n<br \/>>><br \/>\n<br \/>>> # Reproduce:<br \/>\n<br \/>>> [href](https:\/\/www.youtube.com\/watch?v=yOra0pm8CHg)<br \/>\n<br \/>>><br \/>\n<br \/>>> # Buy me a coffee if you are not ashamed:<br \/>\n<br \/>>> [href](https:\/\/www.paypal.com\/donate\/?hosted_button_id=ZPQZT5XMC5RFY)<br \/>\n<br \/>>><br \/>\n<br \/>>> # Time spent:<br \/>\n<br \/>>> 03:35:00<br \/>\n<br \/>>><br \/>\n<br \/>>><br \/>\n<br \/>>> &#8212;<br \/>\n<br \/>>> System Administrator &#8211; Infrastructure Engineer<br \/>\n<br \/>>> Penetration Testing Engineer<br \/>\n<br \/>>> Exploit developer at https:\/\/packetstormsecurity.com\/<br \/>\n<br \/>>> https:\/\/cve.mitre.org\/index.html<br \/>\n<br \/>>> https:\/\/cxsecurity.com\/ and https:\/\/www.exploit-db.com\/<br \/>\n<br \/>>> 0day Exploit DataBase https:\/\/0day.today\/<br \/>\n<br \/>>> home page: https:\/\/www.nu11secur1ty.com\/<br \/>\n<br \/>>> hiPEnIMR0v7QCo\/+SEH9gBclAAYWGnPoBIQ75sCj60E=<br \/>\n<br \/>>>                           nu11secur1ty <http:\/\/nu11secur1ty.com\/><br \/>\n<br \/>>><br \/>\n<br \/>>> &#8212;<br \/>\n<br \/>>><br \/>\n<br \/>>> System Administrator &#8211; Infrastructure Engineer<br \/>\n<br \/>>> Penetration Testing Engineer<br \/>\n<br \/>>> Exploit developer at https:\/\/packetstorm.news\/<br \/>\n<br \/>>> https:\/\/cve.mitre.org\/index.html<br \/>\n<br \/>>> https:\/\/cxsecurity.com\/ and https:\/\/www.exploit-db.com\/<br \/>\n<br \/>>> 0day Exploit DataBase https:\/\/0day.today\/<br \/>\n<br \/>>> home page: https:\/\/www.nu11secur1ty.com\/<br \/>\n<br \/>>> hiPEnIMR0v7QCo\/+SEH9gBclAAYWGnPoBIQ75sCj60E=<br \/>\n<br \/>>>                           nu11secur1ty <http:\/\/nu11secur1ty.com\/><br \/>\n<br \/>>><br \/>\n<br \/>><br \/>\n<br \/>><br \/>\n<br \/>> &#8212;<br \/>\n<br \/>><br \/>\n<br \/>> System Administrator &#8211; Infrastructure Engineer<br \/>\n<br \/>> Penetration Testing Engineer<br \/>\n<br \/>> Exploit developer at https:\/\/packetstorm.news\/<br \/>\n<br \/>> https:\/\/cve.mitre.org\/index.html<br \/>\n<br \/>> https:\/\/cxsecurity.com\/ and https:\/\/www.exploit-db.com\/<br \/>\n<br \/>> 0day Exploit DataBase https:\/\/0day.today\/<br \/>\n<br \/>> home page: https:\/\/www.nu11secur1ty.com\/<br \/>\n<br \/>> hiPEnIMR0v7QCo\/+SEH9gBclAAYWGnPoBIQ75sCj60E=<br \/>\n<br \/>>                           nu11secur1ty <http:\/\/nu11secur1ty.com\/><br \/>\n<br \/>><\/p>\n<p>&#8212; <\/p>\n<p>System Administrator &#8211; Infrastructure Engineer<br \/>\n<br \/>Penetration Testing Engineer<br \/>\n<br \/>Exploit developer at https:\/\/packetstorm.news\/<br \/>\n<br \/>https:\/\/cve.mitre.org\/index.html<br \/>\n<br \/>https:\/\/cxsecurity.com\/ and https:\/\/www.exploit-db.com\/<br \/>\n<br \/>0day Exploit DataBase https:\/\/0day.today\/<br \/>\n<br \/>home page: https:\/\/www.nu11secur1ty.com\/<br \/>\n<br \/>hiPEnIMR0v7QCo\/+SEH9gBclAAYWGnPoBIQ75sCj60E=<br \/>\n<br \/>                          nu11secur1ty <http:\/\/nu11secur1ty.com\/>\n<\/div>\n<p><a href=\"https:\/\/www.exploit-db.com\/exploits\/52356\" target=\"_blank\" style=\"display: inline-block;  color: white; padding: 10px 20px; text-decoration: none; border-radius: 4px;\">View Full Exploit Details<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Exploit Details Basic Information Exploit Title Microsoft Outlook &#8211; Remote Code Execution (RCE) Exploit ID EDB-ID:52356 Type exploitdb Published 2025-07-08T00:00:00 Modified 2025-07-08T00:00:00 CVSS Information CVSS&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[6,8,28,12,40,15,13,7,11,5],"class_list":["post-7822","post","type-post","status-publish","format-standard","hentry","category-category_exploit","tag-cve","tag-cvss","tag-cvss-78","tag-exploit","tag-exploitdb","tag-high","tag-news","tag-security","tag-tapic","tag-vulnerability"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Microsoft Outlook - Remote Code Execution (RCE) - zero redgem<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zero.redgem.net\/?p=7822\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Microsoft Outlook - Remote Code Execution (RCE) - zero redgem\" \/>\n<meta property=\"og:description\" content=\"Exploit Details Basic Information Exploit Title Microsoft Outlook &#8211; Remote Code Execution (RCE) Exploit ID EDB-ID:52356 Type exploitdb Published 2025-07-08T00:00:00 Modified 2025-07-08T00:00:00 CVSS Information CVSS...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zero.redgem.net\/?p=7822\" \/>\n<meta property=\"og:site_name\" content=\"zero redgem\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-08T13:35:25+00:00\" \/>\n<meta name=\"author\" content=\"invoker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"invoker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=7822#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=7822\"},\"author\":{\"name\":\"invoker\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\"},\"headline\":\"Microsoft Outlook &#8211; Remote Code Execution (RCE)\",\"datePublished\":\"2025-07-08T13:35:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=7822\"},\"wordCount\":1387,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"keywords\":[\"CVE\",\"CVSS\",\"CVSS-7.8\",\"exploit\",\"exploitdb\",\"HIGH\",\"news\",\"Security\",\"tapic\",\"Vulnerability\"],\"articleSection\":[\"category_exploit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=7822#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=7822\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?p=7822\",\"name\":\"Microsoft Outlook - Remote Code Execution (RCE) - zero redgem\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\"},\"datePublished\":\"2025-07-08T13:35:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=7822#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zero.redgem.net\\\/?p=7822\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/?p=7822#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zero.redgem.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Microsoft Outlook &#8211; Remote Code Execution (RCE)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#website\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"name\":\"zero redgem\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zero.redgem.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#organization\",\"name\":\"zero redgem\",\"url\":\"https:\\\/\\\/zero.redgem.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"width\":191,\"height\":188,\"caption\":\"zero redgem\"},\"image\":{\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/zero.redgem.net\\\/#\\\/schema\\\/person\\\/fbfeae8dfad117ac08a7621bee1a1dca\",\"name\":\"invoker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g\",\"caption\":\"invoker\"},\"sameAs\":[\"https:\\\/\\\/zero.redgem.net\"],\"url\":\"https:\\\/\\\/zero.redgem.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Microsoft Outlook - Remote Code Execution (RCE) - zero redgem","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zero.redgem.net\/?p=7822","og_locale":"en_US","og_type":"article","og_title":"Microsoft Outlook - Remote Code Execution (RCE) - zero redgem","og_description":"Exploit Details Basic Information Exploit Title Microsoft Outlook &#8211; Remote Code Execution (RCE) Exploit ID EDB-ID:52356 Type exploitdb Published 2025-07-08T00:00:00 Modified 2025-07-08T00:00:00 CVSS Information CVSS...","og_url":"https:\/\/zero.redgem.net\/?p=7822","og_site_name":"zero redgem","article_published_time":"2025-07-08T13:35:25+00:00","author":"invoker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"invoker","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zero.redgem.net\/?p=7822#article","isPartOf":{"@id":"https:\/\/zero.redgem.net\/?p=7822"},"author":{"name":"invoker","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca"},"headline":"Microsoft Outlook &#8211; Remote Code Execution (RCE)","datePublished":"2025-07-08T13:35:25+00:00","mainEntityOfPage":{"@id":"https:\/\/zero.redgem.net\/?p=7822"},"wordCount":1387,"commentCount":0,"publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"keywords":["CVE","CVSS","CVSS-7.8","exploit","exploitdb","HIGH","news","Security","tapic","Vulnerability"],"articleSection":["category_exploit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/zero.redgem.net\/?p=7822#respond"]}]},{"@type":"WebPage","@id":"https:\/\/zero.redgem.net\/?p=7822","url":"https:\/\/zero.redgem.net\/?p=7822","name":"Microsoft Outlook - Remote Code Execution (RCE) - zero redgem","isPartOf":{"@id":"https:\/\/zero.redgem.net\/#website"},"datePublished":"2025-07-08T13:35:25+00:00","breadcrumb":{"@id":"https:\/\/zero.redgem.net\/?p=7822#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zero.redgem.net\/?p=7822"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zero.redgem.net\/?p=7822#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zero.redgem.net\/"},{"@type":"ListItem","position":2,"name":"Microsoft Outlook &#8211; Remote Code Execution (RCE)"}]},{"@type":"WebSite","@id":"https:\/\/zero.redgem.net\/#website","url":"https:\/\/zero.redgem.net\/","name":"zero redgem","description":"","publisher":{"@id":"https:\/\/zero.redgem.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zero.redgem.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zero.redgem.net\/#organization","name":"zero redgem","url":"https:\/\/zero.redgem.net\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/","url":"","contentUrl":"","width":191,"height":188,"caption":"zero redgem"},"image":{"@id":"https:\/\/zero.redgem.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zero.redgem.net\/#\/schema\/person\/fbfeae8dfad117ac08a7621bee1a1dca","name":"invoker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f17c01d7338e6932bcde121cf83569393df3374625d25afd62677cfb528f2e3e?s=96&d=mm&r=g","caption":"invoker"},"sameAs":["https:\/\/zero.redgem.net"],"url":"https:\/\/zero.redgem.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/7822","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7822"}],"version-history":[{"count":0,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=\/wp\/v2\/posts\/7822\/revisions"}],"wp:attachment":[{"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7822"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7822"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zero.redgem.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7822"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}