Microsoft Explains How it Decides Whether a Vulnerability Will Be Patched Swiftly or Left For a Version Update (zdnet.com) 45
Microsoft has published a new draft document clarifying which security bugs will get a rapid fix and which it will let stew for a later release. From a report: The document outlines the criteria the Microsoft Security Response Center uses to decide whether a reported vulnerability gets fixed swiftly, usually in a Patch Tuesday security update, or left for a later version update. Microsoft said in a blogpost the document is intended to offer researchers "better clarity around the security features, boundaries and mitigations which exist in Windows and the servicing commitments which come with them." The criteria revolve around two key questions: "Does the vulnerability violate a promise made by a security boundary or a security feature that Microsoft has committed to defending?"; and, "Does the severity of the vulnerability meet the bar for servicing?" If the answer to both questions is 'yes', the bug will be patched in a security update, but if the answer to both is 'no', the vulnerability will be considered for the next version or release of the affected product or feature.
Moar cases (Score:2)
If the answer to both questions is 'yes', the bug will be patched in a security update, but if the answer to both is 'no', the vulnerability will be considered for the next version or release of the affected product or feature.
What if it's 1 yes and 1 no?
Re: (Score:1)
The microsoft employee rolls his eyeballs back and does a bsod.
Re: (Score:2)
Next release.
In use (Score:3)
Re: (Score:2)
Re: (Score:2)
The speculative store bypass is disabled by default because, from the link you posted, "At the time of publication, we are not aware of any exploitable code patterns of this vulnerability class in our software or cloud service infrastructure, but we are continuing to investigate. [...] If a vulnerable code pattern is found, we will address it with a security update."
As to 2012r2/8.1, good question. I would be surprised if those weren't added in a future release.
In other words... (Score:1)
Code (Score:4, Funny)
if (paying_customer) {
deploy_fix();
charge_customer_more();
} else {
deploy_rushed_buggy_fix_and_let_customer_test();
}
if (can_make_more_money) {
do_not_deploy_fix();
}
if (issue_is_critical) {
deploy_fix_with_mandatory_telemetry_update();
add_more_data_exfiltration();
charge_customer_more();
} else {
charge_customer_more_anyway();
add_more_data_exfiltration(0;
add_telemetry_update();
deauthorize_windows_just_for_fun();
}
I had win10 on a new PC for a short while (Score:1)
How they really decide (Score:2)
Just substitute "operating system" for "car" .
Narrator:
A new car built by my company leaves somewhere traveling at 60 mph. The rear differential locks up. The car crashes and burns with everyone trapped inside. Now, should we initiate a recall? Take the number of vehicles in the field, A, multiply by the probable rate of failure, B, multiply by the average out-of-court settlement, C. A times B times C equals X. If X is less than the cost of a recall, we don't do one.
Business woman on plane:
Are there a lot o
Re: (Score:2)
Since when did my operating system have a differential?
Re: (Score:1)