{"id":99093,"date":"2025-12-16T14:45:22","date_gmt":"2025-12-16T12:45:22","guid":{"rendered":"https:\/\/digitrendz.blog\/?p=99093"},"modified":"2025-12-16T14:45:31","modified_gmt":"2025-12-16T12:45:31","slug":"microsofts-december-updates-break-message-queuing","status":"publish","type":"post","link":"https:\/\/digitrendz.blog\/z\/newswire\/technology\/99093\/microsofts-december-updates-break-message-queuing\/","title":{"rendered":"Microsoft&#8217;s December Updates Break Message Queuing"},"content":{"rendered":"<details class=\"wp-block-details ticss-586932b6 is-layout-flow wp-block-details-is-layout-flow\"><summary>\u25bc Summary<\/summary>\n<p class=\"ticss-0c48f427 has-small-font-size wp-block-paragraph\">&#8211; Microsoft&#8217;s December 2025 security updates are breaking Message Queuing (MSMQ) functionality, impacting enterprise applications and IIS websites.<br>&#8211; The issue affects specific Windows 10 and Server versions that installed certain KB updates, causing errors like inactive queues and misleading &#8220;insufficient resources&#8221; messages.<br>&#8211; The root cause is a security model change that now requires MSMQ users to have write access to a system folder normally restricted to administrators.<br>&#8211; Microsoft is investigating but has not provided a timeline for a fix, leaving admins to potentially roll back updates despite security risks.<br>&#8211; This follows a previous critical MSMQ vulnerability patched in 2023, highlighting ongoing security challenges with the service.<br><\/p>\n<\/details>\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<p class=\"has-drop-cap wp-block-paragraph\"><mark style=\"background-color:rgba(0, 0, 0, 0);color:#f34c3e\" class=\"has-inline-color\">M<\/mark>icrosoft&#8217;s latest round of security patches has inadvertently disrupted a core enterprise service, creating operational headaches for IT administrators. The company has acknowledged that the <strong>December 2025 security updates are causing <a href=\"https:\/\/digitrendz.blog\/z\/entity\/message-queuing\/\" class=\"acp-entity-link\" data-entity-id=\"180140\" data-entity-category=\"product\" title=\"Learn more about Message Queuing\" target=\"_blank\" rel=\"noopener noreferrer\">Message Queuing<\/a> (MSMQ) to malfunction<\/strong>, impacting a variety of business applications and websites hosted on <a href=\"https:\/\/digitrendz.blog\/z\/entity\/internet-information-services\/\" class=\"acp-entity-link\" data-entity-id=\"180142\" data-entity-category=\"product\" title=\"Learn more about Internet Information Services\" target=\"_blank\" rel=\"noopener noreferrer\">Internet Information Services<\/a> (IIS). This problem is specifically tied to the KB5071546, KB5071544, and KB5071543 updates deployed on Patch Tuesday, affecting systems running <a href=\"https:\/\/digitrendz.blog\/z\/entity\/windows-10-22h2\/\" class=\"acp-entity-link\" data-entity-id=\"156907\" data-entity-category=\"product\" title=\"Learn more about Windows 10 22H2\" target=\"_blank\" rel=\"noopener noreferrer\">Windows 10 22H2<\/a>, <a href=\"https:\/\/digitrendz.blog\/z\/entity\/windows-server-2019\/\" class=\"acp-entity-link\" data-entity-id=\"66659\" data-entity-category=\"Technology\" title=\"Learn more about Windows Server 2019\" target=\"_blank\" rel=\"noopener noreferrer\">Windows Server 2019<\/a>, and <a href=\"https:\/\/digitrendz.blog\/z\/entity\/windows-server-2016\/\" class=\"acp-entity-link\" data-entity-id=\"142688\" data-entity-category=\"product\" title=\"Learn more about Windows Server 2016\" target=\"_blank\" rel=\"noopener noreferrer\">Windows Server 2016<\/a>.<\/p>\n\n<p class=\"wp-block-paragraph\">The symptoms of this failure are broad and disruptive. Administrators report that <a href=\"https:\/\/digitrendz.blog\/z\/entity\/msmq\/\" class=\"acp-entity-link\" data-entity-id=\"180141\" data-entity-category=\"product\" title=\"Learn more about MSMQ\" target=\"_blank\" rel=\"noopener noreferrer\">MSMQ<\/a> queues have become inactive, while <a href=\"https:\/\/digitrendz.blog\/z\/entity\/iis\/\" class=\"acp-entity-link\" data-entity-id=\"21424\" data-entity-category=\"Technology\" title=\"Learn more about IIS\" target=\"_blank\" rel=\"noopener noreferrer\">IIS<\/a> websites are failing with confusing &#8220;insufficient resources&#8221; error messages. Applications are suddenly unable to write data to their queues. In some cases, systems are even generating misleading alerts about a lack of disk space or memory, despite having ample resources available. The root cause, as identified by <a href=\"https:\/\/digitrendz.blog\/z\/entity\/microsoft\/\" class=\"acp-entity-link\" data-entity-id=\"251\" data-entity-category=\"Organization\" title=\"Learn more about Microsoft\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft<\/a>, lies in recent modifications to the MSMQ <a href=\"https:\/\/digitrendz.blog\/z\/topic\/security-model\/\" class=\"acp-topic-link\" data-topic-id=\"146137\" title=\"Explore: security model\" target=\"_blank\" rel=\"noopener noreferrer\">security model<\/a>. These changes have altered the permissions on a crucial system directory, the `C:\\<a href=\"https:\/\/digitrendz.blog\/z\/newswire\/technology\/132421\/hackers-exploit-critical-microsoft-zero-day-bugs-in-windows-office\/\" class=\"acp-article-link\" data-article-id=\"132421\" title=\"Hackers Exploit Critical Microsoft Zero-Day Bugs in Windows, Office\" target=\"_blank\" rel=\"noopener noreferrer\">Windows<\/a>\\System32\\MSMQ\\storage` folder.<\/p>\n\n<p class=\"wp-block-paragraph\">Under the new configuration, <strong>MSMQ users now require write access to this folder<\/strong>, a level of permission typically reserved only for administrator accounts. Consequently, any attempt to send messages using MSMQ APIs is likely to fail with resource-related errors. This configuration problem also extends to clustered MSMQ environments that are under significant operational load. It is important to note that systems where users are logged in with full administrative rights are not experiencing these issues, as those accounts already possess the necessary permissions.<\/p>\n\n<p class=\"wp-block-paragraph\">Message Queuing is an optional component available across Windows operating systems, providing essential <a href=\"https:\/\/digitrendz.blog\/z\/topic\/network-communication\/\" class=\"acp-topic-link\" data-topic-id=\"146143\" title=\"Explore: network communication\" target=\"_blank\" rel=\"noopener noreferrer\">network communication<\/a> functions for distributed applications. It is a staple in many corporate IT environments for enabling reliable messaging between different software components. Microsoft has stated it is actively investigating the situation but has not offered a specific timeline for a resolution. The company has not clarified whether it will address the problem in its next scheduled monthly update or issue an out-of-band emergency fix.<\/p>\n\n<p class=\"wp-block-paragraph\">For administrators dealing with immediate outages, the most direct workaround involves rolling back the problematic <a href=\"https:\/\/digitrendz.blog\/z\/topic\/security-updates\/\" class=\"acp-topic-link\" data-topic-id=\"74271\" title=\"Explore: security updates\" target=\"_blank\" rel=\"noopener noreferrer\">security updates<\/a>. However, this action carries significant risk, as it would leave systems vulnerable to the security flaws those patches were designed to fix. This incident highlights the delicate balance between securing systems and maintaining stability. It is a stark reminder of the potential for widespread disruption when a <strong>critical vulnerability like CVE-2023-21554<\/strong>, which targeted the MSMQ service for remote code execution, necessitates urgent security model changes that can have unintended consequences.<\/p>\n\n<p class=\"wp-block-paragraph\"><em>(Source: <a href=\"https:\/\/www.bleepingcomputer.com\/news\/microsoft\/microsoft-december-security-updates-cause-message-queuing-failures\/\" target=\"_blank\" rel=\"noreferrer noopener\">Bleeping Computer<\/a>)<\/em><\/p>","protected":false},"excerpt":{"rendered":"<p>Microsoft&#8217;s December 2025 security updates are causing Message Queuing (MSMQ) to fail, disrupting business applications and IIS websites on several Windows versions. The failure occurs because the updates changed permissions on a key system folder, requiring MSMQ users to have write access typica&#8230;<\/p>\n","protected":false},"author":1,"featured_media":99092,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_themeisle_gutenberg_block_has_review":false,"cybocfi_hide_featured_image":"","footnotes":""},"categories":[6579,3297,3327,3254],"tags":[138343,138344,138345,138346,14508],"entities":[14670,138348,138352,138351,138350,138349,904,138347,42875,119427,107306,44682],"class_list":["post-99093","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bigtech-companies","category-cybersecurity","category-newswire","category-technology","tag-cve-2023-21554","tag-iis-website-failure","tag-message-queuing-msmq","tag-msmq-storage-permissions","tag-windows-security-updates","entity-iis","entity-internet-information-services","entity-kb5071543","entity-kb5071544","entity-kb5071546","entity-message-queuing","entity-microsoft","entity-msmq","entity-patch-tuesday","entity-windows-10-22h2","entity-windows-server-2016","entity-windows-server-2019"],"_links":{"self":[{"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/posts\/99093","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/comments?post=99093"}],"version-history":[{"count":0,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/posts\/99093\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/media\/99092"}],"wp:attachment":[{"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/media?parent=99093"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/categories?post=99093"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/tags?post=99093"},{"taxonomy":"entity","embeddable":true,"href":"https:\/\/digitrendz.blog\/z\/wp-json\/wp\/v2\/entities?post=99093"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}