|
|
|
|
|
by fweimer
210 days ago
|
|
If you can find the patches, it's fun to tweak them in the most conservative way possible to apply to the old code base. However, things get annoying once something ends up on some priority list (like the Known Exploited Vulnerabilities list from CISA), you ship the software in a much older version, and there is no reproducer and no isolated patch. What do you do then? Rebase to get the alleged fix? You can't even tell if the vulnerability was present in the previous version. |
|
There are known exploited vulnerabilities without PoC? TIL and that doesn't sound fun at all indeed.