Bug 7659 - Large, malformed XML-RPC requests are logged
Summary: Large, malformed XML-RPC requests are logged
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Other (show other bugs)
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on: 5032
Blocks:
  Show dependency treegraph
 
Reported: 2021-03-09 17:03 CET by Pierre Ossman
Modified: 2021-06-08 13:03 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2021-03-09 17:03:15 CET
When we get junk data as an XML-RPC request we try to log that request, assumingly to aid in debugging. However that request can be rather large as we allow up to 1 MiB of data. We should probably limit things to something sensible in such cases.

This can happen in two places:

 1. When parsing the incoming request (see bug 5032)

 2. When parsing the response (logs "Trouble parsing XMLRPC response from VSM Agent ...")

Note You need to log in before you can comment on or make changes to this bug.