Court Case Management PlusApplication · Tylertech

CVE-2023-6343

MEDIUM · 5.3 CVSS v3.1 Published 2023-11-30
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
62/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Tyler Technologies Court Case Management Plus allows a remote, unauthenticated attacker to enumerate and access sensitive files using the tiffserver/tssp.aspx 'FN' and 'PN' parameters. This behavior is related to the use of a deprecated version of Aquaforest TIFF Server, possibly 2.x. The vulnerable Aquaforest TIFF Server feature was removed on or around 2023-11-01. Insecure configuration issues in Aquaforest TIFF Server are identified separately as CVE-2023-6352. CVE-2023-6343 is similar to CVE-2020-9323. CVE-2023-6343 is related to or partially caused by CVE-2023-6352.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Tyler Technologies Court Case Management Plus contains a path traversal/file enumeration vulnerability in the Aquaforest TIFF Server component (tssp.aspx endpoint). A remote, unauthenticated attacker can access sensitive files via the 'FN' and 'PN' parameters. The vulnerable feature was removed in updates released around November 2023.

MitigationApply the Aquaforest TIFF Server patch or Tyler Technologies update released on or after 2023-11-01 which removes the vulnerable TIFF server feature. Verify the tiffserver/tssp.aspx endpoint is no longer accessible.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Court Case Management PlusApplication
Affected:all versions

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Verify if tssp.aspx endpoint is accessible
    Attempt to access the URL path /tiffserver/tssp.aspx on your Tylertech Court Case Management Plus server. Use a web browser or curl command: curl -I https://<your-server>/tiffserver/tssp.aspx
    Affected if The endpoint returns an HTTP 200 or any successful response rather than a 404 or access denied error, indicating the vulnerable feature is present
  2. Test FN parameter for path traversal
    Send a request to tssp.aspx with the FN parameter pointing to a known file outside the expected directory, for example: /tiffserver/tssp.aspx?FN=../../../../windows/win.ini or /tiffserver/tssp.aspx?FN=/etc/passwd
    Affected if The response returns contents of files outside the intended TIFF directory, confirming the path traversal vulnerability is exploitable
  3. Test PN parameter for file enumeration
    Send a request to tssp.aspx with the PN parameter to enumerate directory contents, for example: /tiffserver/tssp.aspx?PN=../../
    Affected if The response reveals file listings or directory contents that should not be accessible, confirming file enumeration is possible
  4. Confirm vulnerable component presence
    Check if the /tiffserver/ directory and tssp.aspx file exist in the web root of your Tylertech installation. Inspect the application's web.xml or equivalent routing configuration for the tssp.aspx handler.
    Affected if The tssp.aspx handler is registered and the physical file exists in the deployment, meaning the vulnerable Aquaforest TIFF Server component is installed
  5. Verify patch status via endpoint removal
    After applying the November 2023 update, re-attempt access to /tiffserver/tssp.aspx
    Affected if The endpoint is still accessible after applying the update, indicating the patch was not successfully applied or the vulnerable feature was not removed

Your environment is affected if the /tiffserver/tssp.aspx endpoint is accessible and the FN or PN parameters allow reading files or listing directories outside the intended TIFF storage directory.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Apply the Aquaforest TIFF Server patch or Tyler Technologies update released on or after 2023-11-01 which removes the vulnerable TIFF server feature. Verify the tiffserver/tssp.aspx endpoint is no longer accessible.

Recommended fix Moderate confidence

Court Case Management Plus version released after November 2023 (contact Tyler Technologies for exact version number)

  1. Contact Tyler Technologies to obtain the Court Case Management Plus version released after November 2023 that includes the removal of the vulnerable Aquaforest TIFF Server feature
  2. Verify with Tyler Technologies that the upgrade includes the fix for CVE-2023-6343 (removal of tiffserver/tssp.aspx FN/PN parameter vulnerability)
  3. After upgrading, confirm that the tiffserver/tssp.aspx endpoint no longer allows unauthenticated access to sensitive files
  4. Review system logs to ensure no prior compromise occurred during the vulnerable period
Caveat Contact Tyler Technologies regarding any configuration or workflow changes required after upgrading past the vulnerable Aquaforest TIFF Server version

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Court Case Management Plus Scoped from the published advisory
  • Consultation2.0 h
  • Implementation1.0 h
  • Testing3.0 h
  • Review / QA1.0 h
7.0 hours of engineering $1,210
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,936.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2023-6343 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2023-6343 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data