RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1769307 - curl fails while attempting to POST a char device
Summary: curl fails while attempting to POST a char device
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: curl
Version: 7.7
Hardware: All
OS: Linux
urgent
medium
Target Milestone: pre-dev-freeze
: 7.8
Assignee: Kamil Dudka
QA Contact: Daniel Rusek
URL:
Whiteboard:
Depends On:
Blocks: 1780029
TreeView+ depends on / blocked
 
Reported: 2019-11-06 11:07 UTC by Christophe Besson
Modified: 2024-03-25 15:29 UTC (History)
3 users (show)

Fixed In Version: curl-7.29.0-57.el7
Doc Type: Bug Fix
Doc Text:
Cause: The check for uploaded file in libcurl was overly strict. Consequence: libcurl was not able to upload content of char devices. Fix: The check for uploaded file in libcurl has been relaxed. Result: libcurl is now able to upload content of char devices.
Clone Of:
: 1780029 (view as bug list)
Environment:
Last Closed: 2020-03-31 19:38:40 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github curl/curl/commit/26eaa8383001219e7cd14a153dff95ea9274be6e 0 None None None 2020-06-09 07:13:57 UTC
Red Hat Knowledge Base (Solution) 4558021 0 None None None 2019-11-06 12:11:39 UTC
Red Hat Product Errata RHSA-2020:1020 0 None None None 2020-03-31 19:38:54 UTC

Description Christophe Besson 2019-11-06 11:07:17 UTC
Description of problem:
Between curl 7.19 (RHEL 6) and curl 7.29 (RHEL 7), a patch has been added to prevent a user to POST a directory. This also prevents to POST a char device.

curl: (43) A libcurl function was given a bad argument

Version-Release number of selected component (if applicable):
curl-7.29.0-54.el7.x86_64

How reproducible:
curl --form content="@/dev/null" http://form.example.org

Actual results:
curl: (43) A libcurl function was given a bad argument

Expected results:
Should work like on RHEL6, or on RHEL8 (but this part of code has been refactored in this release [7.61]).

Additional info:
An upstream patch which has been merged on the 7.29 version should fixes the issue.

https://github.com/curl/curl/commit/26eaa8383001219e7cd14a153dff95ea9274be6e

Comment 2 Kamil Dudka 2019-11-06 11:22:59 UTC
Thanks for the link!  This should be safe to backport for RHEL-7.

Comment 3 Christophe Besson 2019-11-06 11:41:52 UTC
Just to confirm I just tried a backport and it works for me.

Comment 15 errata-xmlrpc 2020-03-31 19:38:40 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:1020


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