The generalisable framework, which is worth having because this question recurs with every major advisory:
- Read the advisory for the mechanism, not the name. What specifically is the flaw? Which feature, reachable how, doing what?
- Check whether each element exists in the other implementation. Ports frequently reimplement the interface and not the internals, and the internals are usually where the flaw lives.
- Look for the same design mistake independently. Ports copy behaviour, and a dangerous behaviour copied faithfully is a vulnerability whether or not anybody filed an identifier for it.
- Check the port's own advisories. Maintainers of ports usually publish a statement after a major issue in the original, precisely because everyone asks.
That fourth step is the fastest and it is the one people skip in favour of guessing.