depends on your definition of a "cubic function".
the function f(x) = x^3 + bx^2 + cx + d, could be considred a cubic function.
it is injective if and only if the derivative f'(x) = 3x^2 + 2bx + c never changes sign.
e.g. f(x) = x^3 is injective because f'(x) = 3x^2 is never negative.
but f(x) = x^3 - x is not injective becuase f'(x) = 3x^2 - 1 is positive for x = 1 and negative for x = 0.