This CVE (CVSS 6.3) is a template injection in EasyReport's SQL preview functionality — specifically in functions named execSqlText/previewSqlText. The vulnerability isn't classic SQL injection; it's improper neutralization in a template engine used to format SQL preview output. The template layer exists because someone needed readable debug formatting and bolted it onto the preview pipeline without treating rendering as a security boundary.

If you're running EasyReport, your first action is to determine whether the component is still maintained. The version string 2.0.17.0522_Beta indicates this is abandoned software that was never production-ready. There has been no response to the vulnerability report, which means no patch is coming through normal channels.

This changes your remediation path. Do not treat this as 'patch and redeploy.' Treat it as end-of-life infrastructure that must be removed or isolated. The compounding risk isn't just the unfixed vulnerability — it's that abandoned beta software with production database access persists in environments far longer than it should precisely because it's classified as 'developer-only' and escapes normal security review cycles.

If removal isn't immediately feasible, assume the component has production data access and apply compensating controls accordingly: network isolation to prevent any unauthorized access path, strict authentication enforcement even for internal users, and logging/alerting on the preview endpoint. But recognize that continuing to run an unmaintained component with a public exploit and template injection is a known loss condition — the exposure window compounds daily, and no upstream fix will arrive to close it.