You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2014/12/03 08:09:12 UTC

[jira] [Updated] (CAMEL-8001) SmppUtils.isGsm0338Encodeable() called with arbitrary data

     [ https://issues.apache.org/jira/browse/CAMEL-8001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-8001:
-------------------------------
    Fix Version/s: 2.13.4
                   2.15.0
                   2.14.1

> SmppUtils.isGsm0338Encodeable() called with arbitrary data
> ----------------------------------------------------------
>
>                 Key: CAMEL-8001
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8001
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-smpp
>    Affects Versions: 2.12.2
>         Environment: n/a
>            Reporter: Daniel Pocock
>            Assignee: Willem Jiang
>              Labels: patch
>             Fix For: 2.14.1, 2.15.0, 2.13.4
>
>         Attachments: determineAlphabet_fix.patch
>
>
> The method SmppUtils.isGsm0338Encodeable(byte[]) expects the input data to be Latin1 encoded (or a subset of Latin1, such as ASCII)
> The method SmppSmCommand.determineAlphabet(Message) prepares an argument by calling String.getBytes(charset) without checking the charset is Latin1 or compatible.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)