LLVM a0dab4950 has a segmentation fault in mlir::outlineSingleBlockRegion. NOTE: third parties dispute this because the LLVM security policy excludes "Language front-ends ... for which a malicious input file can cause undesirable behavior."
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
Link | Tags |
---|---|
https://github.com/llvm/llvm-project/issues/60216 | issue tracking exploit third party advisory |
https://gist.github.com/Colloportus0/fc16d10d74aedf89d5d1d020ebb89c0c | third party advisory |
https://llvm.org/docs/Security.html#what-is-considered-a-security-issue |