CWE
476
Advisory Published
Updated

REDHAT-BUG-1329295: Null Pointer Dereference

First published: Thu Apr 21 2016(Updated: )

A null pointer dereference vulnerability was found in function _xrealloc() in xlsp_xmalloc.c in OpenSLP. A remote attacker could potentially crash the server when large number of packets are sent. Vulnerable code: void * _xrealloc(const char * file, int line, void * ptr, size_t size) { xallocation_t * x; if (!ptr) return _xmalloc(file, line, size); if (!size) { _xfree(file, line, ptr); return 0; } x = _xmalloc_find(ptr); if (x != 0) { void * newptr = ptr; if (x->size != size) { newptr = _xmalloc(file, line, size); //*** return 0 if failed from _xmalloc memcpy(newptr, ptr, x->size); //*** it'll cased a null pointer reference _xfree(file, line, x); } return newptr; } if (G_xmalloc_fh) fprintf(G_xmalloc_fh, "*** xrealloc called on " "non-xmalloc'd memory ***\n"); return 0; }

Affected SoftwareAffected VersionHow to fix
CentOS OpenSLP Server

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Frequently Asked Questions

  • What is the severity of REDHAT-BUG-1329295?

    The vulnerability REDHAT-BUG-1329295 is considered critical due to the potential for remote attackers to crash the server.

  • How do I fix REDHAT-BUG-1329295?

    To fix REDHAT-BUG-1329295, update OpenSLP to the latest version where this vulnerability has been patched.

  • What types of systems are affected by REDHAT-BUG-1329295?

    Systems running the OpenSLP software are affected by REDHAT-BUG-1329295.

  • How does REDHAT-BUG-1329295 impact my server?

    REDHAT-BUG-1329295 can allow a remote attacker to send a large number of packets, potentially leading to a server crash.

  • Is there a workaround for REDHAT-BUG-1329295?

    Currently, there is no effective workaround for REDHAT-BUG-1329295 other than applying the recommended software updates.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2025 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203