APSB26-63 SCCM/SCUP catalog CAB files contain incorrect xml
The xml contained in the latest DC SCUP files for Acrobat and Reader correctly list today’s Security Bulletin updated versions -- but they incorrectly list the SecurityBulletinID as APSB26-26 (instead of APSB26-63).
e.g., see the highlighted xml below
<smc:SoftwareDistributionPackage SchemaVersion="1.0">
<sdp:Properties PackageID="64A81D73-293E-4B12-BBFD-9DA8BBE75868" UpdateType="Software" VendorName="Adobe" CreationDate="2026-06-09T01:02:39.072Z" PublicationState="Published" CanSourceBeRequired="false">
<sdp:MoreInfoUrl>https://helpx.adobe.com/security/products/acrobat/apsb26-26.html</sdp:MoreInfoUrl>
<sdp:SupportUrl>https://helpx.adobe.com/security/products/acrobat/apsb26-26.html</sdp:SupportUrl>
<sdp:ProductName>Adobe Acrobat</sdp:ProductName>
</sdp:Properties>
<sdp:LocalizedProperties>
<sdp:Language>en</sdp:Language>
<sdp:Title>Adobe Acrobat Update 26.001.21662</sdp:Title>
<sdp:Description>
The release addresses security vulnerabilities.
</sdp:Description>
</sdp:LocalizedProperties>
<sdp:UpdateSpecificData MsrcSeverity="Critical" UpdateClassification="Security Updates">
<sdp:SecurityBulletinID>APSB26-26</sdp:SecurityBulletinID>
<sdp:KBArticleID>APSB26-26</sdp:KBArticleID>
</sdp:UpdateSpecificData> ...
