|
'+h2+' ' + moretext + '';
$t(this).html(html);
$t(this).find("div.full").toggle();
}
}
}
catch(exc){
console.log(exc);
$t(this).html(htmlBase);
}
});
$t(".morelink").click(function () {
if ($t(this).hasClass("less")) {
$t(this).removeClass("less");
$t(this).text(moretext);
} else {
$t(this).addClass("less");
$t(this).text(lesstext);
}
$t(this).parent().find("div.snippet").toggle();
$t(this).parent().find("div.full").toggle();
return false;
});
//$t(".btnShowMoreRows").click(function () {
//$t('table').find('tr:gt(3)').toggle();
//});
var rowCounter = 1;
var rowSpanIndexes = [];
var adjustedIndex = 0;
var currentRowSpanCounter = 0;
var currentCellCaption = [];
var colIndex = 0;
var rowSpanCellArray = [];
$t('#ud-master-container').find('table').not($t('#ud-revision-history').find('table')).parent().each(function () {
var parent = $t(this);//.parent();
var content = $t(this).html();//.parent().html();
var update = false;
var tblStrings = "";
parent.find('table').each(function () {
update = true;
var escTable = $t(this)[0].outerHTML;
var newIndex = content.indexOf(escTable);
if (tblStrings.indexOf(escTable) == -1) {
currentCellCaption = [0];
tblStrings += escTable;
var c2 = content.substring(newIndex);
var c3 = c2;
var scrollTable = false;
if ($t(this).hasClass("cisco-data-table")) {
try{
rowSpanIndexes = [];
rowCounter = 1;
var tmp = $t(document.createElement('div'))
$t(this).clone().appendTo(tmp);
var replaceTable = $t(tmp).find("table");
replaceTable.find("tr,td,tbody,thead").remove();
replaceTable.append(" | ");
replaceTable = $t(tmp).find("table");
if (!replaceTable.hasClass("cisco-data-table-small")) { replaceTable.addClass("cisco-data-table-small"); }
if (replaceTable.hasClass("cisco-data-table")) { replaceTable.removeClass("cisco-data-table"); }
if (replaceTable.attr("id")) { replaceTable.attr("id",replaceTable.attr("id")+"-small"); }
$t(this).find("tr").each(function (index) {
currentRowSpanCounter = 0;
if (!$t(this).hasClass("data-table-header-row") && !$t(this).hasClass("data-table-section-header-row")) {
$t(this).find("th,td").each(function (index) {
colIndex = index;
if (rowSpanIndexes.length > 0) {
for (r = 0; r 0) {
if (colIndex == r) {
replaceTable.find("tbody:first").append("| " + currentCellCaption[r] + " | " + $t(rowSpanCellArray[r]).html() + " | ")
if ((rowCounter) % 2 == 0) {
replaceTable.find("tbody:first > tr:last").addClass("data-table-alternate-row");
}
}
colIndex = colIndex + 1;
}
}
}
colIndex = colIndex - currentRowSpanCounter;
if ($t(this).attr("rowspan") != undefined && $t(this).attr("rowspan") > 1) {
rowSpanIndexes[colIndex] = $t(this).attr("rowspan");
rowSpanCellArray[colIndex] = $t(this);
currentRowSpanCounter++;
}
if (!$t(this).hasClass("data-table-caption-cell") && !$t(this).hasClass("data-table-header-cell")) {
for(var cidx = index-1; cidx >=0; cidx--)
{
var cidxe = $t(this).parent().children()[cidx];
var cidxspan = $t(cidxe).attr("colspan");
if(cidxspan != undefined && cidxspan > 1)
{
colIndex = colIndex + (cidxspan - 1)
}
}
replaceTable.find("tbody:first").append("| " + currentCellCaption[colIndex] + " | " + $t(this).html() + " | ")
if ((rowCounter) % 2 == 0) {
replaceTable.find("tbody:first > tr:last").addClass("data-table-alternate-row");
}
if ($t(this).attr("colspan") != undefined && $t(this).attr("colspan") > 1) {
var colSpan = $t(this).attr("colspan");
var cs = 1
do{
if ($t(this).attr("rowspan") != undefined && $t(this).attr("rowspan") > 1) {
rowSpanIndexes[cs+colIndex] = $t(this).attr("rowspan");
rowSpanCellArray[cs+colIndex] = $t(this);
currentRowSpanCounter++;
}
replaceTable.find("tbody:first").append("| " + currentCellCaption[cs+colIndex] + " | " + $t(this).html() + " | ")
if ((rowCounter) % 2 == 0) {
replaceTable.find("tbody:first > tr:last").addClass("data-table-alternate-row");
}
cs++;
}while(cs " + $t(this).html() + " | ")
var newCell = $t(replaceTable).find("tbody > tr:last > td:last");
var newRow = $t(replaceTable).find("tbody > tr:last");
newRow.attr("style", $t(this).parent().attr("style"));
newRow.addClass($t(this).parent().attr("class"));
newCell.attr("colspan", 2);
newCell.attr("style", $t(this).attr("style"));
newCell.addClass($t(this).attr("class"));
}
});
rowCounter++;
}
else {
rowCounter = 1;
$t(this).find("td,th").each(function (index) {
colIndex = index;
if (rowSpanIndexes.length > 0) {
for (r = 0; r 0) { colIndex = colIndex + 1; }
}
}
if ($t(this).hasClass("data-table-caption-cell")) {
var captionColSpan = $t(this).attr("colspan");
for(var cidx = index-1; cidx >=0; cidx--)
{
var cidxe = $t(this).parent().children()[cidx];
var cidxspan = $t(cidxe).attr("colspan");
if(cidxspan != undefined && cidxspan > 1)
{
colIndex = colIndex + (cidxspan - 1)
}
}
currentCellCaption[colIndex] = $t(this).html();
for (c = colIndex + 1; c " + $t(this).html() + " | ")
var newCell = $t(replaceTable).find("tbody > tr:last > td:last");
var newRow = $t(replaceTable).find("tbody > tr:last");
newRow.attr("style", $t(this).parent().attr("style"));
newRow.addClass($t(this).parent().attr("class"));
newCell.attr("colspan", 2);
newCell.attr("style", $t(this).attr("style"));
newCell.addClass($t(this).attr("class"));
}
});
}
for (r = 0; r 0) { rowSpanIndexes[r]--; }
}
});
scrollTable = false;
}
catch(tblexc){
console.log(tblexec);
scrollTable = true;
}
}
while (newIndex != -1) {
if ($t(this).hasClass("cisco-data-table") && !scrollTable) {
var c4 = replaceTable[0].outerHTML;
c3 = c2.replace(escTable, escTable + c4);
tmp = null;
}
else {
c3 = c2.replace(escTable, '' + escTable + ' ');
}
content = content.substring(0, newIndex) + c3;
newIndex = content.indexOf(escTable, newIndex + escTable.length);
if(newIndex != -1){
c2 = content.substring(newIndex,content.length);
}
}
}
if (update) {
parent.html(content);
}
});
});
$t(".collapsible-link-list h2.ud-section-heading").click(function () {
$t(this).toggleClass("open");
return false;
});
$t(".ud-side-link-list h2.ud-section-heading").click(function () {
$t(this).toggleClass("open");
return false;
});
$t(".ud-main-link-list h2.ud-section-heading").click(function () {
$t(this).toggleClass("open");
return false;
});
$t("a.tableToggler").click(function () {
if($t(this).prev("table").find("tr:eq(3)").length==0)
{
$t(this).toggle();
return;
}
if($t(this).text() == "Show Complete History...")
{
$t(this).html("Show Less");
}
else
{
$t(this).html("Show Complete History...");
}
var $tr = $t(this).prev("table").find("tr:eq(3)").toggle();
$tr.nextAll().toggle();
}).prev("table").find("tr:eq(3)").show().end().end().trigger('click');
$t("a.relatedcontenttoggle").click(function () {
if ($t(this).hasClass("less")) {
$t(this).removeClass("less");
$t(this).parent().find("div.flexrow:eq(9)").nextAll().addClass("relatedoverflow-hidden");
$t(this).text("Show All "+relatedCount+"...");
} else {
$t(this).addClass("less");
$t(this).parent().find("div.flexrow:eq(9)").nextAll().removeClass("relatedoverflow-hidden");
$t(this).text("Show Less");
}
return false;
});
//Dialog Handlers
hideDisalogs();
$t(window).resize(function(){
hideDisalogs();
});
$t('body').click(function (e) {
hideDisalogs();
});
//Begin CVE
$t('.cves').click(function (e) {
e.stopPropagation();
$t(".cves").show();
});
$t('.closeCVE').click(function (e) {
e.stopPropagation();
$t(".cves").hide();
return false;
});
$t('.showCVE').click(function (e) {
hideDisalogs();
e.stopPropagation();
var $cveIWidthDiv = $t(this).parent().parent().parent().find(".cveParentIWidth");
var $cveparentDiv = $t(this).parent().parent().parent().find(".cves");
var $content = $t(this).parent().parent().parent().find("#fullcvecontent_content");
var $this = $t(this);
showDialog($this, $cveIWidthDiv, $cveparentDiv, $content);
return false;
});
//End CVE
//Begin CWE
$t('.cwes').click(function (e) {
e.stopPropagation();
$t(".cwes").show();
});
$t('.closeCWE').click(function (e) {
e.stopPropagation();
$t(".cwes").hide();
return false;
})
$t('.showCWE').click(function (e) {
hideDisalogs();
e.stopPropagation();
var $cveIWidthDiv = $t(this).parent().parent().parent().parent().find(".cweParentIWidth");
var $cveparentDiv = $t(this).parent().parent().parent().parent().find(".cwes");
var $content = $t(this).parent().parent().parent().parent().find("#fullcwecontent_content");
var $this = $t(this);
showDialog($this, $cveIWidthDiv, $cveparentDiv, $content);
return false;
});
//End CWE
//Begin DDTS Bug IDs
$t('.ddts').click(function (e) {
e.stopPropagation();
$t(".ddts").show();
});
$t('.closeDDTS').click(function (e) {
e.stopPropagation();
$t(".ddts").hide();
return false;
});
$t('.showDDTS').click(function (e) {
hideDisalogs();
e.stopPropagation();
var $cveIWidthDiv = $t(this).parent().parent().parent().find(".ddtsParentIWidth");
var $cveparentDiv = $t(this).parent().parent().parent().find(".ddts");
var $content = $t(this).parent().parent().parent().find("#fullddtscontent_content");
var $this = $t(this);
showDialog($this, $cveIWidthDiv, $cveparentDiv, $content);
return false;
});
//End DDTS Bug IDs
});
function hideDisalogs() {
$t(".cves").hide();
$t(".cwes").hide();
$t(".ddts").hide();
}
function showDialog($this, $cveIWidthDiv, $cveparentDiv, $content) {
$cveIWidthDiv.html("");
var tempCVEArray = ($content.html()).split(",");
var totalCVE = tempCVEArray.length;
var parentWidth;
var ColclassName;
var colWidth;
var limitPerColumn = 0;
if (totalCVE ");
for (i = 0; i " + tempCVEArray[i] + "");
}
}
if (totalCVE > 20 && totalCVE ");
for (i = 0; i " + tempCVEArray[i] + "");
}
for (j = 20; j " + tempCVEArray[j] + "");
}
}
if ($t(window).width() > 768) {
if (totalCVE > 40 && totalCVE ");
for (i = 0; i " + tempCVEArray[i] + "");
}
for (j = 20; j " + tempCVEArray[j] + "");
}
for (k = 40; k " + tempCVEArray[k] + "");
}
}
if (totalCVE > 60) {
ColclassName = "threeCol";
colWidth = "33.33%";
limitPerColumn = parseInt(totalCVE / 3);
var lim_remainder = totalCVE % 3;
var lim1 = limitPerColumn;
var lim2 = 2 * limitPerColumn;;
var lim3 = totalCVE;
if (lim_remainder == 1) {
lim1 = limitPerColumn + 1;
lim2 = limitPerColumn + lim1;
}
if (lim_remainder == 2) {
lim1 = limitPerColumn + 1;
lim2 = limitPerColumn + lim1 + 1;
}
$cveIWidthDiv.append(" ");
$cveIWidthDiv.css("overflow", "auto");
for (i = 0; i " + tempCVEArray[i] + "");
}
for (j = lim1; j " + tempCVEArray[j] + "");
}
for (k = lim2; k " + tempCVEArray[k] + "");
}
}
}
if ($t(window).width() 40) {
ColclassName = "twoCol";
colWidth = "50%";
parentWidth = "300px";
$cveparentDiv.css("width", parentWidth);
limitPerColumn = parseInt(totalCVE / 2);
var lim_remainder = totalCVE % 2;
var lim1 = limitPerColumn;
var lim2 = totalCVE;
if (lim_remainder == 1) {
lim1 = limitPerColumn + 1;
}
$cveIWidthDiv.append(" ");
$cveIWidthDiv.css("overflow", "auto");
for (i = 0; i " + tempCVEArray[i] + "");
}
for (j = lim1; j " + tempCVEArray[j] + "");
}
}
}
$cveparentDiv.slideDown(300);
var cvwidth = 40;
$cveparentDiv.find(".cvecolumn").each(function () {
cvwidth = cvwidth + $t(this).width() + 35;
});
$cveparentDiv.css("width", cvwidth);
if ($t(window).width() > 768) {
var cveboxheight = 300;
var scrltop = $cveparentDiv.offset().top - 50;
$t('html, body').animate({
scrollTop: scrltop
}, 500);
$cveparentDiv.transpose
}
}
function cvssToClip(){
var target = document.getElementById("hdncvssvector");
var currentFocus = document.activeElement;
target.focus();
target.setSelectionRange(0, target.value.length);
// copy the selection
var succeed;
try {
succeed = document.execCommand("copy",false,target.value);
} catch(e) {
succeed = false;
}
// restore original focus
if (currentFocus && typeof currentFocus.focus === "function") {
currentFocus.focus();
}
}
Summary
-
A vulnerability in the web interface of Cisco Secure Firewall Management Center (FMC) Software could allow an unauthenticated, remote attacker to log in to an affected device using a low-privileged account to access sensitive data within the impacted systems.
This vulnerability is due to the presence of static user credentials for a low-privileged account. An attacker could exploit this vulnerability by using the account to log in to an affected system. A successful exploit could allow the attacker to log in to the affected system and access sensitive data as the low-privileged user.
Note: If the FMC management interface does not have public internet access, the attack surface that is associated with this vulnerability is reduced.
Cisco has assigned this security advisory a Security Impact Rating (SIR) of High rather than Medium as the score indicates. The reason is that this vulnerability can be used with other Cisco Secure FMC Software vulnerabilities to elevate privileges.
Cisco has released software updates that address this vulnerability. There are no workarounds that address this vulnerability.
This advisory is available at the following link: https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-fmc-static-cred-BET3Cjh
Affected Products
-
This vulnerability affects Cisco Secure FMC Software, regardless of device configuration.
For information about which Cisco software releases are vulnerable, see the Fixed Software section of this advisory.
Only products listed in the Vulnerable Products section of this advisory are known to be affected by this vulnerability.
Cisco has confirmed that this vulnerability does not affect the following Cisco products:
- Cloud-Delivered FMC (cdFMC)
- Firewall Device Manager (FDM)
- Secure Firewall Adaptive Security Appliance (ASA) Software
- Secure Firewall Threat Defense (FTD) Software
- Security Cloud Control (SCC), formerly Defense Orchestrator
Indicators of Compromise
-
To determine if this vulnerability may have been exploited, use the cat /var/log/messages | grep license CLI command in expert mode. If the log message in the output includes /var/tmp/license.tmp, as shown in the following example, this vulnerability may have been exploited on the Cisco Secure FMC device:
expert admin@firepower:~$ sudo su Password: Last login: Thu Jul 23 19:40:57 UTC 2026 on pts/2 root@firepower:/home/admin# root@firepower:/home/admin# cat /var/log/messages | grep license Jul 23 16:16:33 firepower sudo: www : PWD=/ ; USER=root ; COMMAND=/usr/local/sf/bin/package_info.pl /var/tmp/license.tmp --lsm
If exploitation is suspected, contact the Cisco Technical Assistance Center (TAC) for assistance with recovery options. At a minimum, Cisco recommends that customers rotate all user credentials, keys, and certificates on the Cisco Secure FMC device because active exploitation of this vulnerability has been ongoing.
Workarounds
-
There are no workarounds that address this vulnerability.
Fixed Software
-
Cisco considers any workarounds and mitigations (if applicable) to be temporary solutions until an upgrade to a fixed software release is available. To fully remediate this vulnerability and avoid future exposure as described in this advisory, Cisco strongly recommends that customers upgrade to the fixed software indicated in this advisory.
Cisco Secure FMC Hot Fixes
Cisco has released the following hot fixes to address this vulnerability. Customers can download the hot fixes from the Software Center on Cisco.com.
| Cisco Secure FMC Software Release |
Hot Fix Name |
| 7.0 |
Cisco_Firepower_Mgmt_Center_Hotfix_GB-7.0.9.1-3.sh.REL.tar |
| 7.2 |
Cisco_Secure_FW_Mgmt_Center_Hotfix_HL-7.2.11.1-4.sh.REL.tar |
| 7.4 |
Cisco_Secure_FW_Mgmt_Center_Hotfix_HG-7.4.7.1-3.sh.REL.tar |
| 7.6 |
Cisco_Secure_FW_Mgmt_Center_Hotfix_CY-7.6.5.1-2.sh.REL.tar |
| 7.7 |
Cisco_Secure_FW_Mgmt_Center_Hotfix_AM-7.7.12.1-2.sh.REL.tar |
| 10.0 |
Cisco_Secure_FW_Mgmt_Center_Hotfix_P-10.0.1.1-2.sh.REL.tar |
For details about downloading and installing these hot fixes, see Cisco Firepower Hot Fix Release Notes.
The Cisco Product Security Incident Response Team (PSIRT) validates only the affected and fixed release information that is documented in this advisory.
Cisco Secure Firewall ASA, Secure FMC, and Secure FTD Software
To help customers determine their exposure to vulnerabilities in Cisco Secure Firewall ASA, Secure FMC, and Secure FTD Software, Cisco provides the Cisco Software Checker. This tool identifies any Cisco security advisories that impact a specific software release and the earliest release that fixes the vulnerabilities that are described in each advisory (“First Fixed”). If applicable, the tool also returns the earliest release that fixes all the vulnerabilities that are described in all the advisories that the Software Checker identifies (“Combined First Fixed”).
To use the tool, go to the Cisco Software Checker page and follow the instructions. Alternatively, use the following form to search for vulnerabilities that affect a specific software release. To use the form, follow these steps:
- Choose which advisories the tool will search-all advisories, only advisories with a Critical or High Security Impact Rating (SIR), or only this advisory.
- Choose the appropriate software.
- Choose the appropriate platform.
- Enter a release number-for example, 9.20.3.4 for Cisco Secure Firewall ASA Software or 7.4.2 for Cisco Secure FTD Software.
- Click Check.
Additional Resources
For help determining the best Cisco Secure Firewall ASA, Secure FMC, or Secure FTD Software release, see the following Recommended Releases documents. If a security advisory recommends a later release, Cisco recommends following the advisory guidance.
Cisco Secure Firewall ASA Compatibility Cisco Secure Firewall ASA Upgrade Guide Cisco Secure Firewall Threat Defense Compatibility Guide
Exploitation and Public Announcements
-
In July 2026, the Cisco PSIRT became aware of active exploitation of this vulnerability. Cisco strongly recommends that customers upgrade to a fixed software release to remediate this vulnerability.
Source
-
Cisco would like to thank Jimi Sebree of Horizon3.ai for reporting this vulnerability.
Cisco Security Vulnerability Policy
Related to This Advisory
URL
Revision History
-
| Version |
Description |
Section |
Status |
Date |
| 1.0 |
Initial public release. |
- |
Final |
2026-JUL-29 |
Show Less
Legal Disclaimer
-
SOFTWARE DOWNLOADS AND TECHNICAL SUPPORTThe Cisco Support and Downloads page on Cisco.com provides information about licensing and downloads. This page can also display customer device support coverage for customers who use the My Devices tool. Please note that customers may download only software that was procured from Cisco directly or through a Cisco authorized reseller or partner and for which the license is still valid. Customers who purchase directly from Cisco but do not hold a Cisco service contract and customers who make purchases through third-party vendors but are unsuccessful in obtaining fixed software through their point of sale should obtain upgrades by contacting the Cisco Technical Assistance Center (TAC). Customers should have the product serial number available and be prepared to provide the URL of this advisory as evidence of entitlement to a free upgrade. When considering software upgrades, customers are advised to regularly consult the advisories for the relevant Cisco products to determine exposure and a complete upgrade solution. In all cases, customers should ensure that the devices to be upgraded contain sufficient memory and confirm that current hardware and software configurations will continue to be supported properly by the new release. If the information is not clear, customers are advised to contact the Cisco Technical Assistance Center (TAC) or their contracted maintenance providers. LEGAL DISCLAIMER DETAILSCISCO DOES NOT MAKE ANY EXPRESS OR IMPLIED GUARANTEES OR WARRANTIES OF ANY KIND, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. WITHOUT LIMITING THE GENERALITY OF THE FOREGOING, CISCO DOES NOT GUARANTEE THE ACCURACY OR COMPLETENESS OF THIS INFORMATION. THIS DOCUMENT IS PROVIDED ON AN "AS IS" BASIS. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS DOCUMENT AT ANY TIME. Copies or summaries of the information contained in this Security Advisory may lack important information or contain factual errors. Customers are advised to visit the Cisco Security Advisories page for the most recent version of this Security Advisory. The Cisco Product Security Incident Response Team (PSIRT) assesses only the affected and fixed release information that is documented in this advisory. See the Cisco Security Vulnerability Policy for more information.
|